A secure, privacy-first password manager built with Next.js. Store and organize your credentials π completely offline no servers, no cloud βοΈ, just you and your data.
Organize logins by categories:
- πΌ Work
- π Personal
- π Social
- π³ Finance
- π Other
npm install
npm run build
npm run dev
Open your browser at http://localhost:3000 to see the app in action.
- π 100% Offline - no cloud sync, no external API
- ποΈ Categorize passwords (Work, Personal, Finance, etc.)
- βοΈ Add, edit, and delete entries
- π Easy UI for managing your data
- π JSON-based local storage
- π§© Built with Next.js App Router
- βοΈ Next.js
- π Tailwind CSS
- π οΈ TypeScript
- π¦ Zustand (state management)
- ποΈ LocalStorage API
- Edit main logic at:
src/app/page.tsx - Components are inside:
src/components/ - All hooks can be found in:
src/hooks/ - Password types:
src/types/
Want to deploy? Click below to launch on Vercel π
- π Next.js Documentation
- π Learn Next.js
- π§ͺ Next.js GitHub Repo
Made with β€οΈ by Shubham Mishra
This project is licensed for personal use and educational purposes.
