Deprecated showcase. ExamManager is no longer an active product. Portfolio demo only.

ExamManager

Installation

Run the ExamManager V3 portfolio demo locally from the open-source repo.

ExamManager V3 is a portfolio showcase of an earlier T3/Drizzle SaaS rewrite. Auth and billing stay disabled on the public demo. Use these steps only if you want to explore the codebase locally.

Prerequisites

  • Node.js 18+
  • Yarn 1.x
  • Optional: Postgres if you re-enable database-backed features

Clone and install

git clone https://github.com/ExamManager/exams-app-v3.git
cd exams-app-v3
yarn install

Environment

Copy the example env and fill in any values you need for local exploration:

cp .env.example .env.local

For the public showcase defaults, leave auth disabled (do not set AUTH_DISABLED=false unless you intentionally re-enable NextAuth).

Start the app

yarn dev

Open http://localhost:3000. You should see ExamManager V3 branding, the deprecation banner, and the same public routes as production (/, /pricing, /support, /docs, /auth/*).

What works in showcase mode

  • Marketing pages and docs
  • Pricing table (illustrative plans only)
  • Auth screens with a clear disabled notice

Sign-in, signup, and Stripe checkout are not available on the live portfolio deployment.