HeadlinesBriefing favicon HeadlinesBriefing.com

Kitwork: An Indie Hacker's Open-Source Backend Platform

DEV Community •
×

Indie developer Huynh Nhan Quoc has launched Kitwork, an open-source platform for building and deploying services without Docker or complex setup. The tool is a single executable that runs on port 80, using `.work` files for configuration and routing. It emerged from the author's previous fullstack framework, Kitstack, which was proprietary due to customer code.

Kitwork positions itself as a lightweight alternative to heavy cloud infrastructure and frameworks like Spring Boot. Its design allows developers to clone a repository and immediately have a backend with routing and workflows. The long-term roadmap includes integrating V8 for JavaScript, enabling database queries directly in configuration files, and building a self-hosted, low-code backend system.

The project is being developed publicly at opens.vn, where services and templates can be tested and shared. For indie hackers and small startups, Kitwork aims to eliminate environment setup barriers. By open-sourcing the core, Quoc is building in public, hoping to spark an ecosystem around a tool that simplifies deployment and microservice architecture.