What problem does it solve?
It prevents confusion and wasted time by giving a clear, practical walkthrough of how to structure and operate a typical Serverpod project.
Core Features & Use Cases
- Project structure guidance: Explains the usual tri-package layout (server, generated client, Flutter app) and optional shared packages, so you know where changes belong.
- How server endpoints and generation work: Clarifies that endpoint methods drive generated RPC client APIs and that models defined in YAML generate Dart code for both server and client.
- Operational workflow for safe development: Advises how to run with hot reload, when to avoid starting manually, and how to use the MCP server for migrations, log inspection, and hot restarts.
- Use case focus: Helps you quickly adopt Serverpod’s built-in capabilities like ORM, caching, real-time streaming, file uploads, scheduling, logging, and the Relic web server by linking them to dedicated follow-up skills.
Quick Start
Tell the AI: "Give me a concise plan for where to make changes in a Serverpod project, how to run code generation safely, and when I should use MCP hot_restart."