⚡
Fast Startup
The backend is built with Go, the frontend with React, and the lightweight build pipeline keeps startup time in the millisecond range.


The backend is built with Go, the frontend with React, and the lightweight build pipeline keeps startup time in the millisecond range.
The same codebase runs on macOS, Windows, and Linux without extra changes, making multi-platform deployment straightforward.
The Go backend uses very little memory, and the frontend build output is highly optimized for a lighter runtime.
Built-in support for MySQL, SQLite, and PostgreSQL lets you choose the database that best fits your deployment.
Frontend and backend hot reload support keeps development smooth without repeated long build waits.
The compiled service can be packaged as a single executable, making deployment more efficient and convenient.