Documentation for the Codomat

The Codomat

your friendly code generator

The Codomat, is a code generator which makes developing server-side systems (also called APIs or backends) as simple as possible.

In short, you describe your system in an easy language, and the Codomat hands you a complete implementation which you can deploy on the cloud or on a server.

To get a quick feel, you can go ahead to getting started

Features

MVP in Hours, from 0$

Describe your backend in a simple succinct language. E.g. social media API in less than 40 lines. With a forever free plan.

Transparent & Open Source

You get the source code. We will not hide the source & lock you in an over-priced hosting scheme.

Technology Independent

Want to switch to another tech stack (e.g. from PHP to Go)? Easy! Just re-generate your API.

Build The Right Wayâ„¢

The Codomat directs you to good architecture decision right from the start: separate the API from the frontend. This way your API is simple and efficient, and you have the complete freedom to decide how to build your frontend (i.e. website or mobile app).

In more technical terms, the Codomat directs you to decouple frontend from backend, effectively preventing you from creating a hairy monolith.