What problem does it solve?
This Skill provides a comprehensive reference for Webspresso usage, covering file-based SSR and API routing, createApp options (including clientRuntime), session auth, Nunjucks helpers, i18n, lifecycle hooks, Zod API validation, ORM, plugins, CLI, env vars, and testing. It guides you on how to apply these capabilities in real projects within this repo or any Webspresso app, enabling you to add routes, APIs, models, plugins, or debugging tooling with confidence.
Core Features & Use Cases
- Comprehensive reference for file-based SSR and API routing, including how to structure pages, API endpoints, and admin/plugins integration.
- Guidance on createApp options (clientRuntime, auth, i18n, hooks, and ORM) to build robust Webspresso apps.
- Real-world use cases and debugging tips for routing, ctx.db, sessions, templates, and plugin interactions.
Quick Start
Inspect the project to identify and apply Webspresso usage patterns across pages, APIs, models, plugins, and client runtime.