Skip to Content
✨ v1.4.5 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.

🚀 For Founders & Investors

Launch your SaaS in days, not months. NextMin provides a production-grade foundation that saves $20k+ in initial development costs.

  • Speed to Market: Skip building auth, file uploads, and admin panels. Focus on your unique value proposition.
  • Scalable Architecture: Built on industry-standard Next.js and Node.js, ensuring your tech stack can grow with your user base.
  • Cost Efficient: Open source core means no vendor lock-in or expensive per-seat licensing for your internal tools.

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