Env Manager is a developer-first system to securely manage environment variables, secrets, and third-party credentials across multiple repositories and environments (dev, staging, prod). It acts as a single source of truth and integrates with local development and CI/CD workflows.
- 🔐 Secure Management - Safely store and manage environment variables and secrets
- 🌍 Multi-Environment - Support for dev, staging, and production environments
- 🔄 CI/CD Integration - Seamlessly integrate with your deployment workflows
- 📱 Developer-First - Built with developers in mind, intuitive interface
- 🎯 Single Source of Truth - One place to manage all your configuration
- Clone the repository
- Install dependencies with
pnpm install - Set up your environment variables
- Run the development server with
pnpm dev
- Frontend: Next.js 16, React 19, TypeScript
- Styling: Tailwind CSS, shadcn/ui
- Authentication: Better Auth
- Database: Neon with Prisma
- Deployment: Vercel
Check out the live application: https://env-manager-web.vercel.app
