What problem does it solve?
Creating a new baseweb project from scratch can be time-consuming and error-prone because you must decide a structure, configure options, and wire up the initial app correctly.
Core Features & Use Cases
- Guided project planning: Asks clarifying questions for project name, project type (minimal/standard/full/pwa/api-only), and requested features like authentication, WebSocket, database, uploads, and background tasks.
- Flavor-based scaffolding: Generates a matching project structure and starter files tailored to the chosen flavor, including server setup and page/component organization.
- Initial configuration & dev setup: Creates baseline configuration such as pyproject.toml, Makefile, environment variables, and starter tests to help you run and iterate quickly.
Quick Start
Tell the AI: "Create a standard baseweb project named myapp with REST endpoints and pages, and include basic development dependencies."