A handy collection of developer utilities built with React, TypeScript and assisted by 🤖.
- Node.js (v18 or higher)
- npm
# Development
npm run dev # Start development server
npm run preview # Preview production build locally
# Building
npm run build # Production build
npm run build:dev # Development build
# Code Quality
npm run lint # Run ESLint
npm run check # Type check and build validationThe app will be available at http://localhost:8080 (or next available port).
For the best development experience, we recommend using Visual Studio Code with the following extensions:
- TypeScript and JavaScript Language Features (built-in)
- ESLint - JavaScript/TypeScript linting
- Prettier - Code formatting
- Tailwind CSS IntelliSense - CSS class autocomplete
- Auto Rename Tag - HTML/JSX tag synchronization
src/
├── components/
│ ├── utils/ # Individual utility components
│ └── ui/ # Reusable UI components (shadcn/ui)
├── hooks/ # Custom React hooks
├── lib/ # Utilities and configurations
├── pages/ # Page components
└── utils/ # Helper functions
This app is deployed and hosted on Vercel with automatic deployments from the main branch.
Push to main branch triggers deployment
This project is open source and available under the MIT License.
- Inspired by various developer utils collections
- Thanks to the open source community
Happy coding/vibe-coding! 🎉