Product

The complete platform for API development

From visual modeling to production deployment — everything you need to build, customize, and ship serverless APIs.

Model Builder

Design data models visually

Drag-and-drop interface for creating complex data models. Add fields, define relations, set validations — all without writing a single line of code.

  • 9 field types: text, number, boolean, date, enum, JSON, relations
  • Visual relation mapping between models
  • Built-in validation rules (required, min/max, patterns)
  • Auto-generated TypeScript types and schemas

Model Builder Preview

API Builder

Create endpoints in seconds

Define REST endpoints with full request/response schemas. Auto-generate CRUD operations or create custom business logic.

  • Full HTTP method support (GET, POST, PUT, PATCH, DELETE)
  • Request/response schema builders
  • OpenAPI 3.0 spec generation
  • Built-in authentication hooks

API Builder Preview

AI Assist

Let AI write the boilerplate

Describe what you need in plain English. AI generates models, endpoints, and business logic. Edit freely — credits used only for generation.

  • Natural language to API in seconds
  • Smart schema suggestions based on your description
  • Generate CRUD operations automatically
  • AI credits for generation only — edits are free

AI Generation Preview

Code Ownership

Your code, your control

Generated code is 100% yours. Clear separation between generated and custom code.

generated/

Auto-generated code from your models and AI prompts. Safe to regenerate anytime.

  • TypeScript types & schemas
  • Fastify routes & handlers
  • OpenAPI specifications
custom/

Your custom business logic and extensions. Never touched by regeneration.

  • Custom middleware & hooks
  • Business logic overrides
  • Third-party integrations
Deployments

Build → Preview → Production

Streamlined deployment pipeline with instant previews and one-click production releases.

Build

Compile and validate your API

Preview

Test with auto-generated URLs

Production

Deploy to any cloud provider

Versioning

Version control & rollbacks

Every change is tracked. Roll back to any previous version instantly. Never lose work.