A sleek, minimalistic developer utilities built with Next.js, React, and Tailwind CSS.
it includes the following tools:
- Framework: Next.js (React)
- Styling: Tailwind CSS
- Icons: Lucide React
First, install the dependencies:
npm installThen, run the development server:
npm run devThe sidebar is built to be completely data-driven. To add a new tool:
- Create your component in
component/dashboard/. - Open
component/ui/Sidebar.tsxand add your tool to thetoolsarray. - Import and render the component conditionally in
app/page.tsxbased on theactiveToolstate.
Built by @vinodjangid07.
