DevKit is a modern developer tools discovery page built with Next.js App Router. It provides a searchable, category-based showcase of tools for developers (AI tools, hosting, components, and more).
- Page title: DevKit
- Hero title: Discover tools built for modern developers
- Local URL: http://localhost:3000
- Next.js 16 (App Router)
- React 19
- TypeScript
- Tailwind CSS 4
- Lucide React (icons)
- app/: Next.js routes and page-level components
- components/: shared UI, layout, sections, and background effects
- lib/: utility helpers
- public/: static assets
npm installnpm run devOpen http://localhost:3000 in your browser.
npm run buildnpm run startnpm run lint