Features

A complete database backend with powerful features for developers and teams.

Core Features

No Database Setup

Create a project and start defining your schema immediately. No PostgreSQL installation, no configuration, no maintenance.

No Admin UI Needed

Share projects with clients or team members who can manage data through our intuitive interface. No custom admin panel required.

REST API Included

Every table gets instant REST API endpoints. Read, create, update, and delete records with simple HTTP requests.

Multi-tenant Security

Each project has isolated PostgreSQL schemas. Role-based access control keeps your data secure.

API Key Management

Generate API keys with granular permissions. Set expiration dates and revoke access instantly.

Usage Analytics

Track API calls, monitor usage patterns, and optimize your application with built-in analytics.

15+ Column Types

From simple text to rich media, we support all the data types you need.

Text

Short text input

Long Text

Multi-line text area

Rich Text

WYSIWYG HTML editor

Number

Integer or decimal values

Date

Date picker

Date & Time

Date and time picker

Boolean

True/false toggle

Select

Single or multi-choice dropdown

Image

Image upload with CDN delivery

URL

Web link input

Email

Email address input

Currency

Monetary values with formatting

JSON

Structured JSON data

GUID

Auto-generated unique ID

Relation

Link to another table

File

File upload (coming soon)

Powerful REST API

Every table gets instant REST endpoints. Full CRUD operations, pagination, and filtering out of the box.

  • Public Anonymous Access

    Expose tables publicly for websites and apps. No authentication required.

  • API Key Authentication

    Generate keys with granular permissions for server-to-server access.

  • Field-level Control

    Choose which fields to expose. Filter rows by column values.

API Endpoints
// Public access (no auth)
GET  /api/v1/{projectGuid}/tables
GET  /api/v1/{projectGuid}/tables/{tableGuid}/records

// API key access (full CRUD)
GET    /api/v1/tables/{tableGuid}/records
POST   /api/v1/tables/{tableGuid}/records
PUT    /api/v1/tables/{tableGuid}/records/{recordId}
DELETE /api/v1/tables/{tableGuid}/records/{recordId}

// Response format
{
  "data": [...],
  "total": 100,
  "limit": 10,
  "offset": 0
}

And Much More

Visual Schema Designer

Design your database visually. Add tables, define columns, set constraints - all through a drag-and-drop interface.

Team Collaboration

Invite team members with role-based permissions: Owner, Admin, Editor, or Viewer.

Public Read Access

Optionally expose tables publicly without authentication. Perfect for blogs, portfolios, and public datasets.

Field-level Filtering

Control which fields are exposed via the public API. Hide sensitive data while sharing the rest.

Image Hosting

Built-in image upload with global CDN delivery. Automatic optimization, responsive variants, and fast loading.

Dark Mode

Full dark mode support in the admin interface. Easy on the eyes during late-night coding sessions.

Internationalization

Admin interface available in English and Czech. More languages coming soon.

OAuth Authentication

Sign in with Google, GitHub, or email OTP. No passwords to remember or manage.

Ready to Build Something Amazing?

Join developers who are shipping products faster with CubeStack. Create your first project in minutes.

No credit card required