Skip to content

boiln/burpy

Repository files navigation

Burpy - HTTP session viewer

A modern, fast, and user-friendly web application for viewing saved HTTP session files.

Burpy (1.25.25) burpy_v2

Features

  • 🚀 Fast and responsive

  • 📝 Syntax highlighting

  • 🎨 Dark theme support

  • 💻 Cross-platform web app

  • 🎯 JSON formatting

  • Next.js

  • TypeScript

  • Tailwind CSS

  • Shadcn UI

Getting Started

Prerequisites

  • Node.js 20 or higher
  • pnpm (recommended) or npm

Installation

  1. Clone the repository:
git clone https://github.com/Boiln/burpy.git
cd burpy
  1. Install dependencies:
pnpm install
  1. Start the development server:
pnpm dev

The application will be available at http://localhost:3002

Docker Installation

Build and run using Docker Compose:

docker compose up -d