The marketing website for StorageKit, a Chrome extension for inspecting, editing, and managing browser storage.
- Next.js 16
- React 19
- TypeScript
- Tailwind CSS v4
# Install dependencies
npm install
# Start the dev server
npm run devOpen http://localhost:3000 to view the site.
npm run dev # Start development server
npm run build # Build for production
npm run start # Serve production build
npm run lint # Run ESLint
npm run format # Format code with Prettierapp/
├── privacy/ # Privacy policy page
├── globals.css # Global styles and animations
├── layout.tsx # Root layout with shared header
└── page.tsx # Home page
components/ # Reusable UI components
assets/ # Static assets (logo, icons)
config/ # App configuration (fonts, etc.)
utils/ # Utility functions (cn, etc.)