A high-performance HTTP session viewer and analyzer built with modern web technologies.
Burpy is a web-based tool designed for developers and security professionals to analyze HTTP session files. It provides a clean, intuitive interface for inspecting request/response data with features like syntax highlighting, JSON formatting, and dark mode support.
- Real-time syntax highlighting for HTTP, JSON, and other common formats
- Advanced request/response parsing and formatting
- Responsive interface
- Cross-platform compatibility
- Dark theme
- JSON structure analysis and validation
- Next.js 15
- TypeScript
- Tailwind CSS
- Shadcn UI Components
- Node.js >= 20
- pnpm (recommended) or npm
- Clone the repository
git clone https://github.com/Boiln/burpy.git
cd burpy
- Install dependencies
pnpm install
- Start the development server
pnpm dev
The application will be available at http://localhost:3002
For production environments, we recommend using Docker:
docker compose up -d
Contributions are welcome! Please read our Contributing Guide for details on our code of conduct and the process for submitting pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.