Checkpost is an open-source, real-time webhook inspection platform that allows you to easily inspect and debug incoming HTTP requests. With Checkpost, you get your own branded subdomain for free, eliminating the need to remember random UUIDs.
🚧 Project is still under construction (Launch checklist). v1 will be released by first half of July.
- Mock server.
- Local server via port forwarding (similar to ngrok).
- File attachments support.
- See through proxy middlewares with edit outgoing requests support.
- Team plan with collaboration support across multiple URLs.
- URL stats.
- Visit Checkpost.io and sign up for a free account.
- Create a new custom subdomain for your project.
- Use your custom subdomain URL to start inspecting incoming HTTP requests.
Checkpost.io is released under the AGPL v3 License.
- Frontend app is built using Sveltekit.
- Server is written in Go + Fiber.
- Database + File storage: Postgres (Supabase)
- Hosting: Cloudflare Page, Railway.app
Contributions to Checkpost.io are welcome! If you encounter any issues or have suggestions for improvements, please open an issue on the repository. If you'd like to contribute code, follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them with descriptive commit messages.
- Push your changes to your forked repository.
- Submit a pull request to the main repository.
Please ensure that your code follows the project's coding standards and must includes appropriate tests.
If you have any questions, suggestions or feedback, just reach out to me directly nithin@checkpost.io or open an issue with appropriate label.