Skip to content

Live demo deployment with sample data (no API keys needed) #46

@naimkatiman

Description

@naimkatiman

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

  • Deployed demo with sample signal data (no real API keys needed)
  • Demo resets every 24h (cron or ephemeral container)
  • Star on GitHub banner/button in the demo
  • Demo link prominently in README (first line after title)
  • Rate-limited to prevent abuse

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    devopsDevOps / infrastructureeasyEasy difficultyenhancementNew feature or requestgood first issueGood for newcomers

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions