<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: warlordy</title>
    <description>The latest articles on DEV Community by warlordy (@warlordy).</description>
    <link>https://dev.to/warlordy</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3976300%2F295394fd-ea15-403b-87e4-bfc61fe2e147.png</url>
      <title>DEV Community: warlordy</title>
      <link>https://dev.to/warlordy</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/warlordy"/>
    <language>en</language>
    <item>
      <title>How I shared VS Code Copilot on my LAN with a local web hub</title>
      <dc:creator>warlordy</dc:creator>
      <pubDate>Tue, 09 Jun 2026 16:30:51 +0000</pubDate>
      <link>https://dev.to/warlordy/how-i-turned-vs-code-copilot-into-a-lan-web-hub-to-share-copilot-access-and-usage-budgets-jpk</link>
      <guid>https://dev.to/warlordy/how-i-turned-vs-code-copilot-into-a-lan-web-hub-to-share-copilot-access-and-usage-budgets-jpk</guid>
      <description>&lt;p&gt;Want Copilot on your phone, tablet, or second screen while coding in VS Code?&lt;/p&gt;

&lt;p&gt;I built &lt;strong&gt;Copilot Share&lt;/strong&gt; for exactly that.&lt;/p&gt;

&lt;p&gt;It turns one Copilot-enabled VS Code host into a LAN web hub, so other devices on your local network can use it with almost zero setup.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Exists
&lt;/h2&gt;

&lt;p&gt;Most AI chats get noisy fast. Good prompts and good results become hard to find.&lt;/p&gt;

&lt;p&gt;Copilot Share solves two things at once:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Share VS Code Copilot access and usage budgets across devices on your local network&lt;/li&gt;
&lt;li&gt;Provide a &lt;a href="https://github.com/warlordy/vscode-extension-copilot-share#session-oriented-workflow" rel="noopener noreferrer"&gt;Session-focused workflow&lt;/a&gt; so that chat sessions can stay reusable and reviewable.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  60-Second Start
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Install &lt;code&gt;Copilot Share&lt;/code&gt; from the VS Code Marketplace.&lt;/li&gt;
&lt;li&gt;Click the status bar item (&lt;code&gt;Copilot Share&lt;/code&gt;) and select &lt;code&gt;Start Sharing&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Open Local Web, or copy Public URL to another LAN device.&lt;/li&gt;
&lt;li&gt;If enabled, enter the access code and start chatting.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  What You Get
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;LAN-first architecture (no cloud relay)&lt;/li&gt;
&lt;li&gt;Optional access code protection for chat APIs&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/warlordy/vscode-extension-copilot-share#session-oriented-workflow" rel="noopener noreferrer"&gt;Session-focused workflow&lt;/a&gt;

&lt;ul&gt;
&lt;li&gt;Session search + cross-session search&lt;/li&gt;
&lt;li&gt;Session summary, clone, context rebuild&lt;/li&gt;
&lt;li&gt;Session export/import for sharing and backup&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Mobile-friendly web UI&lt;/li&gt;
&lt;li&gt;Prompt polish helper that turns rough drafts into ready-to-send prompts&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Great For
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Coding with Copilot on a second screen&lt;/li&gt;
&lt;li&gt;Workshops or team pairing on one host machine&lt;/li&gt;
&lt;li&gt;Turning long chats into reusable session assets&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2Fwarlordy%2Fvscode-extension-copilot-share%2Fblob%2Fmain%2Fsrc%2Fdoc%2Freadme%2Fcopilot-share-screen-recording-quickstart.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2Fwarlordy%2Fvscode-extension-copilot-share%2Fblob%2Fmain%2Fsrc%2Fdoc%2Freadme%2Fcopilot-share-screen-recording-quickstart.gif" alt="Quick Start Demo" width="" height=""&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Try It
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Marketplace: &lt;a href="https://marketplace.visualstudio.com/items?itemName=warlordy.copilot-share" rel="noopener noreferrer"&gt;https://marketplace.visualstudio.com/items?itemName=warlordy.copilot-share&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Repository: &lt;a href="https://github.com/warlordy/vscode-extension-copilot-share" rel="noopener noreferrer"&gt;https://github.com/warlordy/vscode-extension-copilot-share&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Workflow details: &lt;a href="https://github.com/warlordy/vscode-extension-copilot-share#session-oriented-workflow" rel="noopener noreferrer"&gt;https://github.com/warlordy/vscode-extension-copilot-share#session-oriented-workflow&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Feedback and ideas are welcome.&lt;/p&gt;

</description>
      <category>vscode</category>
      <category>githubcopilot</category>
      <category>productivity</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
