Everything you need to build, run,
and scale a project in one platform
One platform. One project. Everything from development to production.
➜ ~ toaray init my-app
Initializing project...
✔ Created .toaray/config.json
✔ Provisioned Postgres Database (v16)
✔ Enabled Auth Service (JWT + Social)
✔ Configured S3 Storage Bucket
✔ Deployed Edge Functions
Ready! Run toaray dev to start development.
Everything you need
A complete backend in a single binary.
Toaray provides the primitives you need to build production-grade applications. Database, Auth, Storage, and Edge Functions. All included.
Postgres Database
Every project gets a dedicated, isolated Postgres database. Full SQL support, extensions included.
Authentication
Secure user authentication and authorization out of the box.
Object Storage
Store and serve any file type with ease. Integrated with auth.
Edge Functions
Deploy serverless functions globally, close to your users, for minimal latency.
Realtime
Listen to database changes and broadcast messages instantly.
Dev Experience
Intuitive SDKs and CLI tools designed to keep you in the flow.
Global CDN
Deliver your assets and edge functions with low latency worldwide.
Enterprise Grade
Scalable, secure, and reliable infrastructure for your most demanding applications.
Developer Experience
Just write code.
Typed SDKs, auto-generated APIs, and seamless integration.
// 1. Import the client
import { createClient } from '@toaray/client'
const toaray = createClient(process.env.TOARAY_URL)
// 2. Query your dedicated database
const { data, error } = await toaray
.from('users')
.select('*')
.eq('status', 'active')
console.log(data)
// [ { id: 1, email: 'alice@example.com' } ]Pricing
Start for free, scale to millions.
Predictable pricing with no hidden fees. Self-host for free forever.
- Up to 3 Team Members
- 500MB Database
- 1GB File Storage
- 5GB Bandwidth
- 10k Invocations/mo
- Community Support
- Unlimited Team Members
- 10GB Database
- 50GB File Storage
- 100GB Bandwidth
- 1M Invocations/mo
- Standard Support
- Unlimited Team Members
- 100GB Database
- 500GB File Storage
- 1TB Bandwidth
- 10M Invocations/mo
- Priority Support
- Dedicated Infrastructure
- Unlimited Storage & Bandwidth
- SSO / SAML / SCIM
- Audit Logs & Compliance
- 24/7 Dedicated Support
- On-Premise Deployment