Skip to content

Mootbing/auto-key-rotator

Repository files navigation

shh - shh.secrets

A modern secret management and key rotation application built with Next.js 15, TypeScript, Tailwind CSS, and shadcn/ui.

🚀 Features

  • ⚡️ Next.js 15 - Built with the latest Next.js App Router
  • 🎨 shadcn/ui - Beautiful, accessible UI components
  • 🎯 TypeScript - Full type safety
  • 💅 Tailwind CSS - Utility-first CSS framework
  • 🌙 Dark Mode - Built-in dark mode support
  • 📱 Responsive - Mobile-first responsive design

🛠️ Tech Stack

📦 Getting Started

Prerequisites

  • Node.js 18+
  • npm or yarn

Installation

  1. Clone the repository:
git clone <your-repo-url>
cd shh-secrets
  1. Install dependencies:
npm install
  1. Run the development server:
npm run dev
  1. Open http://localhost:3000 in your browser.

🚢 Deployment

Deploy to Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform.

Deploy with Vercel

  1. Push your code to GitHub
  2. Go to Vercel
  3. Import your repository
  4. Click "Deploy"

That's it! Vercel will automatically detect Next.js and configure the build settings.

📝 Available Scripts

  • npm run dev - Start development server
  • npm run build - Build for production
  • npm start - Start production server
  • npm run lint - Run ESLint

🎨 Adding Components

This project uses shadcn/ui. To add new components:

npx shadcn@latest add [component-name]

For example:

npx shadcn@latest add dialog
npx shadcn@latest add dropdown-menu
npx shadcn@latest add tabs

Browse all available components at ui.shadcn.com.

📚 Learn More

📄 License

MIT

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors