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
AuthenticationDatabaseStorageEmail
Start buildingAdd AI Features
Integrate 200+ AI models with one API
AI GatewayBackground JobsAnalytics
Explore AIScale to Production
Enterprise-grade monitoring & compliance
Error TrackingAnalyticsFeature FlagsWebhooks
Learn moreAll Services
View pricingBrowse by Category
Build
Core infrastructure for your app
Most popular
AI Gateway
Unified access to 200+ LLMs
Usage-based
Instant branchingDatabase
Serverless PostgreSQL
$0.083 hours/month free
Global CDNStorage
Global edge file storage
$0.0251 GB free
Auto retriesBackground Jobs
Async job processing
$0.101K jobs/month free
Sub-ms latencyKV
Global key-value store
$1.00100K ops/day free
Instant deliveryRealtime
Instant pub/sub messaging
$1.20500K messages/month free
Users
Authentication & communication
Grow
Analytics & engagement
CDP built-in
Analytics
Product analytics with conversion destinations
$1.00100K events/month free
10K evals freeFeature Flags
Control feature rollouts
$0.1510K/month free
Fraud preventionReferrals
Pay-per-conversion referrals
$0.5050/month free
Code FirstEngagement
Gamification made simple
$0.1010K/month free
Hybrid searchSearch
Full-text & semantic search
$0.151K documents free
Operate
Monitoring & integrations
One SDK
Type-safe from day one
Full TypeScript support with autocompletion, compile-time checks, and comprehensive documentation. Works with any framework.
app.ts
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', ... })