A modern, fast, and user-friendly web application for viewing saved HTTP session files.
-
🚀 Fast and responsive
-
📝 Syntax highlighting
-
🎨 Dark theme support
-
💻 Cross-platform web app
-
🎯 JSON formatting
-
Next.js
-
TypeScript
-
Tailwind CSS
-
Shadcn UI
- Node.js 20 or higher
- 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
Build and run using Docker Compose:
docker compose up -d