Live data from Hacker News

Have you ever used a boilerplate?

news.ycombinator.com

1–10 of 13 posts

Have you ever used a boilerplate?

#1
Hey there HN, a few weeks ago I started building a boilerplate for myself and then realized that some people sell those things.

Have you ever used one?

I'd love to speak with you so I can understand the needs of someone using a boilerplate! Promise I won't sell you anything

Re: Have you ever used a boilerplate?

#2
I'm working on living boilerplate, so that you can keep getting updates after starting your project from one.

Well, it's one thing you can create with https://hofstadter.io/docs

I bought one on Webflow, but have since moved off their platform to Hugo, which has themes (same idea) and where some are paid too

Re: Have you ever used a boilerplate?

#4
post #2

I'm working on living boilerplate, so that you can keep getting updates after starting your project from one. Well, it's one thing you can create with https://hofstadter.io/docs I bought one on Webflow, but have since moved off their platform to Hugo, which has themes (same idea) and where some are paid too

You can use hofstadter to build a live boilerplate? Can we see it somewhere? Highly interested since it's something I tried to build unsuccessfully in the past.

Re: Have you ever used a boilerplate?

#5
post #4
post #2

I'm working on living boilerplate, so that you can keep getting updates after starting your project from one. Well, it's one thing you can create with https://hofstadter.io/docs I bought one on Webflow, but have since moved off their platform to Hugo, which has themes (same idea) and where some are paid too

You can use hofstadter to build a live boilerplate? Can we see it somewhere? Highly interested since it's something I tried to build unsuccessfully in the past.

See in what sense? Hof can make any code "live" in two senses (1) editable code that can also be updated (2) hot-reload style during development

I don't call out "living boilerplate" as a section in the documentation, but I think setting up a generator module with just static files should suffice. Certainly you can get more fancy if you want your users to provide some inputs.

Happy to help or show you this in Slack or a video call.

I'm planning a *create" subcommand to make this even easier for those who would use your boilerplate. It will have an interactive first time experience like react create-app

Re: Have you ever used a boilerplate?

#7
post #2

I'm working on living boilerplate, so that you can keep getting updates after starting your project from one. Well, it's one thing you can create with https://hofstadter.io/docs I bought one on Webflow, but have since moved off their platform to Hugo, which has themes (same idea) and where some are paid too

That looks quite cool! Seems like you've gone for a fully-featured code gen tool

Re: Have you ever used a boilerplate?

#8
post #2

I'm working on living boilerplate, so that you can keep getting updates after starting your project from one. Well, it's one thing you can create with https://hofstadter.io/docs I bought one on Webflow, but have since moved off their platform to Hugo, which has themes (same idea) and where some are paid too

That looks quite cool! Seems like you've gone for a fully-featured code gen tool

Thanks, I built the code-gen / low-code tool I wanted as a developer. We plan to hook up a traditional (drag-n-drop) low-code interface for UI layout and the "anyboard" which is going to be the digital whiteboard experience, because most applications start on the whiteboard, so why not have the application live built as you do that?

Re: Have you ever used a boilerplate?

#9
I run https://divjoy.com, a react codebase generator. Essentially a boilerplate you can customize before exporting your code. It's been a nice business for me over the past few years. As always, the challenge is marketing and differentiating yourself from the numerous free options. Good luck!

Re: Have you ever used a boilerplate?

#10
post #9

I run https://divjoy.com , a react codebase generator. Essentially a boilerplate you can customize before exporting your code. It's been a nice business for me over the past few years. As always, the challenge is marketing and differentiating yourself from the numerous free options. Good luck!

I saw DivJoy recently and it looked very cool! Well done man :) I even considered buying it at one point

I agree about the marketing but as I'm still not sure if it's regular devs (most like coding stuff themselves). Also, I'd need to find a distribution channel...

Of course, I don't expect you to share your knowledge on that hahah

Post reply on HN