<%# Public landing body: hero + intro + a prominent way in (or a dashboard link when signed in). Rendered into the app-shell content. Locals: brand (name), signedIn (bool). %>

Operational web apps, without the boilerplate.

<%= brand %> is a self-hostable foundation for admin and operational UIs — sign-in, a config-driven menu, and a server-rendered, zero-JS design system. You add the domain-specific screens by dropping in plugin folders.

<% if (signedIn) { %>Go to your dashboard <% } else { %>Log inCreate account<% } %>