Content Platform

Pre-built
Headless CMS

Products, posts, documents, media and more. Manage all your content in one place and integrate anywhere with REST/GraphQL API and TypeScript SDK.

Free to start, no credit card required · No server setup needed

Developer experience

Just a few lines of code

Fetch data type-safely with TypeScript SDK Query Builder. React Query integration handles caching, loading states, and infinite scroll automatically.

app.tsx
import { createBrowserClient } from '@01.software/sdk'

const client = createBrowserClient({
  clientKey: process.env.NEXT_PUBLIC_KEY!,
})

// React Query hook
const { data, isLoading } = client.query.useQuery({
  collection: 'products',
  options: { limit: 20 },
})

// Query Builder
const { docs } = await client
  .from('posts')
  .find({ limit: 10 })

Features

Everything you need for content management

Focus on content, not infrastructure. We provide APIs, storage, and authentication.

REST & GraphQL API
REST and GraphQL APIs are auto-generated when you create content. Integrate with any frontend instantly.
TypeScript SDK
Type-safe development with Query Builder and React Query integration. Fetch data in just a few lines of code.
E-Commerce
Products, orders, payments, returns. All the data structures you need for e-commerce are ready.
Multi-Tenant
Per-tenant data isolation and role-based access control (RBAC) for secure team and organization management.
Cloud Media Storage
Manage images and files with S3-based cloud storage. Delivered fast through CDN.
Webhooks
Receive real-time events when content is created, updated, or deleted. Build automations with external services.

Comparison

Feature Comparison

01 SOFTWARE vs popular headless CMS platforms. Built-in features that typically require plugins or custom development.

Feature01 SOFTWARESanityPayloadWordPress
Auto-generated APIPlugin
TypeScript SDK
Multi-TenantBuilt-inPlugin
E-Commerce23 CollectionsWooCommerce
React Query Integration
Cloud StorageS3 Built-inBuilt-inConfigPlugin
Real-time WebhooksPlugin
Built-in Collections49DIYDIYDIY

Start for free today

Start with the free plan. Upgrade anytime as your project grows.