Back to Blog
Getting Started with WizardX
A quick guide to the stack and how to run the project.
Getting Started with WizardX
This post walks you through the WizardX stack and how to run the project locally.
The stack
WizardX uses:
- Next.js – App Router and React Server Components
- Tailwind – for styling
- Supabase – backend and auth (JWT)
- Stripe – payments
- Resend – transactional email
- PostHog – analytics
Run locally
cp .env.example .env.local
npm install
npm run dev
Open http://localhost:3000 and you're good to go.
Next steps
- Add your Supabase and Stripe keys to
.env.local - Customize the home page and add more blog posts under
content/blog/