{"id":49881339,"url":"https://github.com/imdeepmind/utility-tools","last_synced_at":"2026-05-15T14:37:01.015Z","repository":{"id":336874323,"uuid":"1151444116","full_name":"imdeepmind/utility-tools","owner":"imdeepmind","description":"A collection of simple yet powerful utility tools for developers","archived":false,"fork":false,"pushed_at":"2026-03-29T12:13:22.000Z","size":926,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-29T12:32:55.493Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://imdeepmind.com/utility-tools/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/imdeepmind.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-06T13:27:22.000Z","updated_at":"2026-03-29T09:08:55.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/imdeepmind/utility-tools","commit_stats":null,"previous_names":["imdeepmind/utility-tools"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/imdeepmind/utility-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imdeepmind%2Futility-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imdeepmind%2Futility-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imdeepmind%2Futility-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imdeepmind%2Futility-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imdeepmind","download_url":"https://codeload.github.com/imdeepmind/utility-tools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imdeepmind%2Futility-tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33070211,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-15T14:36:58.202Z","updated_at":"2026-05-15T14:37:01.011Z","avatar_url":"https://github.com/imdeepmind.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Utility Tools\n\n**Live Demo:** [https://imdeepmind.com/utility-tools](https://imdeepmind.com/utility-tools)\n\nA collection of simple yet powerful utility tools for developers, built with modern web technologies. This project aims to provide a clean, fast, and offline-capable set of tools for everyday development tasks.\n\n![Utility Tools Screenshot](/public/logo.png)\n\n## Features\n\n### **1. JSON Formatter**\n-   **Format \u0026 Beautify**: Instantly format minified JSON.\n-   **Validation**: Real-time error detection for invalid JSON.\n-   **Monaco Editor**: Powerful code editing experience with syntax highlighting.\n-   **Dark Mode**: Optimized for low-light environments.\n-   **Copy \u0026 Paste**: Quick buttons to manage your data.\n\n### **2. Text Comparison Tool**\n-   **Diff Check**: Compare two texts side-by-side.\n-   **Granular Highlighting**: Spot differences at the character and word level.\n-   **Visual Gutter Indicators**: Quickly identify lines with additions or removals.\n-   **Dark Mode Support**: Custom contrasting colors for readability in dark mode.\n\n### **3. SQL Formatter**\n-   **Beautify SQL**: Standardize and format complex SQL queries.\n-   **Syntax Highlighting**: Color-coded SQL syntax for better readability.\n-   **Error Detection**: Catch syntax errors in your SQL.\n-   **Copy Generation**: One-click copy for the formatted output.\n\n### **4. cURL Request Maker**\n-   **Visual Builder**: Create cURL commands with a user-friendly interface.\n-   **Dynamic Headers**: Add key-value headers easily.\n-   **Live Preview**: See the generated command as you type.\n-   **Method Support**: GET, POST, PUT, DELETE, and more.\n\n## Tech Stack\n\n-   **Frontend Framework**: React 19 + TypeScript\n-   **Build Tool**: Vite\n-   **Styling**: Tailwind CSS\n-   **Code Editor**: Monaco Editor (`@monaco-editor/react`)\n-   **Routing**: React Router DOM 7\n-   **Diff Logic**: `diff` package\n-   **SEO**: Native React 19 Metadata\n\n## Getting Started\n\nFollow these steps to set up the project locally on your machine.\n\n### Prerequisites\n-   Node.js (v20 or higher recommended)\n-   npm or yarn\n\n### Installation\n\n1.  **Clone the repository**\n    ```bash\n    git clone https://github.com/imdeepmind/utility-tools.git\n    cd utility-tools\n    ```\n\n2.  **Install dependencies**\n    ```bash\n    npm install\n    ```\n\n3.  **Start the development server**\n    ```bash\n    npm run dev\n    ```\n\n4.  **Open in Browser**\n    Navigate to `http://localhost:5173/utility-tools/` (Base path is configured for production).\n\n## Project Structure\n\n```\nutility-tools/\n├── public/              # Static assets (logo, favicon)\n├── src/\n│   ├── components/      # Reusable components (Navbar, CodeEditor, SEO)\n│   ├── context/         # Global state (ThemeContext)\n│   ├── pages/           # Page components (Home, JsonFormatter, TextComparison)\n│   ├── App.tsx          # Main application component \u0026 Routing\n│   ├── main.tsx         # Entry point \u0026 Providers\n│   └── index.css        # Global styles \u0026 Tailwind directives\n├── package.json         # Dependencies \u0026 Scripts\n└── vite.config.ts       # Vite Configuration\n```\n\n## Contribution Guidelines\n\nContributions are welcome! If you'd like to improve this project, please follow these steps:\n\n1.  **Fork the repository**.\n2.  **Create a new branch** for your feature or bug fix:\n    ```bash\n    git checkout -b feature/amazing-feature\n    ```\n3.  **Commit your changes**:\n    ```bash\n    git commit -m \"Add some amazing feature\"\n    ```\n4.  **Push to the branch**:\n    ```bash\n    git push origin feature/amazing-feature\n    ```\n5.  **Open a Pull Request**.\n\n### Guidelines\n-   Ensure your code follows the existing style and conventions.\n-   Test common components like `CodeEditor` to ensure no regression.\n-   Check your changes in both Light and Dark modes.\n\n## License\n\nThis project is open-source and available under the [MIT License](LICENSE).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimdeepmind%2Futility-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimdeepmind%2Futility-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimdeepmind%2Futility-tools/lists"}