Hacker News new | ask | show | jobs
by verdverm 1403 days ago
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

2 comments

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?
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