Ai Coding Tools

How to Use GitHub Copilot and Cursor Together for Rapid Prototyping in 2 Hours

By BTW Team4 min read

How to Use GitHub Copilot and Cursor Together for Rapid Prototyping in 2026

Building prototypes quickly is a challenge every indie hacker and solo founder faces. You want to validate your ideas without getting bogged down in the details. That's where GitHub Copilot and Cursor come in. Together, they can streamline your development process, allowing you to focus on what matters—building a working product.

In this guide, I'll walk you through how to use GitHub Copilot and Cursor for rapid prototyping, including what you need to get started, step-by-step instructions, and some potential pitfalls to watch out for. You can finish this in about 2 hours.

Prerequisites

Before diving in, make sure you have:

  • A GitHub account (free tier works)
  • Visual Studio Code installed
  • GitHub Copilot subscription ($10/mo after a free trial)
  • Cursor installed (free for basic use, $25/mo for pro features)

Step 1: Setting Up Your Environment

  1. Install Visual Studio Code: Download and install from Visual Studio Code website.
  2. Install GitHub Copilot: In VS Code, go to Extensions (Ctrl+Shift+X), search for "GitHub Copilot," and install it. Sign in with your GitHub account.
  3. Install Cursor: Similarly, search for "Cursor" in the Extensions marketplace and install it. Sign up for a free account if you haven’t already.

Expected output: Your VS Code should now have both GitHub Copilot and Cursor ready to use.

Step 2: Start a New Project

  1. Create a new folder for your prototype project.
  2. Open the folder in VS Code.

Example: Creating a Simple To-Do List App

  1. Create a new file named app.js.
  2. In the file, start typing a comment like // Create a simple to-do list app.

Expected output: GitHub Copilot should suggest some starter code. Accept the suggestion to quickly scaffold your application.

Step 3: Using GitHub Copilot for Code Generation

  1. Begin writing functions for your app. For example, type function addTask(task) { and see what Copilot suggests.
  2. Iterate on the suggestions. If you need more functionality, like deleting a task, just type // function to delete a task and let Copilot fill in the gaps.

Troubleshooting

  • If GitHub Copilot isn’t suggesting anything: Check your internet connection and ensure your subscription is active. Sometimes, it takes a moment to catch up.

Step 4: Leveraging Cursor for Collaboration

  1. Share your project with team members using Cursor’s collaboration feature. Invite them to the workspace.
  2. Work together in real-time: As you write code, your collaborators can comment or suggest changes directly in the code.

Expected output: You should have a functioning To-Do app prototype with collaborative input.

Step 5: Testing Your Prototype

  1. Run your app. In VS Code, use the terminal to execute your JavaScript file with Node.js: node app.js.
  2. Check for errors: If you encounter issues, Copilot can help debug by providing suggestions based on error messages.

What Could Go Wrong

  • Missing dependencies: If you forget to install required packages (like Express for a web app), you’ll run into errors. Always check the console for guidance.
  • Over-reliance on suggestions: Copilot’s suggestions might not always be optimal. Review the generated code critically.

What's Next

Once your prototype is ready, consider:

  • User testing: Get feedback from potential users to validate your idea.
  • Iterate: Use the insights from user feedback to refine your app.

Conclusion

Using GitHub Copilot and Cursor together can dramatically speed up your prototyping process. By leveraging AI-driven code suggestions and real-time collaboration, you can focus on building and iterating rather than getting lost in the details.

Start here: Follow the steps above to set up your environment and get your first prototype off the ground in just two hours.

What We Actually Use

  • GitHub Copilot: Great for generating code quickly, but be cautious of blindly accepting suggestions.
  • Cursor: We use it for collaborative coding, but it can get pricey if you add too many collaborators.

Follow Our Building Journey

Weekly podcast episodes on tools we're testing, products we're shipping, and lessons from building in public.

Subscribe

Never miss an episode

Subscribe to Built This Week for weekly insights on AI tools, product building, and startup lessons from Ryz Labs.

Subscribe
Ai Coding Tools

How to Utilize Cursor for Faster Code Generation in 30 Minutes

How to Utilize Cursor for Faster Code Generation in 2026 As indie hackers and side project builders, we often find ourselves stuck in the coding grind, spending hours on repetitive

Apr 29, 20264 min read
Ai Coding Tools

Stripe vs GitHub Copilot: Which Tool Adds More Value for Freelancers?

Stripe vs GitHub Copilot: Which Tool Adds More Value for Freelancers? (2026) As a freelancer, you often juggle multiple roles: project manager, developer, marketer, and sometimes e

Apr 29, 20263 min read
Ai Coding Tools

How to Learn Python with AI Tools in Just 30 Days

How to Learn Python with AI Tools in Just 30 Days Learning a programming language like Python can feel daunting, especially if you're juggling a side project or working a fulltime

Apr 29, 20264 min read
Ai Coding Tools

Why AI Coding Tools Are Overrated: The Myths Exposed

Why AI Coding Tools Are Overrated: The Myths Exposed As a solo founder, you’re constantly bombarded with promises of AI coding tools that claim to make your software development fa

Apr 29, 20263 min read
Ai Coding Tools

How to Use Cursor and GitHub Copilot Together in 30 Minutes

How to Use Cursor and GitHub Copilot Together in 2026 As a solo founder or indie hacker, you know that coding can be a real time sink. You might be looking for ways to speed up you

Apr 29, 20263 min read
Ai Coding Tools

How to Enhance Your Coding with ChatGPT in Just 2 Hours

How to Enhance Your Coding with ChatGPT in Just 2 Hours As a solo founder or indie hacker, you’re probably constantly on the lookout for ways to increase your productivity and stre

Apr 29, 20263 min read