EveryDev.ai
Subscribe
Home
Tools

2,911+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents1815
  • Coding1295
  • Infrastructure600
  • Marketing467
  • Projects433
  • Research403
  • Analytics351
  • Design338
  • Security243
  • MCP242
  • Testing238
  • Data230
  • Integration178
  • Prompts160
  • Learning159
  • Communication154
  • Extensions150
  • Voice130
  • Commerce125
  • DevOps108
  • Web80
  • Finance21
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. Hubble.md
    Hubble.md icon

    Hubble.md

    Knowledge Management
    Featured

    A free, open-source desktop notepad app backed by Markdown and HTML, designed for both human writers and AI agents.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under the MIT License. Download and use without cost.

    Engagement

    Available On

    Windows
    macOS
    Linux
    Web
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Knowledge ManagementAgent FrameworksDocumentation

    Alternatives

    TolariaDustLocaless
    Developer
    Ben HolmesCharleston, SC

    Listed Jun 2026

    About Hubble.md

    Hubble.md is a free, open-source desktop notetaking app built by Ben Holmes (@bholmesdev) and licensed under the MIT License. It stores notes as Markdown and HTML files on disk, making it equally accessible to human writers and AI coding agents. The project is written in TypeScript, ships as an Electron desktop app, and currently supports macOS with Windows and Linux support described as forthcoming.

    What It Is

    Hubble.md is a local-first notetaking application that combines a familiar rich-text editing experience with full Markdown file compatibility. Unlike cloud-locked note apps, Hubble stores everything as plain .md or .html files in a folder on your machine, so any tool — including AI agents — can read and write notes directly. The editor supports / commands, Markdown shortcuts, and file frontmatter/properties, giving it a feel similar to Notion or Apple Notes while remaining grounded in open formats.

    Agent-Ready Architecture

    A core design goal of Hubble is to work seamlessly alongside AI coding agents. Because notes live as plain files on disk, you can point an agent at your notes folder and let it edit, create, or reorganize files. Hubble live-reloads as the agent makes changes, so the human and the agent effectively collaborate in real time on the same workspace. This positions Hubble as a notepad that bridges personal knowledge management and agentic workflows.

    HTML Apps and Custom Views

    Beyond standard Markdown notes, Hubble supports building and viewing HTML-based apps inside the same workspace. The README describes the "hubble-skills" plugin system that lets a coding agent generate custom views — turning a folder of notes into a table, a bookshelf, a map, or any other HTML interface. This extensibility layer is what distinguishes Hubble from a plain Markdown editor.

    Repository Structure and Build Path

    The project is organized as a pnpm monorepo with several packages:

    • apps/desktop — the main Electron desktop app
    • apps/web — the Astro-powered landing page
    • apps/www — a React + Convex web app (marked as heavily work-in-progress)
    • packages/editor — a framework-agnostic Markdown editor core built on Tiptap
    • packages/sync — a filesystem sync engine (heavily work-in-progress)
    • packages/cli — a hubble CLI for syncing a folder from the terminal

    Building from source requires Node.js, pnpm, and on macOS, Xcode Command Line Tools. A production desktop bundle is generated under apps/desktop/release/.

    Update: desktop-v0.1.12

    The latest release is desktop-v0.1.12, published on June 23, 2026, reflecting active development. The repository was created in February 2026 and has seen consistent pushes through mid-2026. The web app and sync engine are explicitly marked as heavily work-in-progress, signaling that the desktop app is the stable surface while cloud sync and browser access are still being built out. Contributions are welcomed, and the project maintains a Code of Conduct and security policy.

    Hubble.md - 1

    Community Discussions

    Be the first to start a conversation about Hubble.md

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

    Pricing

    OPEN SOURCE

    Free

    Fully free and open-source under the MIT License. Download and use without cost.

    • Markdown-backed note storage
    • HTML app support
    • Agent-ready local file access
    • Live-reload on agent edits
    • Slash commands and Markdown shortcuts

    Capabilities

    Key Features

    • Markdown-backed note storage
    • HTML app support for custom views
    • Live-reload when agents edit files
    • Slash (/) commands and Markdown shortcuts
    • File frontmatter / properties support
    • Agent-ready local file system access
    • hubble-skills plugin system for custom views
    • CLI for syncing folders from the terminal
    • Framework-agnostic Markdown editor core (Tiptap)
    • Compile from source support

    Integrations

    AI coding agents (via local file system)
    Tiptap (editor core)
    Convex (sync backend)
    pnpm workspaces
    Electron
    Astro
    React
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

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

    Developer

    Ben Holmes

    Ben Holmes builds open-source developer tools, most notably Hubble.md — a local-first Markdown notepad designed for both humans and AI agents. He is active in the web development community and shares work publicly under the @bholmesdev handle. His projects emphasize open formats, plain-file storage, and agent-friendly workflows.

    Charleston
    Read more about Ben Holmes
    WebsiteGitHubX / Twitter
    1 tool in directory

    Similar Tools

    Tolaria icon

    Tolaria

    A free, open-source second brain for the AI era that organizes notes as Markdown files with native Git and Claude Code (MCP) integration.

    Dust icon

    Dust

    Multiplayer AI platform for human-agent collaboration, enabling teams to build, deploy, and run custom AI agents connected to company knowledge and tools.

    Localess icon

    Localess

    Open-source translation management tool and CMS built with Angular and Firebase for managing multilingual content with AI-assisted translation.

    Browse all tools

    Related Topics

    Knowledge Management

    AI-powered systems for organizing, discovering, and accessing collective team knowledge with intelligent search, tagging, and contextual recommendations across knowledge bases and wikis.

    116 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    448 tools

    Documentation

    AI-driven tools that automatically generate, maintain, and organize technical documentation, user guides, and project artifacts with context-aware content and intelligent updating.

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