hey guyz i am currently working on building a product which is related to backend. I had build a cli tool here is the link https://go-bootstrapper-docs.vercel.app/
I am extending it to build a spec driven backend development platform where user
define the requirements in the form of prompts and Ilm will help in deciding architecture (it will have rules and validator) in a structured form like YAML and generate code in their system.
as of now I am focusing on building MVP, features:
- architecture design: users can see how will the architecture look like for there project. so that users can see and validate
- project scaffolding: after validating they can create their project in their system. help in settup api endpoints, routing, database, docker, auth.
through this product i am trying to reduce the manual setup when setting up things like database, api, etc and deciding correct architecture. reduce time to start your project with more control.
here you can see more about the product https://go-bootstrapper-docs.vercel.app/docs/prompt
if you think it might helpful for you while building backend systems. i would happy to know about your thoughts about it.
open for suggestions also..