🛠️ All DevTools

Showing 1621–1640 of 2549 tools

Last Updated
December 03, 2025 at 12:00 AM

[Other] Convert Base64 code to images instantly online Convert Base64 code to image online in seconds. Simply paste your Base64 string and instantly download the decoded image – quick, easy, and free!

Found: August 18, 2025 ID: 923

Oh Shell!

Product Hunt

[Other] Turn Your Terminal Sessions Into Incident Runbooks Your runbook, but better.

Found: August 18, 2025 ID: 924

FileFaker

Product Hunt

[Other] Generate sample files of various types and sizes in seconds. Native macOS app for instant test file generation. Create PDFs, images, videos, CSVs & more locally on your Mac. No internet needed, files never leave your device. Perfect for developers & QA testing uploads, validations, and edge cases.

Found: August 18, 2025 ID: 929

[Other] animations,dark mode, responsive an attribute based css framework to build stunning responsive animated websites in lightspeed with new 4500 attributes from( dblack,lwhite,dark-btn)to,(responsive,pulseball-move-1)

Found: August 18, 2025 ID: 930

MashBlog

Product Hunt

[Other] Fresh perspectives on tech, AI, and the future MashBlog is your source for the latest in technology, AI, programming tutorials, and startup insights. Read expert articles, coding guides, and industry trends written for developers, founders, and tech enthusiasts.

Found: August 18, 2025 ID: 931

[Other] Easily Connect Power BI and Jira Connect Jira and Power BI without technical barriers. Our connector features unlimited exports, full custom field support, JQL filtering, as well as a no-code option. Perfect for teams who need comprehensive reporting without the hassle.

Found: August 18, 2025 ID: 932

Gitmore

Product Hunt

[Other] The first AI-powered reporting tool for git repositories AI-powered Git reporting automation. Connect GitHub & Bitbucket for smart reporting, and get your team progress insights easily.

Found: August 18, 2025 ID: 933

Autosana

Product Hunt

[Testing] QA Agent for Mobile Apps Autosana connects directly to your repo(s), embeds into your CI/CD, creates end-to-end testing with natural language, and reports failures and bugs directly to you and your team. Slash deployment times & catch bugs before users do.

Found: August 18, 2025 ID: 934

USAGEY

Product Hunt

[API/SDK] Usage-based billing saas toolkit Complete toolkit for implementing usage-based billing for your SaaS, API, or open-source project

Found: August 18, 2025 ID: 935

[Database] EloqKV, a distributed database with Redis compatible API (GPLv2 and AGPLv3)

Found: August 18, 2025 ID: 942

IMDB Terminal Browser

Hacker News (score: 20)

[Other] IMDB Terminal Browser

Found: August 18, 2025 ID: 918

Show HN: ASCII Tree Editor

Hacker News (score: 16)

[Other] Show HN: ASCII Tree Editor Show HN: ASCII Tree Editor<p>I&#x27;ve created a web-based editor for ASCII file directory trees called asciitreeman. It&#x27;s designed to make it easier to edit and reorganize the output of the tree command.<p>You can try it out here: <a href="https:&#x2F;&#x2F;reorx.github.io&#x2F;asciitreeman&#x2F;" rel="nofollow">https:&#x2F;&#x2F;reorx.github.io&#x2F;asciitreeman&#x2F;</a><p>And the source code is on GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;reorx&#x2F;asciitreeman" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;reorx&#x2F;asciitreeman</a><p>Some of the key features include visual tree editing with drag-and-drop-like operations, real-time sync where changes are immediately reflected in the ASCII output, keyboard shortcuts for navigation (J&#x2F;K or arrow keys), and auto-saving your work to local storage.<p>What&#x27;s interesting is that I used Claude Code to &quot;vibe-code&quot; this project in a very short amount of time. It was a fun experiment in AI-assisted development. For those curious about the process, I&#x27;ve included the prompts and specifications I used in the source code. You can check them out in the spec.md and CLAUDE.md files in the repository.<p>Hop you find it useful!

Found: August 18, 2025 ID: 917

[Other] Mangle – a language for deductive database programming

Found: August 18, 2025 ID: 914

[Other] Show HN: An Elisp tutorial made to run inside Emacs (constructed by Claude Code)

Found: August 18, 2025 ID: 915

[CLI Tool] Show HN: Doxx – Terminal .docx viewer inspired by Glow I got tired of open file.docx → wait 8 seconds → close Word just to read a document, so I built a terminal-native Word viewer!<p>What it does:<p>* View `.docx` files directly in your terminal with (mostly) proper formatting<p>* Tables actually look like tables (with Unicode borders!)<p>* Nested lists work correctly with indentation<p>* Full-text search with highlighting<p>* Copy content straight to clipboard with `c`<p>* Export to markdown&#x2F;CSV&#x2F;JSON<p>Why I made this:<p>Working on servers over SSH, I constantly hit Word docs I needed to check quickly. The existing solutions I&#x27;m aware of either strip all formatting (docx2txt) or require GUI apps. Wanted something that felt as polished as [glow](<a href="https:&#x2F;&#x2F;github.com&#x2F;charmbracelet&#x2F;glow" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;charmbracelet&#x2F;glow</a>) but for Word documents.<p>The good stuff:<p>* 50ms startup vs Word&#x27;s 8+ seconds<p>* Works over SSH (obviously)<p>* Preserves document structure and formatting<p>* Smart table alignment based on data types<p>* Interactive outline view for long docs<p>Built with Rust + ratatui and heavily inspired by Charm&#x27;s [glow](<a href="https:&#x2F;&#x2F;github.com&#x2F;charmbracelet&#x2F;glow" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;charmbracelet&#x2F;glow</a>) package for viewing Markdown in the CLI (built in Go)!<p><pre><code> # Install cargo install --git https:&#x2F;&#x2F;github.com&#x2F;bgreenwell&#x2F;doxx # Use doxx quarterly-report.docx </code></pre> Still early but handles most Word docs I throw at it. Always wanted a proper Word viewer in my terminal toolkit alongside `bat`, `glow`, and friends. Let me know what you think!

Found: August 17, 2025 ID: 911

[Other] ClickHouse matches PG for single-row UPDATEs and 4000 x faster for bulk UPDATEs

Found: August 17, 2025 ID: 908

[CLI Tool] Show HN: Chatbang – Access ChatGPT from the terminal without an API key How does it work? Chatbang works by scraping ChatGPT&#x27;s website. It opens ChatGPT on a headless session when you execute Chatbang and take your prompt and paste it in ChatGPT&#x27;s prompt area and execute that prompt, then it waits for the response and copies it as a markdown format and then render it in the terminal.

Found: August 17, 2025 ID: 909

[Other] A modern GUI client based on Tauri, designed to run in Windows, macOS and Linux for tailored proxy experience

Found: August 17, 2025 ID: 896

Delta Widgets

Product Hunt

[Other] The Ultimate Widget Maker for Windows Create beautiful, dynamic desktop widgets without coding. Drag-and-drop builder, custom templates, and real-time data integration.

Found: August 17, 2025 ID: 894

[Other] Skip the hassle of hunting for transparent PNGs today ! A collection of optimized and customizable SVG icons for popular technologies, frameworks, and tools used by developers. Free, scalable, and easy to use.

Found: August 17, 2025 ID: 895
Previous Page 82 of 128 Next