Robo.js template

Ship branded auth in seconds.

This starter bundles Robo.js and @robojs/auth so you can authenticate users, protect routes, and surface account context immediately.

Read the docs to add your own providers, mailer, or adapters.

What's inside

Auth flows out of the box

Sign-in routes, sessions, verification emails, and password resets ship ready to run under /api/auth.

  • Auth.js endpoints ready
  • Email & password included
  • Client signIn/signOut APIs

Extend Robo.js your way

Stack plugins in config/plugins to add analytics, realtime sync, cron jobs, or moderation without touching core code.

  • Plugin ecosystem
  • Indexed commands & routes
  • Shared logger, env & state

Brand every touchpoint

Tweak emails, routes, and copy to match your product without rebuilding the underlying auth foundation.

  • Brandable email templates
  • Configurable pages & redirects
  • Session dashboard ready
Need a deeper dive?Browse the Robo.js docs for plugin tips and deploy guidance.View Robo.js documentation