Features
-
Model generation
Define fields by name, data type, and protection level. Automatically sync models between the server and client and skip the tedious mapping.
-
State management
Choose between Postgres or Sqlite for persistent storage. Connect to a remote host, store your data on a local drive, or manage state entirely in-memory.
-
API generation
Generate REST APIs at the click of a button. Supports one-to-many and many-to-many relations based on model definitions.
-
React clients
Jumpstart front-end development with React hooks that work straight out of the box. Debounced updates occur automatically every time you make a change.
-
Automatic data sync
Refetching stale data happens automatically through the power of web sockets, allowing users to see changes instantly with no extra dev work.
-
Git-backed
Version tracking for generated code is managed through tools you’re already familiar with. Move fast with peace of mind and roll back changes easily.