Overview of Loco Starter Templates
masterLoco provides several predefined boilerplates:
- SaaS Starter: An all-inclusive setup for projects requiring both a UI and a REST API. Includes a React/Vite frontend (or server-side templates), authentication middleware, Users table, forgot password flow, and a Mailer. It includes health check endpoints (
_ping,_health,_readiness). - Rest API Starter: Designed for projects that only need a REST API without a frontend. You can add a frontend later by enabling the
staticmiddleware and pointing it to your frontend distribution folder. - Lightweight Service Starter: A minimalistic choice focused on controllers and views. Ideal for REST API services that do not require a database, frontend, or background workers.