A high-performance, aesthetically pleasing browser start page for the modern productivity sheriff.
Designed and built by Alfaz Mahmud Rizve.
Sheriff's Command Center replaces your boring "New Tab" page with a powerful, comprehensive dashboard. Built with a "Glassmorphism" design philosophy, it combines productivity widgets, instant keyboard-driven search, and your most critical links into a single, beautiful view.
It is designed to be fast, private (runs entirely in your browser), and beautiful.
- ⚡ Instant Performance: Built with Next.js 14 and static export for zero-latency loading.
- 🎹 Command Center (Cmd+K): Keyboard-first navigation. Type
/ghfor GitHub,/ytfor YouTube, or just search Google. - 🍱 Bento Grid Layout: A dynamic, responsive grid that organizes your digital life into logical "Boxes".
- 🎨 Glassmorphism UI: Deep charcoal backgrounds, subtle gradients, and blur effects for a premium feel.
- 🔒 Privacy Focused: Your Todo tasks are stored locally in your browser. No external databases.
- 🧩 Chrome Extension: Runs natively as a local Chrome Extension.
- Framework: Next.js 14 (App Router)
- Styling: Tailwind CSS
- Animations: Framer Motion
- Icons: Lucide React
- Language: TypeScript
- Clone this repository or download the source.
- Install dependencies:
npm install - Build the project:
npm run build- Note: This runs a custom script to patch Next.js output for Chrome.
- Open Chrome and go to
chrome://extensions. - Enable Developer mode (top right).
- Click Load unpacked.
- Select the
outdirectory inside the project folder.
npm run dev
# Open http://localhost:3000Customize your links, name, and search shortcuts in config/site-config.ts.
export const siteConfig = {
user: {
name: "Sheriff", // Your name here
// ...
},
// ...
}Alfaz Mahmud Rizve
- 🌐 Website: whoisalfaz.me
- 🐙 GitHub: @AlfazMahmudRizve
Built with ❤️ in Next.js