Self-hosted coding contest and assessment platform.
Pomelo is a self-hosted platform designed to manage programming contests, technical assessments, and hackathons. It integrates a Next.js frontend, an Express backend, and the Judge0 code execution engine to provide a complete environment for coding events. The platform is designed for privacy and control, allowing organizers to retain full data sovereignty while operating their own infrastructure.
The system utilizes an automated deployment model via a custom daemon and CLI, simplifying the provisioning of underlying services such as Docker containers and reverse proxies. It provides an administrative interface for managing application state, environment configurations, and container health.
Run the following command to download and execute the installation script with root privileges:
curl -fsSL pomelo.sosc.org.in/install.sh | sudo bashInteract with the platform using the global command-line interface.
pomelo start
pomelo stop
pomelo status
pomelo logs
pomelo uiThe administrative interface is accessible via a web browser on port 8462.
For more detailed information, please refer to the official documentation:
Refer to CONTRIBUTING.md for local development instructions and contribution guidelines.
This project is licensed under the GNU General Public License v3.0 (GPLv3). See the LICENSE file for details.