Skip to content

Repository files navigation

Sub Web

subconverter's frontend built with Next.js. DEMO

tindy2013/subconverter: Utility to convert between various proxy subscription formats.

✨ Features

  • Responsive UI components
  • Form validation with React Hook Form & Zod
  • Dark/light mode toggle
  • Dockerized deployment

πŸ›  Tech Stack

  • ⚑️ Next.js 15
  • πŸŒ€ React 19
  • 🎨 Tailwind CSS + DaisyUI
  • πŸ“˜ TypeScript
  • πŸ“‹ Zod schema validation
  • πŸ— React Hook Form
  • 🐳 Docker
  • 🧁 Bun runtime

πŸš€ Getting Started

Prerequisites

  • Node.js 18+
  • Docker (optional)

Development

git clone https://github.com/MercuryZz/subweb.git
cd subweb
bun install
bun run dev

Docker installation

# pull from ghcr.io
docker run -p 3000:3000 ghcr.io/svefnz/subweb:latest
# pull from dockerhub
docker run -p 3000:3000 svefn/subweb:latest
# or build from Dockerfile
docker build -t subweb .
docker run -p 3000:3000 subweb

πŸ“ License

MIT Β© 2025 MercuryZz

Releases

Packages

Used by

Contributors

Languages