Back to projects

Comanda

Order management system for Costa Rican family restaurants with separate floor and kitchen views.

Context

Comanda is designed for family-owned restaurants that need to digitize operations without additional complexity.

The frontend connects to an API built with Hono and separated into floor and kitchen views.

Authentication is handled with Better Auth and persistence uses SQLite with Cloudflare D1 support.

Screenshots

System home with quick operational metrics.
Operational menu and product administration.
Table management and floor layout configuration.
Floor view focused on service and order control.
Kitchen workflow view focused on preparation and priority.

Tech stack

ReactViteHonoBetter AuthSQLiteCloudflare D1Cloudflare WorkersCloudflare Pages

Key points

  • Floor view oriented to order handling.
  • Kitchen view focused on status and preparation priority.
  • Simple workflow for small businesses in real operation.

Learnings

  • Designing lightweight, maintainable APIs in Hono for POS operational flows.
  • Integrating modern authentication with Better Auth in a full TypeScript stack.
  • Separating responsibilities across frontend, API, and persistence.