One Command to PublishTurn your Markdown content into a live website. No setup. No config. No infrastructure knowledge.

How It Works

Endeavour is a command-line tool that takes your Markdown files and turns them into a live website.

  1. Write your content in Markdown (any editor — Obsidian, VS Code, Cursor, Claude)
  2. Run endeavour site publish .
  3. Your site goes live

That’s it. No Git repos to set up. No CI/CD pipelines to configure. No DNS records to fiddle with.

$ endeavour site publish .
Packing ./my-website …
Uploading …
✓ Deployed!  https://my-site.pages.dev

What You Get

Every site includes:

  • SSL certificate — HTTPS works automatically
  • Global CDN — Fast loading anywhere in the world
  • Custom domain — Point your own domain, we handle the rest
  • llms.txt — Auto-generated so AI agents can find your content
  • Sitemap & SEO — Search engines index you automatically
  • Dark mode — Built-in toggle, no configuration needed
What Happens When You PublishThe short version — your Markdown goes in, a live site comes out
📦
Your Content Gets PackedThe CLI zips your files and sends them to the server. Nothing is read before upload.
☁️
It Gets ProcessedThe server reads your Markdown — frontmatter, content structure, multi-language setup.
🏗️
A Site Gets BuiltYour content is rendered with your chosen theme into a fast, static website.
🌐
It Goes LiveThe built site is deployed to Cloudflare Pages. You own the deployment, we handle the pipeline.
Bring Your Own Cloudflare.All plans use Bring Your Own Cloudflare. Free sites deploy on a .pages.dev subdomain; Basic and Creator support custom domains.