NextMin Features Overview
This page summarizes what the two packages provide. No extra site features—only package capabilities.
- Database: Multi-database support via
NMAdapter(SQLite, Postgres, MySQL, MongoDB, etc.) - Search: Advanced Query Engine with
$nestedSearchand specialized operators (^,$) - Maintenance: Cleanup Utility for automating database optimization
- Events: Universal Event System for global and granular model hooks
- Live updates via
RealtimeService(Socket.io) - Utilities: API key generator, default data seeding, schema loader
Go to: nextmin-node docs →
nextmin-react (client)
- Admin Branding: Customizable site name, logo, and theme via central Settings
- SchemaForm: Auto-generated forms with support for deep JSON nesting and automatic validation
- Ref Selects: Searchable and virtualized single/multi select for large datasets
- Rich Text: Tiptap-based editor with sanitized HTML output and professional styling
- DynamicViewer: High-performance row details viewer with deep object inspection
- Real-time UI: Automatic dashboard and list reloads via
RealtimeClient - Hooks/Utils: Google address autocomplete, data formatting, and sync helpers
Go to: nextmin-react docs →
Last updated on