Ai Coding Tools

How to Get Started with GitHub Copilot in Under 30 Minutes

By BTW Team4 min read

How to Get Started with GitHub Copilot in Under 30 Minutes

If you're a solo founder or indie hacker looking to boost your coding productivity, GitHub Copilot might just be the tool you need. But where do you even begin? Setting up GitHub Copilot can feel daunting, especially if you're new to coding or AI tools. In this guide, I'll walk you through a straightforward process to get started with GitHub Copilot in under 30 minutes, along with some practical tips based on our experience.

Prerequisites: What You Need Before You Start

Before diving in, make sure you have the following:

  • A GitHub account: If you don't have one, head over to GitHub and sign up (it’s free).
  • Visual Studio Code (VS Code): This is the code editor where you'll be using Copilot. Download it from the official site.
  • Basic understanding of coding: While Copilot can help you write code, having some foundational knowledge will enhance your experience.

Step 1: Install Visual Studio Code

  1. Download and install Visual Studio Code from the official site.
  2. Open VS Code and familiarize yourself with the interface. You don't need to do much here, just get comfortable.

Step 2: Get GitHub Copilot

  1. Once VS Code is open, go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side or pressing Ctrl+Shift+X.
  2. Search for "GitHub Copilot" in the Extensions Marketplace.
  3. Click on "Install" to add the GitHub Copilot extension to your VS Code.

Step 3: Authenticate Your GitHub Account

  1. After installing, you'll need to authenticate. Click on the Copilot icon on the sidebar.
  2. Sign in with your GitHub account. Follow the prompts to authorize Copilot to access your GitHub account.

Step 4: Start Coding with Copilot

  1. Create a new file in VS Code with a .js, .py, or any other supported extension.
  2. Start typing a comment that describes what you want to do. For example, // function to calculate the sum of two numbers.
  3. Copilot will suggest code completions automatically. Press Tab to accept a suggestion or Esc to dismiss it.

Expected Output

You should see Copilot suggesting code snippets based on your comments. Here’s how it might look for the sum function:

// function to calculate the sum of two numbers
function sum(a, b) {
    return a + b;
}

Troubleshooting: What Could Go Wrong

  • Copilot not suggesting code: Ensure you are connected to the internet and have the extension properly installed.
  • Authentication issues: Double-check your GitHub credentials and ensure you have an active subscription (more on pricing later).

Pricing Breakdown: What to Expect

As of July 2026, GitHub Copilot costs $10 per month or $100 per year. If you're a student or working on open-source projects, you might qualify for free access. Keep in mind that this is a small price for the productivity boost it offers.

| Plan | Pricing | Best For | Limitations | |---------------------|-----------------|-------------------------------|---------------------------------------| | Individual | $10/mo or $100/yr | Solo developers, indie hackers | Limited to one user | | Business | $19/mo/user | Teams looking for collaboration| Requires GitHub Team account | | Free Tier | Free | Students, open-source projects | Limited features |

What’s Next? Progressing Beyond the Basics

Once you’re comfortable with Copilot, consider exploring more advanced features like:

  • Customizing settings: Tailor Copilot's behavior to better suit your coding style.
  • Integrating with GitHub Actions: Automate your workflows with Copilot's suggestions for CI/CD.
  • Feedback loop: Use the feedback feature to help improve suggestions over time.

Conclusion: Start Here

To get started with GitHub Copilot, follow the steps outlined above in less than 30 minutes. With its ability to suggest code snippets and reduce the time spent on mundane coding tasks, it’s a powerful tool for any indie hacker or solo founder.

If you find yourself stuck, don't hesitate to revisit this guide or check out the GitHub Copilot documentation.

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

Bolt.new vs Cursor: Which AI Coding Tool Provides Better Output?

Bolt.new vs Cursor: Which AI Coding Tool Provides Better Output? (2026) As a solo founder or indie hacker, the right AI coding tool can save you hours of frustration and help you s

Jul 22, 20263 min read
Ai Coding Tools

AI Coding Showdown: GitHub Copilot vs. Cursor in 2026

AI Coding Showdown: GitHub Copilot vs. Cursor in 2026 As a solo founder or indie hacker, the tools you choose for coding can significantly impact your productivity and the quality

Jul 22, 20263 min read
Ai Coding Tools

How to Improve Your Coding Productivity Using AI in Just 30 Minutes

How to Improve Your Coding Productivity Using AI in Just 30 Minutes If you're a solo founder or indie hacker, you know how precious time is. Between juggling code, customer feedbac

Jul 22, 20264 min read
Ai Coding Tools

10 Best AI Coding Tools for Beginners 2026

10 Best AI Coding Tools for Beginners 2026 If you’re a beginner coder, diving into the world of programming can feel overwhelming. With so many tools out there, how do you choose t

Jul 22, 20265 min read
Ai Coding Tools

How to Build a Simple App Using Bolt.new in Just 1 Hour

How to Build a Simple App Using Bolt.new in Just 1 Hour If you're a solo founder or a side project builder, the idea of app development can feel daunting. But what if I told you th

Jul 22, 20263 min read
Ai Coding Tools

10 Common Mistakes When Using GitHub Copilot and How to Avoid Them

10 Common Mistakes When Using GitHub Copilot and How to Avoid Them As a solo founder or indie hacker, using GitHub Copilot can feel like having a pair of extra hands while coding.

Jul 22, 20264 min read