Skip to content

Latest commit

Β 

History

History
59 lines (42 loc) Β· 1.48 KB

File metadata and controls

59 lines (42 loc) Β· 1.48 KB

DevToolsHub.org

Website License

A collection of free, fast, and developer-friendly online tools.
DevToolsHub.org was built to help developers, students, and professionals get things done quickly without installing extra software.


πŸš€ Features

  • JSON Tools
    • JSON Formatter & Validator
    • PHP Serialized β†’ JSON Converter
  • Code & Data Tools
    • Base64 Encode/Decode
    • UUID Generator
    • String Utilities
  • Productivity Tools
    • QR Code Generator (with download & custom logo support)
    • Clipboard Copy for outputs
  • UI/UX
    • Dark/Light Theme Toggle
    • Responsive and mobile-friendly
    • Minimal & distraction-free design

πŸ› οΈ Tech Stack


πŸ“¦ Installation (for local development)

# Clone the repo
git clone https://github.com/Mark-Notify/next.git

cd next

# Install dependencies
npm install

# Run locally
npm run dev

# Build for production
npm run build