What problem does it solve?
This Skill eliminates the time-consuming process of manually setting up a full-stack project, reducing development time and allowing for more focus on features.
Core Features & Use Cases
- Project Scaffold: Automatically creates full-stack project structures based on user preferences.
- Backend Options: Supports multiple backend options, including fastapi, fastify, express, go, rust, and laravel.
- Frontend Options: Provides frontend templates for React (Vite.js, Next.js), Flutter, and others.
- Testing and Infra: Includes options for E2E testing and infrastructure setup.
- Use Case: A developer can quickly start a new project by running a command and selecting the components they want, such as a backend, frontend, and tests.
Quick Start
Scaffold a new project with the CLI: npx create-projx my-app --components fastify,vitejs,e2e --package-manager npm -y