Skip to Content
✨ v0.1.3 Released - See the release notes
DocsFeatures Overview

NextMin Features Overview

This page summarizes what the two packages provide. No extra site features—only package capabilities.

nextmin-node (server)

  • Express router via createNextMinRouter(options)
  • Auth routes: sign in, sign up, refresh token, forgot password
  • CRUD endpoints per schema with filtering/sorting/pagination
  • Authorization policies: roles, owner checks, read masks, write restrictions
  • File uploads/downloads with pluggable storage (local/S3) and MIME helpers
  • Database adapters: MongoDB (with index sync) and in‑memory (testing)
  • Schema service and hot reload support
  • Utilities: API key generator, default data seeding, schema loader

Go to: nextmin-node docs →

nextmin-react (client)

  • Provider and router primitives for admin apps
  • Ready pages: Auth, Dashboard, List, Create/Edit, Profile, Settings
  • Components: Sidebar, SchemaForm, FileUploader, Ref selects, Phone/Password inputs, tables and filters
  • Hooks/Utils: Google address autocomplete, list helpers, formatters
  • State slices for schemas and session

Go to: nextmin-react docs →

Last updated on