continuedev / demo-project

A demo project designed so users can fork it, test multiple workflows in under 10 minutes, and see how quickly they can make an impact with Continue

Repository from Github https://github.comcontinuedev/demo-projectRepository from Github https://github.comcontinuedev/demo-project

🚀 Continue Hub Demo Repo

Welcome to the Continue Hub Sample Repo 👋
Fork this repo, connect Continue to GitHub, and run your first agent in under 5 minutes.

👉 Learn about agents
👉 Go to the Hub


🧪 What You’ll Do

  • Fix a bug automatically
  • Clean up a messy codebase
  • Run a security check
  • Generate tests
  • Document functions
  • (Optional) Add a small feature

Each of these is powered by a Continue Agent — no setup required. Just fork, connect, and run a prompt.


🪄 How to Get Started

  1. Fork this repo to your GitHub account
  2. Open Mission Control in the Continue Hub: hub.continue.dev
  3. Connect GitHub
  4. Run any of the prompts from agents.md

👉 In under 60 seconds, you’ll have a PR with code changes.


🧰 Recommended agents

# Task Prompt Example Expected Outcome
1 Fix a bug Fix the TypeError in api/users.ts A PR fixing the bug and passing tests
2 Clean up code Clean up the repo according to ESLint and Prettier rules Consistent code formatting, unused imports removed
3 Run security check Find and fix vulnerabilities in dependencies Dependency updated and lockfile regenerated
4 Write tests Write unit tests for src/utils/math.ts PR with Jest tests
5 Add docstrings Add JSDoc comments to all functions in src/helpers/ Code updated with clear docstrings
6 (Optional) Add feature Add a new feature: Mark all todos as completed (requires editing TodoApp example) PR with working feature, tests, and docs

🧠 Tips

  • Keep the repo as-is. Let the workflow do the work.
  • Check the PR tab after running a workflow.
  • Try combining prompts: e.g., “Fix the bug and add a unit test.”

🏆 Bonus Challenge (Optional)

After you’ve tested the basics:

  • Add a new file with a small bug.
  • Write your own custom rule in Continue Hub.
  • Automate fixing it with your own workflow.

💬 Feedback

We’d love to hear what worked for you (and what didn’t).
Open a discussion.


Made with ❤️ by the Continue Team

About

A demo project designed so users can fork it, test multiple workflows in under 10 minutes, and see how quickly they can make an impact with Continue

License:MIT License


Languages

Language:TypeScript 78.4%Language:JavaScript 10.2%Language:Shell 5.7%Language:Batchfile 5.6%