NeevJS is a plugin-driven, offline-first, open source React framework for CRMs, dashboards, CRUD heavy systems,
POS systems,
field apps and real-world business applications. No fetch. No
axios. Just useModel().
| NAME | ROLE | STATUS |
|---|---|---|
| Rahul K Raj | Admin | Active |
| Ranjan Kushwaha | User | Active |
| Prabhakar Bhatt | Editor | Active |
Inspired by Laravel's simplicity. Built for React developers who ship real products.
useModel('orders') replaces fetch, axios, and state management — in one line. Caching,
deduplication, and Pub/Sub reactivity included.
Add auth, caching, offline support, and logging by registering a plugin. No rewrites. Write your own in minutes.
Mutations queue in localStorage when offline. UI updates instantly via Optimistic UI. Syncs
automatically on reconnect.
JWT-based auth with useAuth(). Token auto-injected in every request via AuthPlugin. Role-based
guards with <Protected />.
No more useMemo or useCallback. The React Compiler handles all memoization
automatically at build time.
Schema-driven <Table /> and <Form /> components render full CRUD UIs
from a simple config. Auto-detect columns from data.
Recommended FDA folder structure prevents 1000-line files. Isolate each business domain in its own folder — infinitely scalable.
<NeevBoundary /> wraps React Suspense + ErrorBoundary in one component. No more
repetitive if (loading) checks.
Built-in useStore replaces Redux/Zustand for 90% of use cases. Persistence, Session support,
and TTL (auto-expiry) included.
Whether you want a full-stack starter or just a powerful client for your legacy API, NeevJS has you covered.
React client + Node.js/Express server. Zero config, unified types, and shared models. Perfect for new projects.
Connect NeevJS to any existing backend (Laravel, Django, Rails, etc.). Just provide your
baseURL and go.
Connect individual models to different backends. useModel('orders', { baseURL }) overrides the
global client on the fly.
Install the client, wrap your app, and start shipping.
| Feature | NeevJS | Next.js | Remix | Vite + React |
|---|---|---|---|---|
| Offline-first sync | ✅ | ❌ | ❌ | ❌ |
| Optimistic UI | ✅ | ❌ | ❌ | ❌ |
| Plugin system | ✅ | ⚠️ | ❌ | ❌ |
| CRUD optimized | ✅ | ❌ | ⚠️ | ❌ |
| Declarative Table + Form | ✅ | ❌ | ❌ | ❌ |
| React 19 Compiler ready | ✅ | ⚠️ | ❌ | ⚠️ |
| Built-in auth abstraction | ✅ | ❌ | ❌ | ❌ |
| No vendor lock-in | ✅ | ❌ | ✅ | ✅ |
| Feature-Driven Architecture | ✅ | ❌ | ❌ | ❌ |
| Laravel-like DX | ✅ | ❌ | ❌ | ❌ |