Built-in auth
Sessions, sign-in, and access control are already plumbed. Adjust the
provider in internal/auth or just rebrand the sign-in page.
A starting point for your site. The default layout, navigation, and styles are wired and ready — replace this copy with whatever the project is actually for.
Sessions, sign-in, and access control are already plumbed. Adjust the
provider in internal/auth or just rebrand the sign-in page.
Each feature lives under internal/modules/ behind a small
Module interface. Add, remove, or reshape modules without
touching the core.
This page lives at web/templates/home.html. The default
stylesheet is web/static/css/style.css. Start there.