Simple, practical documentation for choosing, using, extending, and maintaining Easy Starter templates.
“What do we build for, if not to lessen each other’s hardship?”
Provides one clear learning path for developers, freelancers, solopreneurs, and non-technical builders using the Easy Starter ecosystem.
- Choosing the correct starter
- Starting and configuring a project
- Writing specs for coding agents
- Reviewing AI-generated code
- Testing, deployment, security, and upgrades
Not intended for: Framework API reference; official framework documentation remains the source of truth.
- Task-oriented guides
- Conceptual AI-first development guidance
- Starter selection matrix
- Production-readiness checklists
- English and Persian content structure
Detailed architecture, conventions, deployment profiles, and extension guides belong in docs/. Feature work starts from specs/, and agent rules live in AGENTS.md.
- Create a repository from this template.
- Replace organization links and site metadata.
- Install dependencies with
pnpm install. - Run the documentation site with
pnpm dev. - Add or update a guide in the appropriate section and run
pnpm check.
- Read
AGENTS.mdand the relevant specification before changing code. - Reuse existing patterns before adding abstractions or dependencies.
- Never commit credentials or production data.
- Run the repository quality checks before opening a pull request.
- Record architecture-changing decisions in
docs/decisions/.
Start with docs/getting-started.md. Broader AI-first development guidance is maintained in Easy Starter Docs.
See CONTRIBUTING.md for contribution rules and SUPPORT.md for help. Security issues must follow SECURITY.md.
Released under the MIT License.