Polonium is an open-source, minimalist API testing tool that makes it easy for developers to test REST APIs and WebSockets with no sign-up required. Built with speed and simplicity in mind, it's the perfect tool for quick testing and debugging.
❤️ Lightweight: Designed with a minimal UI for effortless testing.
⚡️ Fast: Real-time request and response with no delays.
🔄 WebSocket Support: Establish full-duplex communication channels over a single TCP connection.
🦸♂️ Customizable Themes: Choose between light, dark, and system themes with customizable accent colors.
📃 Request Body: Allows you to send and receive data via the API in JSON, XML, and other formats.
📂 Collections: Organize requests into reusable collections, nested folders.
- ⚛️ Next.js
- 🦄 Tailwind CSS
- 🌐 HTTP
- 🌩️ WebSocket
- Clone the repository:
git clone https://github.com/reche13/polonium.git
- Install dependencies:
pnpm install
- Run the app locally:
pnpm run dev
- Open in browser: localhost:3000
This project is open-source, and contributions are always welcome!
- Fork the repo
- Create a new branch (
git checkout -b feature-branch) - Commit your changes (
git commit -m 'Add feature') - Push to your fork (
git push origin feature-branch) - Create a Pull Request
Web: polonium.com
This project is licensed under the MIT License - see the LICENSE file for details.
