Ship your first .mud page

Get
Started

Grab the package zip, run setup, edit user/pages/*.mud, clear cache, serve. No Composer PhD required (we run the boring bits). No more teasing — the zip is right here.

grav-mud-alpha-package.zip

Full Grav MUD (Alpha) overlay: user/plugins/grav-mud-alpha, user/themes/grav-mud-site, demo .mud pages, config, and scripts/. No Mud Bazaar plugins (Commentz, Admin, Forumz, Marketplace). No grav-site/vendor — run setup-grav.ps1 to pull Grav via Composer on your machine.

Direct download: grav-mud-alpha-package.zip

Unzip anywhere (e.g. Documents\GRAV-MUD), then .\scripts\setup-grav.ps1 and .\scripts\serve-grav.ps1.

Not a developer? Buy the Starter Kit · Alpha on The Mud Bazaar — full Grav pre-merged, cPanel upload, no Composer ($24.95).

Quick start (Windows / XAMPP)

powershell
cd Documents\GRAV-MUD
.\scripts\setup-grav.ps1
.\scripts\serve-grav.ps1
# http://localhost:8090

Requires PHP + Composer in PATH. Uses Grav 1.7.x via composer create-project.

"Write in .mud. Run Grav locally. Export flat HTML. Ship to any host that speaks Apache and dreams of 1999 — no PHP required on the edge."
— The Grav Static Site Exporter (Alpha) · Team DC

Local dev & client handoff only. Not a cPanel cron job. We have standards. Sort of.

REVOLUTIONARY Grav Static Site Exporter™

One command. Grav boots in CLI, every routable .mud page renders through Twig, paths rewrite for static deploy, CSS + assets land in web/. Preview with the included server.mjsno Node build chain, no Webpack conniption.

Why agencies care: draft on Grav CMS locally → export → upload web/ to cheap static hosting, CDN, or client cPanel docroot. Same spec language as Code Designer. Same fences. Three exits: Grav, static, IDE.

Included in the package: scripts/export-static.ps1, scripts/export-static.php, scripts/clear-grav-cache.ps1, web/server.mjs.

Not included: Andy's blessing. Bwahaha optional.

Static export (after setup-grav.ps1)

powershell
cd Documents\GRAV-MUD\scripts
.\export-static.ps1
cd ..\web
node server.mjs
# http://localhost:8091 — flat HTML, blog/*.html, styles.css, assets/

Exports all .mud pages to web/. Run again whenever you edit content. Dry-run: php export-static.php --dry-run

What you get in the repo

user/plugins/grav-mud-alpha

Compiler plugin (MIT) — .mud registration, Design Spec fences, NEXT Object Notation parser. No Mud Bazaar — Commentz, Admin, and Marketplace are separate commercial plugins.

user/themes/grav-mud-site

Official-style promo theme (this site). Swap CSS tokens in @@@ blocks per client.

user/pages/*/.mud

Multi-page example — Home, Language, Services, Grav+MUD, Get Started, Lab Notes blog.

scripts/

setup-grav.ps1, serve-grav.ps1, export-static.ps1 (Grav → flat HTML), test-parity helpers.

Contact · Team DC

FutureVision Labs builds weird, wonderful, human-first web tooling.

  • Email: chief@gravmud.site
  • PoC site: you're on it
  • Lone Mamber expose: different repo, different energy — not the Grav MUD flagship (Andy can breathe)

Want Studio or Warp? Mention your page count, brand vibe, and whether your AI agent has a name.

Grav MUD (Alpha) · Human/AI-Friendly Design Language · Back home

Powered by Grav MUD Alpha v0.7.2 · MarkUpDown Design Spec (.mud) · NEXT Object Notation