Skip to content
Veristamp

Independent Systems Lab · 3 Live in Alpha

Independent systems lab for AI infrastructure.

Building declarative vector search, code understanding, and sovereign developer primitives. Local-first, open, and designed to run on machines you operate.

Local-first executionZero cloud telemetryFree to inspect & run
curl -fsSL https://raw.githubusercontent.com/srimon12/qql-rs/main/scripts/install.sh | sh
-- Scoped vector retrieval & shard routing
QUERY 'chest pain'
FROM medical
USING dense
WHERE department = 'cardio'
SHARD 'hospital-east'
ORDER BY score DESC
LIMIT 5;
Execution Telemetry
200 OK·1.2ms

AST verified by qql-core parser

Lowered to Qdrant REST filter & shard routing

Hit 1: cardio-triage-402.pdf [score: 0.942]

Sub-2ms planning · Zero client-side boilerplate

QQL is to Qdrant what SQL is to Postgresqql.veristamp.in

Live systems

Tools you can run today.

Free to install, verify, and run locally. Zero telemetry, single-binary or WASM execution, and no cloud dependencies.

QQLDeclarative Vector Enginev0.4.0
Open site

Declarative vector search for Qdrant.

QQL is to Qdrant what SQL is to Postgres.

Declarative vector search and query engine for Qdrant. Search, filter, rerank, recommend, and transform vectors in one unified syntax.

Install · click to copy

Syntax specimen

QUERY 'chest pain'
FROM medical
WHERE department = 'cardio'
LIMIT 5;

Zero-cost AST lowering · Sub-2ms planning

Rust · Qdrant · FastEmbed · WASMPython, Node, Rust, and WASM SDKs
ChunkerWASM demo
Launch demo

Structure-aware AST syntax chunking.

Index code the way it was actually written.

Structure-aware code chunking engine for high-signal embeddings. Indexes code by syntax trees, scopes, and symbol boundaries instead of arbitrary token splits.

AST scope boundary

scope: fn parse_symbols()

tokens: 48 · symbols: 5

preserved context: boundary match

AST parsingScope preservationBrowser WASM
Rust · Tree-sitter · WASMInteractive demo
StampLive tool
Launch verifier

Client-side cryptographic file attestation.

The file never leaves your machine.

Client-side cryptographic file attestation. Hashes files in-browser via Web Crypto, returns Ed25519 signed receipts, and verifies offline against public Merkle epoch logs.

Local pipeline · zero uploads

1 · In-browser hashSHA-256
2 · Attestation sealEd25519
3 · Offline verificationMerkle logs
Web CryptoEd25519Public logs
Cloudflare Worker · Web Crypto · R2Epoch logs

Lab pipeline

Systems in active development.

Private repositories progressing toward public releases. Each engine ships when it reaches production fidelity.

Next release
AI Proxy
In development
5 systems
Mandatory telemetry
0%
AI ProxySovereign LLM Gateway
Next · Coming soon

Local-first, single-binary LLM proxy. Virtual keys, strict spend budgets, provider failover, token tracking, and local analytics with zero telemetry.

Control

Virtual keys and hard spend budgets

Reliability

Automatic provider failover

Privacy

Local analytics, zero telemetry

Rust · SQLite · DuckDB · ReactSingle binary

AgentHub

In dev

Agent State & Swarms

Git-backed semantic state and artifact hub for autonomous agents. Bare-repo history, DAG provenance, and content-addressed storage (CAS).

GoConnect RPCPostgresNATS

repo-cli

In dev

Autonomous Code Engineering

Local-first code understanding and autonomous agent runtime. AST symbol graphs, caller blast radius tracing, and policy-governed patch application.

RustConnect RPCTree-sitterMCP

Mono-Auth

In dev

Machine & User Identity

Self-hosted identity control plane for humans and autonomous agents. OAuth 2.1/OIDC, default-deny agent grants, and MCP server registry with consent.

TypeScript / BunHonoBetter AuthRedis

GCM

In dev

Governed Execution

Governed tool execution and agent sandboxing. Agents invoke trusted skills with per-run capability grants and live identity checks.

TypeScriptMonty workersMCP

VIA

In dev

Observability

Autonomous agent telemetry and evaluation. Action trace logging, cost attribution, and behavioral drift detection.

GoClickHouseOpenTelemetry

Frequently Asked Questions

Questions & Architecture.

Technical answers on self-hosting, vector runtimes, licensing, and telemetry.

What is Veristamp?

An independent systems lab building developer-first AI infrastructure: declarative vector search engines, code understanding tooling, and cryptographic verification primitives.

What tools are live today?

Three systems are live in alpha: QQL (declarative vector search for Qdrant with Python, Node, Rust, and WASM SDKs), Chunker (structure-aware AST code chunking), and Stamp (client-side cryptographic file attestation).

What is in development?

AgentHub (git-backed swarm state), repo-cli (autonomous code understanding runtime), Mono-Auth (machine identity control plane), AI Proxy (local spend routing gateway), GCM, and VIA are in active private development.

Is data sent to any third-party cloud?

No. All systems are local-first with zero telemetry. Vectors, code chunks, and prompts remain on hardware you control.

What is QQL?

QQL is to Qdrant what SQL is to Postgres: an expressive, declarative query language and compiler that lets you search, filter, rerank, and transform vectors in one unified syntax.

How does Stamp verify files without uploading?

Stamp hashes the file locally inside your browser using the Web Crypto API. Only the SHA-256 hash is signed with Ed25519. You keep the signed receipt, and verification runs offline against public epoch logs.

If you're running this, write.

Bugs, design notes, or a stack you want to own. I read everything.

Srimon Danguria · Independent lab