Run a real Nifra app, in your browser.
This runs the actual @nifrajs/core — no backend. Define an app with server() (and validate with t), fire requests through app.fetch, and see the structured responses. It's the same engine coding agents run through nifra mcp.
Examples
⌘↵ to run
app.tsserver & t in scope — return the appTS
requests.jsonarray of { method?, path, body? }
Response
Loading the playground…