Stackpack π
Transform GitHub repositories into AI-friendly single files - perfect for LLMs like Claude, ChatGPT, and Gemini.
Quick Start
CLI
# Install
go install github.com/axzilla/stackpack/cmd/cli@latest
# Use
stackpack --remote=https://github.com/user/repo
stackpack --include="*.go,*.md"
Web App
Visit stackpack.xyz
Features
- π¦ Single-file output optimized for AI consumption
- π Include/exclude files via patterns (e.g.
*.go, *.md)
- π Works with local & remote GitHub repositories
- π Dark mode support
CLI Options
stackpack [flags]
--output output.txt # Output filename
--remote URL # GitHub repository URL
--include "*.go,*.md" # Files to include
--exclude "*.png,*.jpg" # Files to exclude
Development
git clone https://github.com/axzilla/stackpack
cd stackpack
make dev
Requires Go 1.22+ and Node.js.
License
MIT