Skip to content
rocambille edited this page Aug 1, 2026 · 25 revisions


Learn fullstack development. Ship fast.


StartER is an open-source Express + React framework designed for the era of agentic coding. No magic, no black boxes: just readable, modifiable code that provides AI agents with a clear mental model for safe and rapid prototyping.

New here? Start with Installation, then First exercises.

What you'll find in this wiki:

  • AI co-creation: understand the AI mental model and the AI prototyping workflow
  • Getting started: install the project, run your first exercises, create your first resource, create your first tests
  • Explanations: understand the directory structure, the request lifecycle, and the Repository pattern
  • How-to guides: authentication, authorization, security, contracts and verification, styling, deployment
  • Reference: API, components, types, CLI scripts, and a technical glossary
  • Digging deeper: go further on specific architectural choices

Learning paths

┌────────────────────────────────────────────────────────────────────────┐
│  🟢 GETTING STARTED                                                    │
│                                                                        │
│  Installation ──▶ First exercises ──▶ Creating your ──▶ Creating your  │
│                                      first resource      first tests   │
└────────────────────────────────────────────────────────────────────────┘
        │                 │                  │                    │
        ▼                 ▼                  ▼                    ▼
┌────────────────────────────────────────────────────────────────────────┐
│  🟡 UNDERSTANDING                                                      │
│                                                                        │
│  Directory structure    Request lifecycle    The Repository pattern    │
│  How data flows         Types                Using Zod                 │
└────────────────────────────────────────────────────────────────────────┘
                    │                              │
                    ▼                              ▼
┌─────────────────────────────────┐  ┌───────────────────────────────────┐
│  🟠 HOW-TO GUIDES               │  │  🟣 DIGGING DEEPER                │
│                                 │  │                                   │
│  Authentication > Security      │  │  One server (SSR internals)       │
│  Authorization                  │  │  Many-to-many and transactions    │
│  Contracts and verification     │  │  Database migrations              │
│  Styling > Deployment           │  │  Date management                  │
└─────────────────────────────────┘  └───────────────────────────────────┘

Clone this wiki locally