Last updated: 1/8/2026
Deploy Your Theme
After installing the schema, you have two options for deploying your theme:
Option 1: Download and Install Manually
Download the theme source code and deploy it anywhere you want - your own server, VPS, or any hosting provider:
- Go to your account and navigate to your purchased theme
- Click the "Download" button to get the theme source code
- Extract the ZIP file
- Upload the files to your server or hosting provider
- Install dependencies:
pnpm installornpm install - Build the theme:
pnpm buildornpm run build - Start the production server:
pnpm startornpm start
Option 2: Deploy to Vercel (One-Click Deploy)
The fastest way to get your theme live - deploy directly to Vercel with automatic configuration:
- Go to your account and navigate to your purchased theme
- Click the "Deploy to Vercel" button
- Enter your Vercel API token (get it from Vercel Account Settings)
- Optionally enter a project name (or leave empty for auto-generated name)
- Click "Deploy"
Your theme will be deployed automatically! Environment variables (like DIRECTUS_URL) are automatically injected - you don't need to configure anything manually. Your site will be live in minutes with a Vercel URL.
Verify Installation
Check that everything is working:
- Your site loads without errors
- You can see example content from Directus
- The admin panel shows the new collections
- Pages are rendering correctly
If you encounter any issues, check the troubleshooting section or contact support.