The runtime-portable TypeScript framework with supply-chain-aware defaults.

Joined May 2026
7 Photos and videos
Pinned Tweet
May 21
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.
2
2
264
The default in-memory `rateLimit()` is a one-instance lie behind a load balancer. `@daloyjs/core/rate-limit-redis` fixes it with an atomic Lua INCR PEXPIRE. Plus the three levers that matter in prod: fail-open, Retry-After, store location. daloyjs.dev/blog/rate-limiti…
5
Jun 13
`onPluginInstalled()` and `onShutdown()` are first-class events in DaloyJS. Platform teams use them to ship observability, service registration, graceful drain, and policy plugins — with zero imports in the route files. daloyjs.dev/blog/plugin-life…
3
Jun 12
`daloy inspect` is the API-surface review tool platform teams keep wishing they had. Full route table, schema presence, contract issues, live OpenAPI 3.1 — loaded from your TS entry via tsx, zero build step. Point it at a PR. daloyjs.dev/blog/daloy-cli-i…
1
16
Jun 11
Every `create-daloy` project ships an AGENTS.md and a focused SKILL.md. Small on purpose. Copilot, Claude Code, Cursor, and Codex make safer edits from the first prompt because the rules are written down where they look. daloyjs.dev/blog/designing-f…
2
67
Jun 10
Ten years of shipping fullstack apps, one Filipino dev in Norway, and the framework I kept wishing existed at 2am. The honest origin story of DaloyJS. daloyjs.dev/blog/the-flow-i-…
2
10
Why DaloyJS Is the Framework to Bet On in 2027 open.substack.com/pub/daloyj…

7
Writing APIs That Don't Make You Sad open.substack.com/pub/daloyj…

10
Your npm install Is an Attack Surface open.substack.com/pub/daloyj…

17
Why DaloyJS Is the Best Framework for Your Modern Web App open.substack.com/pub/daloyj…

15
RFC 9457 application/problem json out of the box. HttpError, ValidationError, UnauthorizedError, TooManyRequestsError, all with automatic 5xx redaction in production. daloyjs.dev/docs/errors
2
71
May 30
DaloyJS plugins compose like Fastify's: encapsulated by default, with onPluginInstalled() and onShutdown() lifecycle events. Platform teams, this one's for you. daloyjs.dev/docs/plugins
2
25
May 29
DaloyJS is unique in combining the performance of a thin framework (Hono's core) with the security-by-default posture of an enterprise framework (Spring Security-level defaults) and zero runtime dependencies.
1
23
May 29
### Plugins & Encapsulation DaloyJS plugins compose like Fastify's encapsulated by default, with `onPluginInstalled()` and `onShutdown()` lifecycle events. Platform teams, this one's for you. daloyjs.dev/docs/plugins
12