A collection of useful developer tools and utilities built with Next.js 14, TypeScript, and Tailwind CSS.
Calculate the total length of SVG paths. Useful for SVG animations and manipulations.
- Drag and drop SVG files
- Real-time path length calculations
- Support for multiple paths within a single SVG
Generate Discord timestamps that show the correct local time for every user.
- Easy-to-use interface for selecting dates and times
- Multiple timestamp format options (short time, long date, relative time)
- Preview of how the timestamp will appear in Discord
- Copy-to-clipboard functionality
Create and share polls with customizable options and end dates.
- Create polls with multiple options
- Set custom end dates and times
- Optional voter identification
- Real-time results with visual charts
- Shareable links for easy distribution
- Voting timeline analytics
- Next.js 14 - React framework
- TypeScript - Type safety
- Tailwind CSS - Styling
- Framer Motion - Animations
- Tabler Icons - Icons
- Clone the repository:
git clone https://github.com/chunkydotdev/dank-tools.git
- Install dependencies:
npm install
yarn install