Hereya Fullstack Serverless Template
A starter that runs equally well as a static marketing site (with public forms like a waiting-list) or as a fullstack app with closed-signup authentication, role-based access, and per-user data.
Try it
- /subscribe — public newsletter form, no auth required. Demonstrates the static-only path.
- /login — passwordless email-OTP sign-in. The first visitor becomes admin; everyone else must be pre-added by an admin.
- /dashboard — auth-gated notes UI (members + admin).
- /admin/users — admin-only user management (list / add / suspend).
- /about — public static page.