InsForge and Next.js Starter Template

The fastest way to build apps with InsForge and Next.js

A simple starter with auth, protected routes, and example database reads so you can get from blank project to real product work without rebuilding the basics.

Next steps

  1. Set up redirect URLs

    It looks like this starter is running on Vercel.

    If you enable email links or OAuth, configure the redirect URLs in your InsForge auth settings to match localhost, production, and preview deployments.

    • http://localhost:3000/**
    • https://q3y7vtkm.insforge.site/**
  2. Sign up your first user

    Head over to the sign up page and create your first user. When the flow succeeds, the app will send you to the protected example page.