A beautiful web app that renders GitHub Copilot VS Code chat logs with a VS Code-like interface.
Share your Copilot conversations with others in a readable, shareable format. Perfect for:
- Debugging sessions you want to share with teammates
- Showcasing AI-assisted development workflows
- Creating tutorials and documentation
- Analyzing Copilot's tool usage patterns
- Export your Copilot chat from VS Code
- Paste it into a GitHub Gist
- Enter the Gist URL
- View your conversation with full markdown, code highlighting, and tool call details
- 🎨 VS Code-inspired dark theme
- 📝 Full markdown and code syntax highlighting
- 🔧 Collapsible tool call sections
- 📱 Mobile responsive
- ⚡ Static site - no server required
- 🔗 Shareable via URL
npm install
npm run dev # Start development server
npm test # Run tests
npm run build # Build for productionBuilt with Next.js, TypeScript, and Tailwind CSS.
MIT