Cloud or local runtime

Start with Enfyra Cloud, then go deeper when you need control.

Create a managed Cloud project for the fastest path, or bring Enfyra up locally to inspect the generated API and runtime internals.

Boot path

Two clear setup paths for the same programmable backend.

2 steps
01

Start on Cloud or install locally

Use Enfyra Cloud for a managed isolated project. Use Docker or manual installation when you want to run the open-source runtime yourself. For detailed local setup, see the Installation guide.
02

Create Your First Table

Use the admin interface to create tables and define schemas. See the Table Creation guide for a detailed walkthrough.
Navigate to the admin UI at http://localhost:3000
Click 'Collections' in the sidebar
Click 'Create Collection'
Define your table name and columns
Set data types, validation rules, and relationships
Click 'Save' - your REST APIs are live; enable GraphQL per table when needed

After boot

Move from running instance to production shape.

Manage Your Data

Learn how to create, edit, and delete records in your tables. Use filters to find data quickly and work with related records through the relation picker system. View Data Management Guide

Configure Enfyra

Customize your Enfyra application settings including Rich Text Editor configuration, theme settings, and other application-wide options. View Configuration Guide

Build Your App Frontend

Explore the App system to customize forms, filters, menus, routing, and permissions. Learn how to extend your application with custom handlers and hooks. View App Documentation

Extend Your Backend

Learn advanced backend features including custom hooks, handlers, query filtering, cache operations, and API lifecycle management. View Server Documentation