EveryDev.ai
Sign inSubscribe
Home
Tools

2,760+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents1887
  • Coding1349
  • Infrastructure636
  • Marketing505
  • Projects450
  • Research411
  • Design394
  • Analytics358
  • Security248
  • MCP246
  • Testing242
  • Data239
  • Integration181
  • Prompts169
  • Communication162
  • Learning162
  • Extensions156
  • Voice139
  • Commerce127
  • DevOps112
  • Web83
  • Finance24
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. HelixDB
    HelixDB icon

    HelixDB

    Vector Databases
    Featured

    An open-source OLTP graph-vector database built in Rust for AI applications, knowledge graphs, and agent memory, available self-hosted or as a managed cloud service.

    Visit Website

    At a Glance

    Pricing
    Open Source
    Free tier available

    Self-hosted HelixDB under Apache License 2.0. Free to use, modify, and distribute.

    Helix Cloud: Custom/contact

    Engagement

    Available On

    CLI
    API
    SDK
    Web

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Vector DatabasesDatabase ToolsRetrieval-Augmented Generation

    Alternatives

    Helix-DBEndeeVespa.ai
    Developer
    Helix DB, Inc.London, United KingdomEst. 2025$500000 raised

    Listed Jun 2026

    About HelixDB

    HelixDB is an open-source graph-vector database built from scratch in Rust, designed to consolidate the storage needs of AI applications into a single platform. It is developed by Helix DB, Inc., backed by Y Combinator and Nvidia, and is available both as a self-hosted open-source project (Apache 2.0) and as a managed cloud service. The repository has accumulated nearly 5,000 GitHub stars since its creation in November 2024.

    What It Is

    HelixDB is an OLTP database that combines graph, vector, key-value, document, and relational data models in one system. The core thesis is that AI applications — particularly those requiring RAG pipelines, agent memory, and knowledge graphs — should not need to stitch together separate application databases, vector stores, and graph databases. HelixDB gives agents and applications federated access to all of these through a single query interface. The primary data model is graph + vector, but the system also supports KV, document, and relational data.

    Architecture and Deployment Model

    HelixDB runs in two modes: local (self-hosted via CLI) and Helix Cloud (managed, object-storage-backed).

    • Local/self-hosted: Installed via a one-line curl script; runs as a background container on port 6969. Supports in-memory (default) and disk-persistent modes.
    • Helix Cloud: Built on object storage to handle any volume of graph and vector data. Uses a single-writer, auto-scaling reader architecture behind a gateway layer. The gateway buffers requests so DB node failures do not surface as errors. High availability requires at least 3 gateways and 3 DB nodes; smaller clusters run in Dev mode.
    • ACID transactions: Full ACID support is included in the cloud deployment.

    Developer Workflow and SDKs

    Queries are authored using a Rust or TypeScript DSL and sent as dynamic requests to a running instance via POST /v1/query — no build or deploy step is required. Both SDKs produce the same JSON AST.

    • Rust SDK: Published as helix-db on crates.io; queries are defined as #[register] functions.
    • TypeScript SDK: Published as @helix-db/helix-db on npm; supports Node.js 20+.
    • helix chef: An interactive bootstrapper that scaffolds a project, starts a local instance, seeds example data, and can hand off to a coding agent (Claude Code, Codex, or OpenCode) to build a working application from a one-line description.
    • HQL: A native query language documented separately from the DSL.
    • MCP integration: The CLI installs HelixDB query skills and a docs MCP server as part of the helix chef setup.

    Update: v3.0.5

    The latest release is v3.0.5, published on June 5, 2026. The repository was last pushed to on June 10, 2026, indicating active development. The project was created in November 2024 and has grown to nearly 5,000 stars and 264 forks. The GitHub topics include rag, vector-database, graph-database, and ai, reflecting the product's positioning at the intersection of AI infrastructure and database tooling.

    Open-Source Lineage and Backing

    The core HelixDB engine is released under the Apache License 2.0, making it freely usable, modifiable, and distributable. The project is backed by Y Combinator and Nvidia, and the company is headquartered across London and San Francisco. A SOC 2 trust center is available at trust.helix-db.com. Commercial support is available through Helix Cloud, with direct founder contact offered for enterprise inquiries.

    HelixDB - 1

    Community Discussions

    Be the first to start a conversation about HelixDB

    Share your experience with HelixDB, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Self-hosted HelixDB under Apache License 2.0. Free to use, modify, and distribute.

    • Full graph + vector data model
    • Key-value, document, and relational support
    • Rust and TypeScript SDKs
    • HQL query language
    • CLI tooling including helix chef

    Helix Cloud

    Managed cloud service with object storage backend, auto-scaling, ACID transactions, and high availability.

    Custom
    contact sales
    • Object storage-backed deployment
    • Single-writer with auto-scaling reader nodes
    • Full ACID transactions
    • High availability (3+ gateways and DB nodes)
    • Gateway request buffering for resilience
    • SOC 2 compliance
    • Managed service with founder support
    View official pricing

    Capabilities

    Key Features

    • Graph + vector data model in a single database
    • Key-value, document, and relational data support
    • Built in Rust for performance
    • Full ACID transactions (cloud)
    • Single-writer with auto-scaling reader nodes
    • Object storage-backed cloud deployment
    • High availability with 3+ gateways and DB nodes
    • Rust and TypeScript DSL SDKs
    • Native HQL query language
    • CLI with helix chef interactive bootstrapper
    • MCP server integration for AI agents
    • In-memory and disk-persistent local modes
    • Dynamic queries via POST /v1/query (no build step)
    • SOC 2 compliance

    Integrations

    Claude Code
    Codex
    OpenCode
    Python SDK
    Rust SDK
    TypeScript SDK
    MCP (Model Context Protocol)
    API Available
    View Docs

    Reviews & Ratings

    No ratings yet

    Be the first to rate HelixDB and help others make informed decisions.

    Developer

    Helix DB, Inc.

    Helix DB, Inc. builds Helix-DB, an infinitely scalable graph-vector database written in Rust. The team operates out of San Francisco and is backed by Y Combinator, Nvidia, and Vercel. Helix-DB delivers compiled graph and vector queries for high throughput and low latency, serving developers at organizations like UnitedHealthcare. The company offers both a managed cloud product and an open-source self-hosted option.

    Founded 2025
    London, United Kingdom
    $500000 raised
    6 employees

    Used by

    UnitedHealthcare
    Early adopters in the YC ecosystem
    Read more about Helix DB, Inc.
    WebsiteGitHubLinkedInX / Twitter
    2 tools in directory

    Similar Tools

    Helix-DB icon

    Helix-DB

    An infinitely scalable graph-vector database built in Rust, designed for high throughput and low latency graph and vector applications.

    Endee icon

    Endee

    High-performance open-source vector database engineered for production AI systems, delivering sub-5ms latency and 10× memory efficiency via its Vector Graph Engine.

    Vespa.ai icon

    Vespa.ai

    An AI Search Platform for building large-scale applications combining vector search, text search, machine-learned ranking, and real-time inference at enterprise scale.

    Browse all tools

    Related Topics

    Vector Databases

    Specialized databases optimized for storing and retrieving vector embeddings that power semantic search, recommendation systems, and other AI applications with similarity matching.

    25 tools

    Database Tools

    AI-powered tools for database management, optimization, query construction, and schema design that enhance developer productivity and database performance.

    44 tools

    Retrieval-Augmented Generation

    RAG Systems that enhance LLM outputs by retrieving relevant information from external knowledge bases, combining the power of generative AI with information retrieval for more accurate and contextual responses.

    82 tools
    Browse all topics
    Back to all toolsSuggest an edit
    Discussions