All activity
Over the past couple of weeks I built a small tool for my own workflow and decided to open-source it: **Foundation CLI**.
Starting new projects often means repetitive setup—frameworks, databases, auth, and wiring everything together. Foundation CLI simplifies this.
You describe what you want (e.g., “SaaS with Next.js, Express, PostgreSQL, JWT auth”) and it resolves dependencies, merges configs, injects integration code, and generates a working project scaffold.

Foundation CLI — FullScaffold full-stack projects instantly
Ronak Parmarleft a comment
I’ve been experimenting with a CLI tool for my own workflow that tries to simplify starting new projects. The idea is that instead of manually wiring frameworks, databases, auth, etc., you describe the stack you want and the CLI generates the project structure. For example something like: "I want a SaaS with Next.js, Express, PostgreSQL and JWT auth" The tool resolves dependencies, merges...

Foundation CLI — FullScaffold full-stack projects instantly
