2026-02-04 00:17:30 +00:00
2026-02-04 00:17:30 +00:00
2026-02-04 00:17:30 +00:00
2026-02-04 00:17:30 +00:00
2026-02-04 00:17:30 +00:00
2026-02-04 00:17:30 +00:00
2026-02-04 00:17:30 +00:00

Clickploy

A minimal, self-hosted Platform as a Service (PaaS) for building and deploying applications quickly.

Features

  • Auto-Build: Uses nixpacks to automatically detect and build your application from a Git repository.
  • Docker-based: Each deployment runs in an isolated Docker container.
  • Real-time Logs: View build and runtime logs streamed directly to the dashboard.
  • Port Management: Automatically assigns and manages ports for your applications.
  • Zero Configuration: Just provide a repo URL, and Clickploy handles the rest.

Tech Stack

  • Frontend: SvelteKit, Tailwind CSS, Shadcn-Svelte
  • Backend: Go (Gin), GORM (SQLite), Docker SDK
  • Build Engine: Nixpacks
  • Database: SQLite (Embedded)

Architecture

Clickploy acts as a control plane for your deployments. It clones your repository, builds a Docker image using Nixpacks, and spins up a container. It manages a persistent database of projects and deployments, ensuring state is maintained across restarts.

License

MIT

Description
No description provided
Readme MIT 231 KiB
Languages
Svelte 66.9%
Go 22.7%
TypeScript 6%
Rust 2.3%
CSS 1.6%
Other 0.4%