Coreframe Labs

Work

Case studies with numbers attached.

Every engagement below ended with a measurable before-and-after. Challenge, approach, result — no anonymous logos, no vague "improved efficiency".

Portfolio

Products and platforms we've shipped.

↓ 95% dashboard load time

ClickHouseRedisEChartsAzure AKS

Enterprise Energy Analytics

20-second dashboards became sub-second — and beat PowerBI head-to-head.

A production analytics platform for an enterprise energy client: rebuilt query layer, two-tier Redis cache at a 94% hit rate, and an ECharts Canvas UI rendering 50,000+ points at 60fps. Selected over PowerBI in the client's direct evaluation.

42,000ms → 380ms

ClickHousePostgreSQLBenchmarking

Billion-Row Migration

A 110x faster critical query at one billion rows.

Benchmarked ClickHouse against PostgreSQL and TimescaleDB on the real 1B-row dataset, designed MergeTree schemas and materialised views around the actual query patterns, and migrated the critical path. The full decision process is public.

Read the write-up

< 200ms voice latency

Voice AILiveKitWebRTCLLM Agents

VocalFlow

Real-time AI voice agents in production.

A production voice-AI pipeline with sub-200ms end-to-end latency: real-time WebRTC transport via LiveKit, streaming speech handling, and LLM-driven conversation — the response starts before the caller finishes expecting one.

Live production SaaS

Next.jsSaaSAnalytics

MarketPulse

A market-analytics platform, running publicly right now.

A full SaaS product — data ingestion, analytics, and a real-time dashboard — deployed on Vercel and Railway with the source open for inspection. Not a demo: real users, real uptime.

View project

↑ 25% MAU in 3 months

ProductGrowthFull-Stack

ReloRadar

Data-driven product features that moved retention.

A consumer relocation platform where data-informed feature work — smarter recommendations, faster flows, measurable iteration — grew monthly active users by a quarter within one quarter.

↓ 40% QA debugging time

Applied AIAutomationTooling

NumbersAI

AI-assisted analysis where the hours actually go.

Applied-AI tooling that cut quality-assurance debugging time by 40% — automated triage and analysis of failures so engineers spend their time fixing, not hunting.

↑ 30% operational efficiency

AutomationWorkflows

Project Outreach

Workflow automation with a measured payoff.

Operational workflow automation for a client team — structured pipelines and intelligent routing that lifted overall operating efficiency by 30%.

Public benchmarks

ArchitectureIoTOpen Source

IoT Architecture Playbook

Architecture decisions for IoT-scale data, in the open.

The reasoning, trade-offs, and benchmark numbers behind IoT-scale data architecture choices — published so you can inspect how we make decisions before you hire us to make yours.

View project

Our expertise

The capabilities behind the numbers.

Machine Learning & LLMs

Model selection, fine-tuning where it earns its keep, and evaluation harnesses — production AI, not demos.

Agentic & Voice AI

Tool-using agent workflows and sub-200ms real-time voice pipelines, shipped to production.

RAG & NLP

Retrieval pipelines with tuned vector search, grounded citations, and measured precision/recall.

Predictive Analytics

Forecasting, anomaly detection, and decision-support on billion-row datasets.

Data Engineering

ClickHouse, Spark, and Azure Data Lake pipelines that stay fast as data grows.

Cloud & DevOps

Azure (AKS to AD), AWS, Vercel — CI/CD with staged rollout and automated rollback.

42,000ms → 380ms

Billion-row analytics, 110x faster

Challenge
A critical aggregation query on a 1-billion-row dataset ran for 42 seconds — long enough that users assumed the platform was broken.
Approach
Benchmarked ClickHouse against PostgreSQL and TimescaleDB on the real dataset, not synthetic data. Designed MergeTree schemas and materialised views around the actual query patterns, then migrated the critical path.
Result
380ms on the same query — a 110x reduction. The full decision process is public in the article below.

20s → <1s

Enterprise dashboard, 95% faster

Challenge
A production analytics dashboard for an enterprise energy platform loaded in 20 seconds under real data volume.
Approach
Profiled the full path — queries, serialisation, rendering. Rebuilt the query layer, added a two-tier Redis cache (10s active-invalidation hot tier, 60s passive warm tier), and cut payload weight.
Result
Loads in under 1 second, with the cache layer holding a 94% hit rate in production.

50,000+ @ 60fps

Selected over PowerBI

Challenge
The client needed dense, real-time data visualisation that their existing BI tooling couldn't render without choking.
Approach
Built a custom analytics UI on ECharts' Canvas renderer with windowed data loading and frame-budgeted updates, so tens of thousands of points stay interactive.
Result
50,000+ data points rendered at 60fps in production — and the platform was selected over PowerBI in the client's head-to-head evaluation.

17 engineers · 95%

Delivery at team scale

Challenge
Concurrent workstreams across backend, frontend, DevOps, and AI/ML — the stage where most projects start slipping.
Approach
Clear service boundaries, CI/CD with staged rollout and automated rollback, and scope negotiated in writing before sprints, not after.
Result
95% of commitments shipped on time across a 17-engineer team.