https://go-bootstrapper-docs.vercel.app/. I found there are a many scaffolding tools like buffalo, vgo, bllueprint etc which does the same thing offering variety of features like db, router options.
In my case i have added a flag option where users can create a project using a YAML file. the thought process for this thing was to make the project spec driven or config driven where users can know which part does what?. then i made it more furthur in which i integrated with LLM (groq / ollama using docker). so now user just type what they want to build an you get YAML which then can be used to create the project. (Al does not generate code here.)
So for a long time i had a thought going in my head, to make a dedicated platform like lovable (I know i will get some comments about this but it is not what you think i am thinking in different way).
can we think of a platform or a tool which is spec driven where users enters their requirements or prompt, and we can see the project generation without any manual setup, architecture diagram which is synced with the project and more features.
I am thinking of building it like decide and design first -> approve -> create -> evolve. maybe if this work my next goal is to enforce best architectural best practices for production grade, integration with external API and make deployment less painful (I've to figure out.).
I know their are tools like replit, base44 which has same purpose but i want to give it a try and build something valuable.
If you have any suggestions, thoughts, or any thing they want to, they can in comment. I'd love to know your thought on this topic because i am thinking about this thing for couple of months.