---
title: "Creating a GitHub Copilot Extension: A Step-by-Step Guide"
url: https://daily.dev/posts/creating-a-github-copilot-extension-a-step-by-step-guide-iozvqmqaz
source_url: https://dev.to/nickytonline/creating-your-first-github-copilot-extension-a-step-by-step-guide-28g0
type: article
source: "DEV"
author: "Nick Taylor"
published: 2024-10-01T19:04:30.556Z
updated: 2024-12-11T15:00:07.502Z
tags: ["ai", "webdev", "javascript", "github", "typescript", "genai"]
reading_time: 10
upvotes: 110
comments: 12
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Creating a GitHub Copilot Extension: A Step-by-Step Guide

**[DEV](https://daily.dev/sources/devto)** · [@nickytonline](https://daily.dev/nickytonline) · 10 min read · 110 upvotes · 12 comments

## Summary

GitHub Copilot now supports custom extensions that integrate directly with Copilot. This guide walks you through setting up your project with Hono.js, creating and verifying request endpoints, and deploying your extension. The newly introduced Copilot SDK simplifies request verification, response formatting, and API interactions. Once developed, the extension can be tested in various environments like GitHub.com, VS Code, and Visual Studio.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://dev.to/nickytonline/creating-your-first-github-copilot-extension-a-step-by-step-guide-28g0>

## Community discussion

Top comments from developers on daily.dev.

**@boogeyman17** · 1 upvotes

> Damn a game changer

**@esareynor** · 1 upvotes

> Wow, this is a game changer for me! I always want to make my own copilot extension for my team
>
> Great content!

**@devjet** · 1 upvotes

> This is so cool

**@nickytonline** · 1 upvotes

> I’m really excited about Copilot extensions and this guide will get you up and running so that you can build your own extension.
>
> This Step-by-Step Guide should get you up and running in no time.

**@sakebul66** · 1 upvotes

> Thanks for sharing

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#ai](https://daily.dev/tags/ai), [#webdev](https://daily.dev/tags/webdev), [#javascript](https://daily.dev/tags/javascript), [#github](https://daily.dev/tags/github), [#typescript](https://daily.dev/tags/typescript), [#genai](https://daily.dev/tags/genai)

[View this post on daily.dev](https://daily.dev/posts/creating-a-github-copilot-extension-a-step-by-step-guide-iozvqmqaz)
