DaloyJS

@daloyjs.dev

https://daloyjs.dev/ is the first TypeScript REST API framework built for secure AI-assisted services.

Tanya Janca's DevSecStation episode on secure defaults matches why we built DaloyJS the way we did. Security on by default, insecure paths explicit and effortful. Login with JWT is not enough, and telling an AI to build an API does not make the easy path safe. daloyjs.dev/blog/secure-...

Willpower Is Not a Security Control: Secure Defaults Beat Training, and AI Does Not Fix That · DaloyJS

Tanya Janca's DevSecStation episode on secure defaults matches why I built DaloyJS the way I did: security on by default, insecure paths explicit and effortful. Login with JWT is not enough, and telli...

daloyjs.dev

The DaloyJS 1.0.0 stable version is here 🎉🎉🍻🍻. Secure-by-default HTTP routes matter more now because APIs get scaffolded and shipped faster than people configure them. If the framework doesn't block the dumb stuff first, production often ships without it. daloyjs.dev/blog/daloyjs...

DaloyJS 1.0.0 Is Out, and Almost Every Late Bug Was in the Wiring · DaloyJS

The API is frozen and semver starts now. The interesting part of getting here: nine release candidates of live pentesting, where the findings were almost never inside a middleware. They were between t...

daloyjs.dev

DaloyJS 1.0.0-rc.0 is out: the first release candidate. The API is frozen. Only bug fixes and docs from here to 1.0.0 GA. The beta run added a dependency-free MCP server and a faster Node hot path along the way. Come build on it and tell me what broke. daloyjs.dev/blog/daloyjs...

DaloyJS 1.0.0-rc.0: The First Release Candidate · DaloyJS

The beta said 'nothing changed, on purpose.' The release candidate says 'the door is now locked.' Here is what the RC means, what actually landed across the beta train (spoiler: MCP), and the short ho...

daloyjs.dev

AI now writes ~24% of production code, and 1 in 5 teams report a serious AI-code incident. Our take on what Aikido Security + Sapio Research's State of AI in Security & Development 2026 means for backend teams: stricter contracts, CI gates, less tool noise. daloyjs.dev/blog/state-o...

The State of AI in Security 2026: 450 Teams, One Uncomfortable Pattern, and What Your Backend Can Do About It · DaloyJS

Aikido and Sapio Research surveyed 450 developers, CISOs, and AppSec engineers across Europe and the US. The headline: AI now writes a quarter of production code, 1 in 5 teams had a serious incident b...

daloyjs.dev

If you're building public APIs, want security without a checklist, or have LLMs scaffolding your code, you need secure defaults baked in from the start, not bolted on later. DaloyJS gets this right. daloyjs.dev

Most JS frameworks being insecure by default isn’t wisdom, it’s a historical accident of “stay minimal and unopinionated.” DaloyJS is the correction. Secure defaults shouldn’t be a checklist. They should be the starting line. daloyjs.dev

Hono: smallest portable router. Fastify: mature Node ecosystem. Elysia: Bun-first TypeScript magic. Daloy: API contracts, docs, generated clients, tests, runtime portability, and secure defaults from one source of truth.

Just as you wouldn't drink from a contaminated stream, you shouldn't build on a contaminated supply chain. DaloyJS is the "filtration system" for modern JS development.