Production build

SkillCloud & infra

Full production build — codegen, compile, prerender, and prepare for deployment.

Available today. Use it from your connected AI after setup.

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

  1. Regenerate routes:

    zig build codegen
    
  2. Run the full production build (codegen → compile → prerender):

    zig build prod
    
  3. Verify the output:

    • Binary at zig-out/bin/merjs
    • Pre-rendered pages in dist/
  4. 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