EveryDev.ai
Subscribe
Home
Tools

3,697+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
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. Zerolang
    Zerolang icon

    Zerolang

    Agent Frameworks
    Featured

    An experimental graph-native programming language where the semantic graph is the program database, designed for AI agents to query, patch, and prove code changes.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Free to use, modify, and distribute under the Apache License 2.0.

    Engagement

    Available On

    API
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent FrameworksAI Coding AssistantsVibe Coding

    Alternatives

    VibeParallel CodeEvanFlow
    Developer
    Vercel LabsSan Francisco, CAEst. 2015$863M raised

    Listed Aug 2026

    About Zerolang

    Zerolang is an experimental, open-source programming language built by Vercel Labs where the semantic graph — not source text — is the program database. Agents query the graph, submit checked edits via zero patch, and prove results, while humans review readable .0 projection files. The project is licensed under Apache 2.0 and carries an explicit safety warning: it is experimental, expects breaking changes, and should not be run against production systems.

    What It Is

    Zerolang reframes how AI coding agents interact with source code. Instead of treating text files as the source of truth and running a loop of write → check → format → build → inspect, Zerolang makes the compiler-owned graph the authoritative program representation. Agents receive explicit handles — symbols, node IDs, graph hashes, types, effects, call edges, and ownership facts — and submit structured patches that the compiler validates before any change reaches the store. The result is a tighter agent loop where stale or invalid edits fail early, reducing the guessing that characterizes traditional LLM coding workflows.

    The Graph-First Architecture

    The core artifact is zero.graph, a checked compiler input that stores the program as a semantic graph. Key design elements include:

    • Graph hashes: Every patch must supply the current graph hash; stale hashes are rejected before the store is written.
    • Node IDs and field targeting: Edits target semantic nodes and fields rather than line ranges, making patches structurally precise.
    • Projection files: Human-readable .0 files are generated projections of the graph, available for review and occasional manual editing via zero import / zero export.
    • Compiler commands: zero query, zero inspect, zero check, zero test, and zero run expose compiler facts through agent-friendly CLI commands.

    Agent Workflow and Skill System

    The expected workflow is a normal conversation: a human asks for an outcome, and the agent uses the compiler rather than guessing from source text. The compiler bundles version-matched agent skills (zero skills get agent, zero skills get graph, zero skills get language, zero skills get stdlib), and an agent bootstrap skill is installable via npx skills add vercel-labs/zerolang. This skill-based architecture keeps agent knowledge synchronized with the compiler version.

    Runtime Goals

    Despite the graph-first model, Zerolang still targets demanding runtime constraints:

    • Token-efficient inspection for agent use
    • Low memory usage and fast startup
    • Fast builds and low runtime latency
    • Explicit capabilities with zero external dependencies
    • Small, dependency-free artifacts

    Update: v0.3.4

    The latest release is v0.3.4, published in June 2026. The repository, created in May 2026 under the vercel-labs GitHub organization, is primarily written in C and has accumulated over 5,300 stars and 339 forks since launch. The project is under active development with 131 open issues, and the homepage explicitly warns users to expect breaking changes and rough edges. The primary language being C signals a focus on the low-memory, fast-startup runtime goals stated in the design.

    Zerolang - 1

    Community Discussions

    Be the first to start a conversation about Zerolang

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

    Pricing

    OPEN SOURCE

    Open Source

    Free to use, modify, and distribute under the Apache License 2.0.

    • Full compiler access
    • zero patch, query, check, test, run commands
    • Agent skill bundles
    • Graph-native program database
    • Human-readable projection files

    Capabilities

    Key Features

    • Graph-native program database (zero.graph)
    • Checked graph patches with hash validation
    • Human-readable .0 projection files
    • zero patch for structured semantic edits
    • zero query for graph inspection
    • zero check, zero test, zero run compiler commands
    • zero import / zero export for projection boundary management
    • Version-matched agent skill bundles
    • Token-efficient agent inspection
    • Zero external runtime dependencies
    • Fast startup and low memory usage
    • Explicit capability and effect tracking

    Integrations

    npx skills (agent bootstrap)
    Vercel Labs agent skills registry
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

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

    Developer

    Vercel Labs

    Vercel Labs builds experimental open-source projects under the Vercel umbrella, exploring new paradigms in developer tooling and AI-assisted programming. The team behind Zerolang focuses on graph-native language design to tighten the loop between AI agents and compilers. Vercel Labs releases projects under permissive open-source licenses, inviting community contribution and iteration.

    Founded 2015
    San Francisco, CA
    $863M raised
    915 employees

    Used by

    OpenAI
    Notion
    Zapier
    Ramp
    +3 more
    Read more about Vercel Labs
    WebsiteGitHubLinkedInX / Twitter
    1 tool in directory

    Similar Tools

    Vibe icon

    Vibe

    BEAM-native coding agent for Elixir/OTP projects with a TUI, LiveView web console, persistent sessions, subagents, plugins, and project-aware Elixir eval.

    Parallel Code icon

    Parallel Code

    An open-source desktop app that dispatches multiple AI coding agents in parallel, each isolated in its own git worktree, so you can review diffs and merge only what works.

    EvanFlow icon

    EvanFlow

    A TDD-driven iterative feedback loop for software development with Claude Code, walking ideas from brainstorm through implementation with human checkpoints throughout.

    Browse all tools

    Related Topics

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    651 tools

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    788 tools

    Vibe Coding

    Vibe code using low code AI tools that let you build applications with natural language prompts with minimal code.

    203 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions