What are you building?
Choose your path and get started with the right services for your use case.
Launch an MVP
Get to production in days, not months
Add AI Features
Integrate 200+ AI models with one API
Scale to Production
Enterprise-grade monitoring & compliance
Browse by Category
Build
Core infrastructure for your app
AI Gateway
Unified access to 200+ LLMs
Database
Serverless PostgreSQL
Storage
Global edge file storage
Background Tasks
Async job processing
Functions
Serverless V8 isolate functions
Runs
Ephemeral batch compute
KV
Global key-value store
Realtime
Instant pub/sub messaging
Users
Authentication & communication
Grow
Analytics & engagement
Analytics
Product analytics with conversion destinations
Feature Flags
Control feature rollouts
Referrals
Pay-per-conversion referrals
Engagement
Gamification made simple
Search
Full-text & semantic search
Operate
Monitoring & integrations
Error Tracking
Automatic error capture
Webhooks
Reliable webhook delivery
Billing
Stripe-powered subscriptions and payments
Deploy
Git push → live in seconds
Runs
Ephemeral batch compute
Type-safe from day one
Full TypeScript support with autocompletion, compile-time checks, and comprehensive documentation. Works with any framework.
import { sylphx } from '@sylphx/sdk'
// Auth, Database, AI - same import
const user = await sylphx.auth.getUser()
const posts = await sylphx.db.query.posts.findMany()
const summary = await sylphx.ai.chat({ model: 'gpt-4o', ... })