A collaborative content editor for markdown or static site generators without lock-in
[!NOTE] This feature is currently in private beta (send me a DM) until I find out how to limit the costs. It uses Cloudflare sandboxes under the hood, which can get expensive
Add config File gether.jsonc
{
// Package manager: "npm", "pnpm", "yarn", or "bun"
"packageManager": "pnpm",
// Working directory relative to repo root
"root": ".",
// Command to install dependencies
"install": "pnpm install",
// Command to start dev server
"dev": "pnpm dev",
// Port the dev server listens on
"port": 5173,
}
You can use a hosted version at gether.md or deploy your own instance following this guide:
read & write and account email read.packages needs to be deployed to Cloudflare workers.BETTER_AUTH_SECRET, GITHUB_CLIENT_ID, GITHUB_CLIENT_SECRET, PUBLIC_GITHUB_APP_ID and PUBLIC_GITHUB_APP_SLUG.PREVIEW_HOST as a variable set to the host of the preview worker and a wildcard route configured, see Cloudflare's guideHeavily inspired by
If you would like to know more about why and how, I wrote down my thoughts in a blog post.