> hypequery

Introduction

Welcome to the hypequery docs. Find all the resources to get started.

What is hypequery?

hypequery is a code-first analytics backend for ClickHouse, built for TypeScript teams who want scalable, type-safe analytics.

At its core, hypequery is a ClickHouse-native TypeScript query builder, you generate types from your schema and then build ClickHouse queries with full type-safety.

Beyond this, hypequery ships with with opt-in features for query reuse, caching, multi-tenancy, authentication, and HTTP endpoint generation.

Instead of scattering SQL across applications, dashboards, and scripts, hypequery gives you a single, versioned place where analytics logic lives. In code.

hypequery is a library, not a hosted platform. It integrates directly with your existing ClickHouse setup and runs wherever your application runs.


On this page