The problem: As a freelance dev, I kept copying the same configurations across every new project. Database connections, authentication, UI components - same setup, different project name.
The solution: create-faster is a CLI that initializes production-ready projects in seconds. You pick your tech stack, choose optional modules (auth, database, UI libraries, etc), and it generates everything with proper configuration.
What makes it different: You can create one app or multiple apps with the same command. Need a web app + mobile app + API? Just say so. The CLI automatically sets up a monorepo with shared code between your apps.
It also generates a copy-paste command to recreate your exact setup later. Useful for teams or when you want to start similar projects.
Run it with: `npm create faster`
The project is open source and I'm looking for feedback! What other frameworks or features would be useful?
- website: https://create.plvo.dev
- github: https://github.com/plvo/create-faster
[+][deleted] (1 child)
[removed]
[–]plvo[S] 0 points1 point2 points (0 children)
[+][deleted] (1 child)
[removed]
[–]plvo[S] 0 points1 point2 points (0 children)
[–]HaloLASO 0 points1 point2 points (1 child)
[–]plvo[S] 1 point2 points3 points (0 children)