🛠️ All DevTools

Showing 1641–1660 of 2549 tools

Last Updated
December 03, 2025 at 12:00 AM

TweetThreadify

Product Hunt

[Other] Turn blogs into viral X threads instantly AI-powered tool that instantly converts blogs & articles into viral Twitter/X threads. Features smart segmentation, engagement optimization & tone customization. Generate threads 5.2x more engaging than single tweets in under 5 seconds.

Found: August 17, 2025 ID: 897

Codexport

Product Hunt

[Other] Real-time code collaboration and code share platform Codexport is a powerful real-time code collaboration platform. Share code instantly, collaborate with team members, and code together in 25+ programming languages. Try it free!

Found: August 17, 2025 ID: 898

NovaAccess

Product Hunt

[Other] tailscale,wireguard,SSH,Terminal,VPN,VPN Conflict The only iOS SSH client that works alongside your VPN. Connect to Tailscale networks without conflicts - no VPN permission required.

Found: August 17, 2025 ID: 899

[Other] Track lost backlinks | Backlinkvigil Backlink Vigil is a lightweight backlink monitoring tool built to help website owners, SEO professionals, and agencies protect the value of their hard-earned links by automatically tracking whether it’s live, missing, or changed.

Found: August 17, 2025 ID: 902

Portfolio

Product Hunt

[Other] A beautiful Portfolio For Developers This is a portfolio which describes about memy skills my education and my projects!!

Found: August 17, 2025 ID: 903

Fixiol

Product Hunt

[Other] Roofing made simple Introducing A.R.I-1, our latest roof damage detection AI Model. Fixiol is an all-in-one platform that uses advanced AI to analyze roofing images, detect damage, estimate repair costs, and generate professional reports, all in seconds.

Found: August 17, 2025 ID: 904

[Other] Convert Markdown text to clean HTML instantly | Themedevhub Easily convert Markdown syntax to HTML with this fast, free online tool. Perfect for developers, writers, and content creators who want quick, clean HTML output without any setup or signup. 🔗 https://www.themedevhub.com/tools/markdown-to-html-converter

Found: August 17, 2025 ID: 905

[Other] One UI for MCP, RAG, and LLM Chat Spring AI Playground: Self-hosted web UI for Java developers to explore AI with ease. Built on Spring AI, it supports Local LLMs, vector DBs, prompt engineering, RAG workflows, and MCP tools. Quick Docker setup, no API keys needed. Prototype AI apps faster!

Found: August 17, 2025 ID: 906

[Other] It's a Hub of collection of extension packs Hey everyone, We've just launched VSCode Extensions Hub – a platform to discover, explore, and share open-source extensions made for Visual Studio Code.

Found: August 17, 2025 ID: 907

Kuzco

Product Hunt

[Package Manager] Open-source Swift package to run LLMs locally on iOS & macOS Kuzco is a Swift package for integrating large language models (LLMs) directly into iOS, macOS, and Mac Catalyst apps. Built on `llama.cpp`, it offers customizable prompts, flexible tuning, and async/await-friendly APIs for on-device AI.

Found: August 17, 2025 ID: 910

Actual Code

Product Hunt

[Other] Generate real-world coding interviews from your GitHub repos Stop testing developers on algorithms they'll never use. Actual Code analyzes your GitHub repos and generates relevant coding challenges based on your real codebase patterns and issues.

Found: August 17, 2025 ID: 913

[Other] A sleek, responsive, portfolio built with Next.js 15 A perfect portfolio website that showcases skills and projects. Minimal and smooth microinteractions. Perfect for developers and designers.

Found: August 17, 2025 ID: 916

[Other] Lessons learned from building a sync-engine and reactivity system with SQLite

Found: August 17, 2025 ID: 893

