Coming Soon — Jacynth is in active development
Pitch Deck Features Targets Integrations
NL→SQL · Ollama · Multi-target

Ask anything.
Query everything.

Live streaming AI query engine that translates natural language into SQL, graph queries, and search — across Materialize, Postgres, Neo4j, and Elasticsearch.

View on GitHub
// Ask in natural language
const result = await jacynth.query({
  query: "Show me BTC volume spikes in the last hour",
  target: "materialize",
  context: { table: "crypto_trades" }
});
// → SELECT ... FROM crypto_trades WHERE ...

Features
Intelligence meets data

Powered by local LLMs via Ollama. Private, fast, and accurate query translation with safety validation.

Natural Language → SQL
Ask questions in plain English. Jacynth translates them into optimized SQL, Cypher, or Elasticsearch queries — with safety validation before execution.
NL→SQLNL→Cypher
Live Streaming
Real-time query results via WebSocket. Subscribe to continuous queries on Materialize for live dashboards, alerts, and streaming analytics.
WebSocketReal-time
Local LLMs (Ollama)
Powered by Ollama for fully private, local inference. No data leaves your infrastructure. Supports Llama 3.1, Mistral, and custom fine-tuned models.
OllamaPrivate
Query Safety
Every generated query is validated before execution. SQL injection prevention, permission checks, and read-only enforcement for untrusted queries.
ValidationRead-only
Learning from Feedback
Jacynth learns from user corrections. Thumbs up/down on results improves future query generation. Your team's domain knowledge gets baked in.
Feedback LoopAdaptive
API-First Design
Simple REST and WebSocket API. Drop Jacynth into any application — Versal, Akashic, Delt, or your own tools — with a single API call.
RESTWebSocket

Query Targets
One interface, every data source

Jacynth translates your questions into the right query language for each target system.

MZ
Materialize
Streaming SQL for real-time analytics. Live dashboards, continuous queries, and event-driven results.
PG
PostgreSQL
Traditional SQL for structured data. Complex joins, aggregations, and analytical queries on your relational data.
N4
Neo4j
Cypher queries for graph data. Relationship traversal, pattern matching, and knowledge graph exploration.
ES
Elasticsearch
Full-text search and analytics. Log analysis, document search, and aggregation queries across large datasets.

Integrations
Powers the entire stack
Versal
AI-powered queries in the Bloomberg-style trading terminal. Ask about market data in natural language.
Akashic
Code search and analysis queries. Find functions, trace dependencies, and explore codebases with natural language.
Delt
Financial data queries across the trading platform. Portfolio analysis, transaction history, and market intelligence.
Apollo
AI orchestration layer. Apollo routes Jacynth queries through the optimal model and manages context windows.

Pricing
Jacynth is part of the Colossal Capital platform

Jacynth pricing is managed through your Colossal Capital tier — Free, Pro, Ultra, Business, or Enterprise. Your tier controls API limits, query capacity, and feature gates.

Sign up — CC keys portalView tier details

Jacynth is a $6/mo product add-on. Your CC tier (starting at $0/mo) sets your feature gates and capacity.


Natural language queries
for every data source

Stop writing SQL by hand. Ask questions in plain English and let Jacynth handle the translation.