SimpleWorkJS is a model-first Node.js framework that auto-generates REST APIs, server-rendered CRUD pages, live WebSocket sync, and RBAC from your data models.
Define fields, relationships, and permissions once. The framework generates the rest.
WebSocket pub/sub keeps every connected client in sync when models change.
Users, groups, roles, and permissions come standard. LDAP-ready from day one.
npx simpleworks generate my-app
cd my-app
npm install
npm start
# open http://localhost:3000
The generated app includes a sample model, SQLite database, and the default Bootstrap UI.