Setup Guide
Everything you need to get your GWDS product running. Most products are ready in under 5 minutes with the QUICK-START script.
Prerequisites
AI Trading Dashboard
Extract and run
Double-click QUICK-START.bat (Windows) or QUICK-START.command (Mac)
The script checks for Node.js, installs dependencies, creates your config file, and opens the dashboard automatically. If you prefer manual setup, run: npm install && npm run dev
Configure your API keys
The Setup Wizard opens at localhost:3000 and walks you through each key. You'll need:
Set up the database
Go to your Supabase project → SQL Editor → paste the contents of supabase/migrations/001_initial.sql → click Run.
Start trading
Your dashboard is running. Create agents, configure strategies, set risk limits, and let them trade.
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
Installing Plugins
Strategy Plugins
- Download the plugin zip from the GWDS Store
- Extract it into your dashboard's plugins/ folder
- Restart the dashboard
- The new strategy appears in Settings → Plugins and is available when creating agents
Extensions (Flash Loans, Meme Trading)
- Download the extension zip from the GWDS Store
- Extract it anywhere on your computer
- Run the included install script: install.bat (Windows) or bash install.command (Mac)
- Point it to your dashboard folder when prompted
- Restart the dashboard — new pages appear in the sidebar
Common Questions
Do I need coding experience?
No. Double-click the QUICK-START script and follow the Setup Wizard. For plugins, just unzip and drop into the plugins folder.
What if npm install fails?
The QUICK-START script handles installation automatically. If it fails, make sure you have Node.js 18+ installed from nodejs.org.
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.