Setup Guide
Everything you need to get your GWDS product running. Most templates are ready in under 10 minutes.
Prerequisites
AI Trading Dashboard
Extract and install
cd ai-trading-dashboard npm install
Dependencies install automatically. Warnings about peer deps are safe to ignore.
Create your environment file
cp .env.example .env.local
Open .env.local in your editor. Each variable has a comment explaining what it does.
Get your API keys
Set up the database
Go to your Supabase project → SQL Editor → paste the contents of supabase/migrations/001_initial.sql → click Run. This creates all the tables your dashboard needs.
Start the dashboard
npm run dev
Open http://localhost:3000 — the Setup Wizard will verify your configuration and walk you through final steps.
Deploy to Vercel (optional)
Push to GitHub and connect to Vercel, or use the Deploy button in the README. Add your environment variables in the Vercel dashboard.
Prompts, Wallpapers & Animation Packs
These are instant-use products. No setup required.
- Download and extract the zip file
- Open the folder — files are organized by category
- For prompts: copy/paste into ChatGPT, Claude, Midjourney, or any AI tool
- For wallpapers: set as desktop/phone background, or use in your projects
- For animation packs: use the included assets, scripts, and style references in your pipeline
Common Questions
Do I need coding experience?
For templates (Trading Dashboard, SaaS Starter, etc.), basic familiarity with the command line helps. The setup wizard handles most configuration. For prompt packs and wallpapers, no technical skills needed.
What if npm install fails?
The .npmrc file included in the project handles most dependency issues automatically. If you still have trouble, make sure you have Node.js 18 or later installed.
Is Supabase free?
Yes. The free tier includes 500MB of database storage and 1GB of file storage — more than enough to run the dashboard.
Can I deploy this publicly?
Yes. The dashboard is designed to deploy to Vercel (free tier works). You can also self-host on any Node.js-compatible platform.
Do I get updates?
Yes — all purchases include 1 year of free updates. You'll receive an email when new versions are available.
What if I need help?
Email gammawavesdesign@gmail.com and we'll help you get set up. Most issues are resolved within 24 hours.