Closed Beta — Accepting applications

Analytics infrastructure
that scales with you

Ingest billions of events with sub-10ms latency. Real-time pipelines, edge processing, and dashboards — no infrastructure to manage.

We're onboarding teams in batches. You'll hear from us within a week.

You're on the list. We'll reach out when your spot opens up.
quickstart.js
import { NovaMesh } from '@novamesh/sdk';

const client = new NovaMesh({
  apiKey: 'nm_live_k8x2...',
  region: 'eu'          // routes to nearest edge node
});

// Track events with automatic batching
await client.track('page_view', {
  userId: 'usr_28fH1s',
  page:   '/dashboard',
  meta:   { referrer: 'google', duration: 4200 }
});
<8ms
Median ingestion latency
99.98%
Uptime SLA
2.4B
Events processed / day
9
Global edge nodes
Platform

Built for scale,
designed for speed

From event ingestion to real-time dashboards — everything you need to understand your product, without managing infrastructure.

Real-Time Ingestion

Stream events from any source with automatic batching, deduplication, and schema validation at the edge.

Edge Processing

Transform and enrich events at 9 global edge nodes before they hit your data warehouse. Sub-10ms overhead.

Live Dashboards

Pre-built and custom dashboards with real-time updates. Share with your team or embed in your product.

End-to-End Encryption

All data encrypted in transit and at rest. SOC 2 Type II compliant. Your events never leave your pipeline unprotected.

Multi-Region Routing

Automatic geo-routing to the nearest ingestion endpoint. GDPR-compliant with EU data residency options.

Query API

SQL-compatible query engine for ad-hoc analysis. Aggregate billions of events in seconds with our columnar store.

Global edge network

9 bare-metal edge nodes across Europe and North America. Events are processed at the nearest node, minimizing latency and ensuring regional data compliance.

🇳🇱 Netherlands ingest-eu1
operational
🇩🇪 Germany ingest-eu2
operational
🇳🇱 Netherlands ingest-eu3
operational
🇬🇧 United Kingdom ingest-eu4
operational
🇫🇷 France ingest-eu5
operational
🇫🇮 Finland ingest-eu6
operational
🇨🇦 Canada ingest-na1
operational
🇺🇸 United States ingest-na2
operational
API Reference

REST API

All ingestion endpoints require authentication via API key. Full documentation available to beta participants.

POST
/v1/ingest
Ingest a single event. Accepts JSON payload with event name, properties, and optional user context. Events are validated at the edge and queued for processing.
Bearer token required
POST
/v1/batch
Ingest up to 500 events in a single request. Recommended for high-throughput server-side integrations. Supports gzip compression.
Bearer token required
GET
/v1/health
Returns node status, region identifier, and uptime percentage. No authentication required. Use for uptime monitoring and load balancer health checks.
GET
/v1/query
Execute SQL-compatible queries against your event data. Supports aggregation, filtering, and time-series bucketing. Results streamed as NDJSON.
Bearer token required

Request early access

We're onboarding teams gradually to ensure infrastructure quality. Leave your email and we'll reach out when your spot opens.

You're on the list. We'll reach out when your spot opens up.