---
title: "coder/picopilot: GitHub Copilot in 70 lines of JavaScript"
url: https://daily.dev/posts/coder-picopilot-github-copilot-in-70-lines-of-javascript-idkcfv2ho
source_url: https://github.com/coder/picopilot
type: article
source: "Lobsters"
published: 2024-06-25T22:58:10.613Z
updated: 2024-10-05T17:14:24.935Z
tags: ["ai", "javascript", "github", "vscode"]
reading_time: 1
upvotes: 124
comments: 7
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.

# coder/picopilot: GitHub Copilot in 70 lines of JavaScript

**[Lobsters](https://daily.dev/sources/lobsters)** · 1 min read · 124 upvotes · 7 comments

## Summary

GitHub Copilot is implemented in just 70 lines of JavaScript, and you can use it by installing the 'coder.picopilot' extension via VS Code. The setup involves cloning the repository, running specific bun commands, and launching VS Code in development mode. Customize prompts via your settings and create your own AI extensions effortlessly.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://github.com/coder/picopilot>

## Community discussion

Top comments from developers on daily.dev.

**@capjavert** · 9 upvotes

> 70 lines that call chatgpt.

**@abhinavthedev** · 1 upvotes

> Nice. Great Work and thanks for sharing 👍 😊

**@pranshuj73** · 0 upvotes

> pretty interesting actually, the 70 lines implementation is really cool

**@icey** · 0 upvotes

> pretty cool!

**@raghav5712** · 0 upvotes

> such a great way to integrate AI in work and work for AI 😁.
>
> (70 lines of JS code is best practice to me to kickstart both AI and JS)

## 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), [#javascript](https://daily.dev/tags/javascript), [#github](https://daily.dev/tags/github), [#vscode](https://daily.dev/tags/vscode)

[View this post on daily.dev](https://daily.dev/posts/coder-picopilot-github-copilot-in-70-lines-of-javascript-idkcfv2ho)
