https://app-template.starmode.dev/
Placeholder project name (for simple search and replace): new-dawn
- Go to https://vercel.com/
- Click Add New... → Project
- Pick
new-dawnfrom the list → Import - Click Deploy
- Enable Web Analytics
Make sure you have installed the Vercel integration. Select the Link Existing Neon Account, not the Create New Neon Account.
IMPORTANT: Use the Neon-Managed Integration, not the Vercel-Managed Integration.
- Go to https://console.neon.tech/
- Click New project
- Pick a name and click Create
- Go to Integrations → Vercel
- Select Vercel project
- Create a Neon API key
- Save the API key as
NEON_API_KEYin Vercel Environment Variables - Find your Neon Project ID
- Save the Project ID as
NEON_PROJECT_IDin Vercel Environment Variables
- Go to https://dashboard.clerk.com/apps/new
- After creating the Clerk application, find the correct environment variables here https://clerk.com/docs/quickstarts/tanstack-react-start#set-your-clerk-api-keys
- Copy the Clerk environment variables to Vercel Environment Variables
- Customize session token, go to Configure → Sessions, and set Claims to:
{ "email": "{{user.primary_email_address}}" }
- Install Node.js (v24.x) using NVM
- Install Bun
- Clone the git repo
- Install dependencies:
bun install - Link the Vercel project, to be able to pull development environment variables from Vercel:
bunx vercel link- Set up “~/starmode-base/new-dawn”? yes
- Which scope should contain your project? STAR MODE
- Found project “starmode/new-dawn”. Link to it? yes
- ✅ Linked to starmode/new-dawn (created .vercel)
- Pull development environment variables from Vercel:
bun env:pull - Install dependencies:
bun install - Start the app in development mode:
bun dev