@pyreon/create-zero
v0.14.0
Published
Create a new Pyreon Zero project
Readme
@pyreon/create-zero
Interactive scaffolding tool for Pyreon Zero projects.
Usage
bun create @pyreon/zero my-appOr via the CLI:
zero create my-appInteractive Setup
The CLI prompts you to configure:
- Rendering mode — SSR Streaming, SSR String, SSG, or SPA
- Features — pick from store, query, forms, feature CRUD, i18n, tables, virtual lists, CSS-in-JS, UI elements, animations, hooks
- AI toolchain — MCP server config, CLAUDE.md, doctor scripts
What Gets Generated
Based on your selections:
package.json— only the dependencies you chosevite.config.ts— configured for your rendering modesrc/entry-server.ts— matching SSR/stream config with CORS + rate limitingsrc/routes/— example pages, API routes, protected dashboardsrc/features/— feature example with Zod schema (if selected)src/stores/— store example (if selected).mcp.json— AI IDE integration (if AI toolchain selected)CLAUDE.md— project rules for AI agents (if AI toolchain selected)env.d.ts— virtual module type declarations
