Meet the framework
Noderyx is a Node.js application framework that ships the parts a real product needs in one system: routing, controllers, Noderframe views, the Cool.css design system, databases, migrations, security, AI providers, and Android/iOS delivery. Nothing here is a plugin you have to assemble.
- Server-rendered pages from .noderframe views—readable HTML without client JavaScript.
- JSON APIs with sessions, validation, and CSRF already switched on.
- MySQL, PostgreSQL, and MongoDB through one model API.
- Optional OpenAI or Anthropic intelligence, resolved as a service.
- The same views compiled to native Android and iOS widgets.
npx noderyx-framework new my-app
cd my-app
npm run dev
Node.js 20 or newer is required. The framework itself has no runtime dependencies; database drivers are optional.