The first TypeScript REST API framework built for secure AI-assisted

Oslo, Norway
Pinned Tweet
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.
1
2
370
DaloyJS 1.0.0-rc.0: the first release candidate. The public API is frozen now. Only bug fixes and docs until 1.0.0 GA. The beta run quietly added a dependency-free MCP server and a faster Node hot path. Build something real on it and find the bug I missed 👇 daloyjs.dev/blog/daloyjs-1-0…
36
The launch post. One `app.route({...})` becomes your validation, types, OpenAPI, typed client, and contract tests. The same app runs on Node, Bun, Deno, Workers, and Vercel Edge. One route, many runtimes, zero ceremony. daloyjs.dev/blog/introducing…
24
`secureHeaders({ contentSecurityPolicy: { nonce: true, trustedTypes: {...} } })` — `ctx.state.cspNonce` flows into your template, the nonce lands on all four script/style directives, and Trusted Types ships report-only first so you don't lose a weekend. daloyjs.dev/blog/csp-nonces-…
14
A maintainer's field guide: .npmrc that says no by default, pnpm 11 keys, SHA-pinned actions, permissions: {}, no Actions cache on installs, zizmor + Scorecard + CodeQL, trusted publishing with provenance. `--with-ci` drops it into your repo. daloyjs.dev/blog/supply-chai…
56