A comprehensive password generation solution with web app, browser extension, and CLI package.
# Install dependencies
pnpm install
# Start development
pnpm dev
# Build all packages
pnpm build- Web App (
apps/web) - Next.js web application - Extension (
apps/extension) - Chrome browser extension - CLI (
apps/npm-package) - Command line tool - Docs (
apps/docs) - Documentation site
- Core (
packages/core) - Password generation logic - UI (
packages/ui) - React component library - Shared (
packages/shared) - Utilities and types - Tailwind Config (
packages/tailwind-config) - Shared styling
NPM Package: seampass-password-generator
Install:
npm install -g seampass-password-generatorUsage:
seampass random --length 16
seampass memorable --words 4For detailed CLI usage and installation instructions, see the NPM Package README.
- Next.js, React, TypeScript
- Tailwind CSS
- Turborepo, pnpm
- Radix UI components
pnpm dev- Start all appspnpm build- Build all packages
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
MIT License



