No reviews yetBe the first to leave a review for monad
Maker
📌
What if your résumé wasn't a PDF, but a program you could run?
I just shipped MONAD — a compiled identity kernel. A single Rust core, compiled to WebAssembly, exposed through four adapters:
- a browser terminal you can interact with
- your own terminal — one command, no install (npx keshavashiya, via Node's built-in WASI)
- an MCP server — so the AI agents that increasingly screen candidates can query the source of truth directly
- an optional self-hosted HTTP service
It's local-first by design: the kernel is stateless and never phones home — any "memory" of a visit lives only in your own browser. Each build embeds a reproducible SHA-256 of its data, so you can verify the identity you're talking to is exactly the committed source.
Open source (Rust + WASM), runs on any static host. Built in the same local-first, memory-first spirit as my other projects (brain, docify, codesage).
Live console: https://keshavashiya.github.io/m...
Run it yourself: npx keshavashiya
Source: https://github.com/keshavashiya/...