What is toa://scribe?
toa://scribe is a GitHub-native editor for Hugo and Astro static sites. It reads and writes files directly via the GitHub Contents API, commits to your main branch, and triggers your existing build pipeline automatically.
Key features
Section titled “Key features”- Multi-repo — connect multiple Hugo and Astro repos
- Multi-user — each user connects their own GitHub account
- Framework-aware — detects Hugo vs Astro automatically
- No runtime — scribe only edits files. Hugo and Astro build on GitHub Actions
- Image pipeline — uploads converted to WebP automatically
- Hugo menu editor — edit navigation directly from the editor
- Simple and advanced mode — clean UI for writers, full control for developers
How it works
Section titled “How it works”Edit in scribe → commit to GitHub main → GitHub Actions → Hugo/Astro builds → site updatedscribe never builds your site. It only edits markdown files and commits them to GitHub. Your existing build pipeline handles the rest.