ichibaseichibase
ichibase

backend-as-a-service

A full backend that costs what hardware costs.

Postgres, MongoDB, auth, storage, and serverless functions on commodity VPSs — at a predictable monthly price, not per-request pricing.

An alternative to Supabase, Firebase & MongoDB Atlas — migrate your app in minutes, passwords and all.

Find us on Product Hunt

Flat monthly pricing — VPS cost + a small fee, no metered bills. See the full breakdown →

# talk to your project

import { createPostgrest } from 'jsr:@ichibase/postgrest';

const db = createPostgrest();
const { data } = await db
  .from('notes')
  .select('*')
  .eq('owner_id', user.id);
  • postgresPostgres + PostgREST, RLS enforced
  • mongoMongoDB behind a policy gateway
  • authEmail auth, sessions, JWTs
  • storageS3-compatible object storage
  • functionsDeno edge functions
  • redisRedis on dedicated plans
  • typesenseTypo-tolerant search on dedicated plans

Powering real apps

ichi · “one”

the name

Why “ichibase”?

ichi (一) is Japanese for one — as in number one. We didn’t build this to be another option; we built it to be your #1 backend. And base is the foundation everything sits on — database, auth, storage, functions.

Put together: the one base you build on.