[Other] Show HN: Lue – Terminal eBook Reader with Text-to-Speech Shown HN: Lue - Terminal eBook Reader with Text-to-Speech<p>Hello,<p>Just went live on GitHub with this project.<p>I really enjoy listening to my eBooks as audiobooks but was frustrated by the available options. Converting books into audiobooks with scripts is tedious, and most tools stumble over footnotes, headers, or formatting. I wanted something simple: just throw a book at it, and it starts reading immediately without any clicking or loading.<p>I also wanted it to be customizable and modular because new, better TTS engines are released all the time. For this initial release, I settled on Edge and Kokoro because they’re both fast (real-time) and good quality. I’ve already made modules for Kitten TTS, Gemini and a few others, and they work too. So I hope this setup is future-proof.<p>Here’s what Lue supports:<p>Multi-format: EPUB, PDF, TXT, DOCX, HTML, RTF, and Markdown.<p>Modular TTS system: Default Edge TTS (online) and Kokoro TTS (offline&#x2F;local), with an architecture to add more models.<p>Rich terminal UI: Full keyboard and mouse support, customizable color themes, smooth scrolling.<p>Smart persistence: Automatically saves reading progress across sessions.<p>Cross-platform &amp; multilingual: macOS, Linux, Windows, supporting 100+ languages.<p>I’d love feedback on both usability and the TTS experience. Are there any features you wish it had?

Found: August 16, 2025 ID: 889

[IDE/Editor] Show HN: Embedr – Agentic IDE for Arduino, ESP32, and More Hi HN,<p>I’m building an agentic IDE for hardware developers. It currently supports Arduino, ESP32, ESP8266, and a bunch of other boards (mostly hobbyist for now, but expanding to things like PlatformIO).<p>It can already write and debug hardware projects end-to-end on its own. The goal is to have it also generate breadboard views (Fritzing-style), PCB layouts, and schematics. Basically a generative EDA tool.<p>Right now, it’s already a better drop-in replacement for the Arduino IDE.<p>Would love feedback from folks here.

Found: August 16, 2025 ID: 901

[Other] Show HN: I built an app to block Shorts and Reels I wanted to find a way to use Instagram without ending up scrolling for two hours every time I open the app to see a friend&#x27;s story.<p>Most screen time apps I found focus on blocking the app itself instead of the addictive feed, so I created this app to allow me to keep using the &quot;healthy&quot; and &quot;social&quot; features and block the infinite scrolling (Reels)<p>After implementing the block on Instagram Reels, I got addicted to YouTube Shorts and Reddit feed. So, I extended the app to cover these as well.<p>To avoid replacing the scrolling for regular feeds, I also added a feature that shows a pop-up when I&#x27;m overscrolling in any app. It forces me to stop and think for a minute before I continue scrolling.<p>I built it on Android Studio, using Kotlin and Jetpack Compose for the UI. I use the Accessibility Service to detect scrolls and navigate out of them. Unfortunately, this only works for Android. There is no way (as far as I know) to do this on iOS.<p>I&#x27;d love to hear your thoughts

Found: August 16, 2025 ID: 925

[IDE/Editor] Show HN: Code-snippets for developing eBPF Programs When developing eBPF-programs, we need to figure correct program-section SEC() and program-context.<p>Similary while creating eBPF-maps, we need to add certain fields such as; map-type, key&#x2F;values, map_options etc..<p>If you’re like me, you probably end up digging through documentation or browsing open-source projects just to piece this together every time.<p>So, I created a vscode-extension to help with these repetitive tasks.<p>Try it out and do share your feedback. I hope you like it.<p>Thanks !

Found: August 16, 2025 ID: 892

[DevOps] PG Auto Upgrade – Docker (and K8s) container to auto upgrade your database

Found: August 16, 2025 ID: 912

emcie-co/parlant

GitHub Trending

[Other] LLM agents built for control. Designed for real-world use. Deployed in minutes.

Found: August 16, 2025 ID: 883

IBM/mcp-context-forge

GitHub Trending

[Other] A Model Context Protocol (MCP) Gateway & Registry. Serves as a central management point for tools, resources, and prompts that can be accessed by MCP-compatible LLM applications. Converts REST API endpoints to MCP, composes virtual MCP servers with added security and observability, and converts between protocols (stdio, SSE, Streamable HTTP).

Found: August 16, 2025 ID: 882
Previous Page 83 of 128 Next