How It Works
Endeavour is a command-line tool that takes your Markdown files and turns them into a live website.
- Write your content in Markdown (any editor — Obsidian, VS Code, Cursor, Claude)
- Run
endeavour site publish . - 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