Production build
SkillCloud & infraFull production build — codegen, compile, prerender, and prepare for deployment.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Production build skill
What this skill tells your AI
The instructions your AI receives, as published by justrach/merjs in .claude/skills/deploy/SKILL.md and read by ahel’s review.
Run the full merjs production pipeline.
Steps
-
Regenerate routes:
zig build codegen -
Run the full production build (codegen → compile → prerender):
zig build prod -
Verify the output:
- Binary at
zig-out/bin/merjs - Pre-rendered pages in
dist/
- Binary at
-
Report which pages were pre-rendered (those with
pub const prerender = true)
Optional: Cloudflare Workers
To build the WASM worker target:
zig build worker
Output: worker/merjs.wasm
Signals
- GitHub stars
- 354
- Forks
- 17
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
deploy-justrach- Source
- github.com/justrach/merjs