Open Source...
Philosophy of collaboration
Innovation knows no boundaries
Communities build impossible
Sharing knowledge creates abundance
FOSS: Freedom, Unity, Progress
LOADING CORE MODULES...
A powerful, ready-to-use authentication package for MERN stack applications
Dimsee is a comprehensive authentication solution designed specifically for MERN stack developers. It provides a secure, customizable backend and a beautiful, themeable React frontend component to handle user registration, login, and session management with ease.
Key Features: • Local Authentication - Standard email/password signup and signin with secure password hashing • OAuth 2.0 Integration - Seamless support for Google and GitHub social login • Session Management - Secure, cookie-based sessions using JWT and express-session • Route Protection - Middleware to protect your API routes and secure endpoints • Themeable Frontend - Beautiful, customizable React components with multiple design themes • Easy Configuration - Simple setup with minimal configuration required
Dimsee has been designed to eliminate the complexity of implementing authentication in MERN applications. It provides everything you need out of the box while maintaining flexibility for customization. The package includes both backend Express.js setup and frontend React components, making it perfect for developers who want to focus on building their core application features.
Whether you're building a SaaS product, internal tool, or learning project, Dimsee provides a solid foundation for user management with minimal setup time. Join the growing community of developers who are using Dimsee to secure their applications.
Install the package: npm install dimsee
Set up the backend: const { createAuthBackend } = require('dimsee/backend')
Configure your database: mongoUri: 'mongodb://localhost:27017/your-db'
Add to your React app: import { AuthProvider } from 'dimsee/frontend'
Join our community of developers and help make this project even better!