Description
Set up a public live demo at a stable URL with mock/sample data so visitors can try TradeClaw instantly without any setup.
Why
"Try it live" is the fastest path to a GitHub star. Projects like Cal.com, Plausible, and Docuseal all have prominent demo links. Every README visitor who clicks "Live Demo" and sees it working is a potential star.
Acceptance Criteria
Tech Notes
- Use Vercel preview deployment or Railway
- Mock data generator in
packages/core/src/mock/ (may need to create)
- Existing deployment configs:
Dockerfile, docker-compose.yml, vercel.json
Getting Started
git clone https://github.com/naimkatiman/tradeclaw.git
cd tradeclaw && npm install && npm run dev
Difficulty: Easy-Medium | Area: DevOps + Frontend
Description
Set up a public live demo at a stable URL with mock/sample data so visitors can try TradeClaw instantly without any setup.
Why
"Try it live" is the fastest path to a GitHub star. Projects like Cal.com, Plausible, and Docuseal all have prominent demo links. Every README visitor who clicks "Live Demo" and sees it working is a potential star.
Acceptance Criteria
Tech Notes
packages/core/src/mock/(may need to create)Dockerfile,docker-compose.yml,vercel.jsonGetting Started
Difficulty: Easy-Medium | Area: DevOps + Frontend