MiniTools

Overview
MiniTools is a central hub of developer tools and utilities. It showcases tools like IP Index, DNS Index, Ports Index, and Polirizer, making them easily accessible. The platform emphasizes open-source and community contributions.
Features
- Tool Directory: Clickable cards that lead to individual tool pages (IP Analyzer, DNS Analyzer, etc.).
- Open Source: All tools are free to use and link to GitHub/source.
- Responsive Layout: Grid layout for tools, easy navigation.
- Newsletter Signup: Users can subscribe for updates.
Tech Stack
- Frontend: Next.js (React)
- Styling: Tailwind CSS for a modern, utility-driven design
- Backend: Node.js (for any dynamic API, if used)
- Deployment: Vercel or Netlify (static build)
Usage
No installation needed for the live site. To develop locally:
- Clone
https://github.com/sahaib/minitools.git. - Install with
npm install. - Run
npm run dev. - Add new tool cards by editing the content JSON or Markdown files.