Task-oriented walkthroughs that combine several parts of the framework.
- Your first plugin: scaffold a plugin, add routes, widgets, a model and a migration.
- Build a CRUD feature: list, create, edit, delete with the ORM, Server Actions, validation and authorization.
- Authentication walkthrough: sign-up, sign-in, guards, RBAC, verification and password reset in one flow.
- Gate plugins: block protected routes until a condition is met (onboarding, 2FA enrollment) with security requirements, SkipSecurity and lifecycle hooks.
- Database setup: engines, connection strings and migration workflow.
- Custom service adapters: integrate AWS S3 / Cloudflare R2 storage, Resend / Postmark email, and Redis cache.
- Testing: write unit and integration tests with IoC container mocking, fake request contexts, and in-memory SQLite.
- Real-world cookbook: production-ready recipes for 2FA gates, file uploads, Vercel vs Docker deployments, and in-memory test suites.