Adaptive Architecture
REST, GraphQL, WebSocket, SSE, or queues โ swap adapters without changing your code. One framework, every pattern.
The Adaptive Node.js Framework
Decorator-driven APIs on Express 5. REST, GraphQL, WebSocket, queues โ pick what you need. TypeScript-first, pluggable, production-ready.
npx @forinda/kickjs-cli new my-apiimport { bootstrap, helmet, cors } from '@forinda/kickjs' import { modules } from './modules' export const app = bootstrap({ modules, middleware: [helmet(), cors(), express.json()], })
We studied 6 frameworks in the Vite ecosystem and borrowed the best ideas from each.