test3
Sign in
Krutakam Software Factory

test3

A sample application wired to the modules attached to this project — sign-in and roles, a database, email, logging, an admin area and a blog. Use it as the starting point for the real thing.

Sign-in and roles

App Service handles the login; lib/access.js adds the app role on top and records the user on first visit.

Open the dashboard

Contact form

Saves to Postgres, emails whoever is set as the contact address, and writes an entry to the log — all in one server action.

Send a message

Blog

Public posts at /blog, authored in the admin area. Drafts are never returned to visitors.

Read the blog

Admin area

Users, settings, integrations, logs and the messages this app collects — all behind a single admin check.

Go to admin