merjs
Build fast Zig web apps with file-based routing
All Skills in This Repository (6)
Pure Emerald Level Indicatorsdeploy
Generate routes, compile code, and prerender assets for production deployment.
streaming-ssr
Stream shell-first MerJS page content with renderStream and skeleton placeholders.
new-page
Scaffolds Merjs pages and routes in app/ with Zig build codegen integration.
new-api
Generate a Zig API route scaffold in api/ for merjs projects.
dev
Launch and manage a merjs development server with hot reload.
merjs
Build Zig web apps with file-based routing, SSR, and typed APIs.
Frequently Asked Questions
FAQPage SchemaHow to install merjs?โผ
Run `npx skills add justrach/merjs --all -g -y` in your terminal to install all skills in this suite globally.
What is merjs used for?โผ
merjs is a Next.js-style web framework written in Zig with zero Node.js. It provides file-based routing, server-side rendering, type-safe APIs, and WASM client logic in a tiny, fast binary.
How do I create a new page in merjs?โผ
Ask your agent to create a page and it scaffolds a .zig file in the app/ folder with the correct render function and SEO metadata. The route is registered automatically after running the codegen step.
Can merjs deploy to Cloudflare Workers?โผ
Yes. merjs compiles your entire app to a single WASM binary that runs on Cloudflare Workers, with a ready-made worker configuration included.
Does merjs work with Claude Code and Cursor?โผ
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Codex, and other compatible coding environments.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core