Answer your friends' questions about VS Code — share a link that types a prompt character-by-character, then opens it in GitHub Copilot Chat.
Live: https://pierceboggan.github.io/letmepromptthatforyou/
- Type a prompt (e.g.
@vscode how do I use hooks) - Click Create Share Link — the URL is copied to your clipboard
- Send the link to someone
- They see the prompt typed out letter-by-letter, then it auto-launches VS Code with the prompt loaded in Copilot Chat
- Typing animation — shared links replay the prompt with a typewriter effect
- Deep links — opens
vscode://orvscode-insiders://protocol links directly into Copilot Chat - Auto
@vscodeprefix — ensures prompts always include@vscodein the deep link - VS Code / Insiders toggle — switch protocol with logo buttons; the entire UI theme adapts
- Auto-copy — share links are copied to clipboard on creation
npm install
npm run devPushes to main auto-deploy to GitHub Pages via the included GitHub Actions workflow.
To deploy manually:
npm run buildStatic output is in ./out.
