Try it at: https://changelog.pandadev.net
A modern, fully client-side web application that generates beautiful changelogs from GitHub repositories.
- 📝 Generate changelogs from any public GitHub repository
- 🔒 Support for private repositories with GitHub token
- 🏷️ Filter by tags and commit types
- 😀 Gitmoji support
- ⭐ Markdown rendering with GitHub styling
- 📱 Mobile responsive design
- 📋 Copy to clipboard functionality
- 🌐 Fully client-side - no server needed
# 📦 Install dependencies
bun install
# 🔥 Start development server
bun dev
# 🏗️ Build for production
bun run build && node .output/server/index.mjs