v0.4.2 — public beta

Stream the web.
In real time.

Production-ready real-time data infrastructure with sub-millisecond latency. Type-safe SDKs in eight languages. Connect in minutes.

0.4msp99 latency
99.99%uptime SLA
12edge regions
8SDK languages
quick-start.ts
import { Flastone } from '@flastone/sdk'

const client = new Flastone({
  apiKey: process.env.FLASTONE_KEY,
  region: 'eu-west'
})

// Subscribe to a stream
const stream = await client.subscribe('orders')

stream.on('event', event => {
  console.log(`[${event.id}]`, event.data)
})
Features

Everything your stack needs

Designed for teams who need reliable real-time infrastructure without the operational overhead.

Sub-ms delivery

Events reach subscribers in under 0.4ms at p99. Our global anycast network routes around failures automatically.

Type-safe SDKs

First-class TypeScript, Go, Python, Rust, Java, Ruby, PHP, and .NET. Full IDE completion for event schemas.

End-to-end TLS

Every byte encrypted in transit. Mutual TLS available. SOC 2 Type II certified, GDPR-compliant data residency.

Durable replay

72-hour event history on all plans. Replay any window to recover missed events or backfill new consumers.

Schema registry

Enforce contracts between producers and consumers. Backward and forward compatibility checks on every publish.

Live metrics

Per-stream throughput, latency percentiles, and consumer lag. Prometheus-compatible export. PagerDuty alerts.

REST + Streaming API

One API. Every pattern.

HTTP/2 server-sent events, WebSocket, and long-polling — all behind the same endpoint. Switch transports without changing your client code.

POST/api/stream/publishPublish event
GET/api/stream/subscribeSSE stream
POST/api/stream/batchBatch publish
GET/api/stream/replayReplay events
GET/api/stream/healthHealth check
publish.sh
# Publish a single event
curl -X POST https://api.flastone.com/api/stream/publish \
  -H "Authorization: Bearer $FLASTONE_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "stream":  "orders",
    "payload": { "id": "ord_9x2k", "amount": 4200 }
  }'

# Response
{
  "event_id": "evt_01hxyz",
  "delivered": 12,
  "latency_ms": 0.3
}
Pricing

Simple, usage-based pricing

Start free. Scale as you grow. No surprise bills — hard limits available on every plan.

Hobby
$0/mo
For side projects and prototypes. No credit card required.
  • 1M events / month
  • 3 streams
  • 24-hour replay window
  • Community support
Get started free
Enterprise
Custom
For teams that need dedicated infra, compliance, and SLAs.
  • Unlimited events
  • Private edge deployment
  • Custom data residency
  • SOC 2 / HIPAA / GDPR
  • Dedicated Slack channel
Talk to sales

Get started today

Real-time infrastructure,
ready in minutes.

Join 2,400+ engineering teams already shipping with Flastone.