Hydride - Nitro & Svelte starter
A starter meant for building mini SaaS apps.
Features
- Frontend in SPA mode: Frontend is clearly separated from the server.
- Nitro as the backend: Nitro will help you kickstart the backend side development.
- ORPC to communicate: Client <> Server communication is orchestrated with ORPC.
- Minimal styling: Ships with Tailwind and Basecoat.
- Minimal authentication: The template has a preconfigured email OTP authentication.
- ORM and SQLite: Save relevant user data in SQLite with preconfigured ORM.