🛠️ All DevTools

Showing 2281–2300 of 3097 tools

Last Updated
January 24, 2026 at 04:00 AM

[CLI Tool] Qodo CLI agent scores 71.2% on SWE-bench Verified

Found: August 12, 2025 ID: 815

Fillr

Product Hunt

[Other] Apply to jobs in 1 click with AI autofill Fillr is an AI-powered Chrome extension that fills job application forms in seconds. Works on most of the job forms. Save 4+ hours weekly with smart autofill — apply to jobs effortlessly.

Found: August 12, 2025 ID: 810

Framepack AI

Product Hunt

[Other] Advanced neural network for video generation Framepack AI: The innovative neural network structure for AI video generation using next-frame prediction. Create high-quality videos with minimal memory requirements on consumer GPUs.

Found: August 12, 2025 ID: 811

ChainFetch

Product Hunt

[API/SDK] Ai Powered Ethereum Intelligence API Access real-time Ethereum blockchain data with advanced semantic search, vector embeddings, and LLM-powered query processing. Built for developers who need intelligent blockchain insights.

Found: August 12, 2025 ID: 816

ship.pluv.io

Product Hunt

[Other] Build and launch products insanely fast Multiple code boilerplates with all you need to focus on building your starting, shipping to users and generating revenue.

Found: August 12, 2025 ID: 817

codecreate.cc

Product Hunt

[IDE/Editor] Coding sandbox/Web IDE with 200+ features & 500+ options Codecreate.cc is a highly customizable coding sandbox and Web IDE with: over 200 unique features with video tutorials, over 500 customization options, over 150 keyboard shortcuts, and over 35 coding assistance modules.

Found: August 12, 2025 ID: 818

[Other] Web-based dev tools: code beautify, editor, subtitles & TTS UnminifyDev is an all-in-one web toolkit that helps developers and content creators instantly beautify minified code, edit HTML with a WYSIWYG Markdown editor, convert text to speech, and create subtitles easily—all in one place.

Found: August 12, 2025 ID: 822

[Other] Show HN: Enter your domain and my open-source agent will hack it I built an open-source AI agent for security testing to find and fix vulnerabilities in your code.<p>I’ve noticed how bad security vulnerabilities have gotten with everyone shipping AI code slop, so I wanted to build something that allows for vibe-coding at full speed without compromising security.<p>Traditional security tools aren’t effective, and manual pen-testing can’t keep up with the rapidly growing AI code<p>This tool runs your code dynamically, finds vulnerabilities, and validates them through actual exploitation.<p>You can either run it against your codebase or enter your (or someone else’s) domain to scan for vulnerabilities.<p>Good luck, have fun, hack responsibly!

Found: August 12, 2025 ID: 808

[Other] Show HN: Real-time privacy protection for smart glasses I built a live video privacy filter that helps smart glasses app developers handle privacy automatically.<p>How it works: You can replace a raw camera feed with the filtered stream in your app. The filter processes a live video stream, applies privacy protections, and outputs a privacy-compliant stream in real time. You can use this processed stream for AI apps, social apps, or anything else.<p>Features: Currently, the filter blurs all faces except those who have given consent. Consent can be granted verbally by saying something like &quot;I consent to be captured&quot; to the camera. I&#x27;ll be adding more features, such as detecting and redacting other private information, speech anonymization, and automatic video shut-off in certain locations or situations.<p>Why I built it: While developing an always-on AI assistant&#x2F;memory for glasses, I realized privacy concerns would be a critical problem, for both bystanders and the wearer. Addressing this involves complex issues like GDPR, CCPA, data deletion requests, and consent management, so I built this privacy layer first for myself and other developers.<p>Reference app: There&#x27;s a sample app (.&#x2F;examples&#x2F;rewind&#x2F;) that uses the filter. The demo video is in the README, please check it out! The app shows the current camera stream and past recordings, both privacy-protected, and will include AI features using the recordings.<p>Tech: Runs offline on a laptop. Built with FFmpeg (stream decode&#x2F;encode), OpenCV (face recognition&#x2F;blurring), Faster Whisper (voice transcription), and Phi-3.1 Mini (LLM for transcription analysis).<p>I&#x27;d love feedback and ideas for tackling the privacy challenges in wearable camera apps!

Found: August 11, 2025 ID: 843

[Other] Show HN: ServerBuddy – GUI SSH client for managing Linux servers from macOS Hi HN,<p>I&#x27;ve built an app for macOS that allows performing common SSH operations on Linux servers using a native GUI.<p>The problem:<p>Managing multiple Linux servers usually means juggling terminal windows and copy-pasting snippets&#x2F;scripts. After dealing with tens of production&#x2F;staging VPSes at previous jobs, I realized there had to be a better way for common operations I did on a daily basis than my collection of bash snippets.<p>Features:<p>- Quickly switch between different servers. Tag servers with arbitrary key values for easy search.<p>- Real-time dashboard with CPU&#x2F;memory graphs, disk usage, and uptime.<p>- Table based interface for processes (sortable&#x2F;filterable), Docker containers, systemd services, network ports, and system logs etc.<p>- Built-in file browser.<p>- Full-featured terminal when you need to drop to the command line.<p>You can check out the screenshots at <a href="https:&#x2F;&#x2F;serverbuddy.app&#x2F;screenshots" rel="nofollow">https:&#x2F;&#x2F;serverbuddy.app&#x2F;screenshots</a> for a quick overview of the features supported.<p>All the above are done through SSH, there are no agents&#x2F;scripts to install on your servers.<p>From using the app for a few weeks(admittedly a short duration), I can say I much prefer the ServerBuddy based workflow to my previous workflows.<p>Pricing:<p>Free forever for one server, $59 one-time for unlimited servers (includes 1 year of updates).<p>If you&#x27;re a developer or sysadmin managing Linux servers from Mac, please do try out the app. I&#x27;d love your feedback regarding additional features&#x2F;workflows etc.<p>Thank you!

Found: August 11, 2025 ID: 805

[Other] Show HN: An open-source email archiver with full-text search capabilities Hey HN,<p>I’d like to share an open-source project I’ve created. It is an email archiving tool that can back up your whole email system with full-text search capabilities.<p>The project is called Open Archiver, and it is able to archive and index emails from cloud-based email inboxes, including Google Workspace, Microsoft 365, and any IMAP-enabled email inbox. You can connect it to your email provider, and it copies every single incoming and outgoing email into a secure archive that you control (Your local storage or S3-compatible storage).<p>Some features:<p>- Archive and index all emails and attachments<p>- Import and sync the whole organization&#x27;s emails: For Google Workspace and MS 365, Open Archiver can ingest all individual inboxes&#x27; emails<p>- PST and .eml files import<p>- Role-based access<p>- Full-text search: All archived emails and attachments are indexed, so you can search the content of all emails and attachments<p>- You can choose to store your files either on your local machine or on any S3-compatible storage provider<p>- API access<p>It&#x27;s AGPL-3.0 licensed and free to use for personal and business purposes. I&#x27;d be happy if you could give it a try and give me some feedback.<p>You can find the project on GitHub (with Demo site): <a href="https:&#x2F;&#x2F;github.com&#x2F;LogicLabs-OU&#x2F;OpenArchiver" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;LogicLabs-OU&#x2F;OpenArchiver</a>

Found: August 11, 2025 ID: 806

midday-ai/midday

GitHub Trending

[Other] Invoicing, Time tracking, File reconciliation, Storage, Financial Overview & your own Assistant made for Freelancers

Found: August 11, 2025 ID: 800

devcli

Product Hunt

[CLI Tool] MERN Project Generator CLI - Simplify MERN stack development MERN Project Generator CLI instantly sets up a production-ready MERN stack with React v19 & Tailwind v4, MongoDB integration, JWT auth, and Docker support — saving hours of setup so developers can start building right away with best practices in place.

Found: August 11, 2025 ID: 798

BAHAS

Product Hunt

[CLI Tool] Cli tools for developers Modern command line searching and reading tool for folks who value efficiency and elegance

Found: August 11, 2025 ID: 799

Customodoro Timer

Product Hunt

[Other] The ultimate customizable Pomodoro timer for productive work Transform your productivity with Customodoro - the most adaptable Pomodoro timer. Boost focus by 70% using scientifically-proven time management techniques. Features customizable intervals, focus-enhancing sounds, and progress tracking.

Found: August 11, 2025 ID: 802

My Lofi Space

Product Hunt

[Other] Create your calm, focused workspace with productivity tools. A calming space to boost productivity for work or study. Distraction free zone with productivity tools like pomodoro timer, task list, notes, meetings and eventually more. Right now the basic version deployed for people to use. Stay tuned for future updates!

Found: August 11, 2025 ID: 807

[Other] Launch a SaaS faster with Next.js + built-in dashboard Most boilerplates give you code. LaunchKit gives you power. Get a full-featured SaaS starter kit with auth, payments, admin dashboard, email, SEO, blog, and more and ready to deploy. Built for solo founders who want to launch fast.

Found: August 11, 2025 ID: 809

[Other] Show HN: I integrated Ollama into Excel to run local LLMs I built an Excel add-in that connects to Ollama, so you can run local LLMs like Llama3 directly inside Excel. I call it XLlama.<p>You can use it like a regular formula: =XLlamaPrompt(&quot;Is Excel a database&quot;) or run it on an entire range.<p>No API calls. No cloud. No subscriptions. Everything runs locally.<p>It’s useful for quick tasks like extracting names, emails, or phone numbers from text, or for doing light data analysis without leaving Excel.<p>Would love feedback, especially from people who use Excel daily.

Found: August 11, 2025 ID: 803

[Other] Show HN: Bolt – A super-fast, statically-typed scripting language written in C I&#x27;ve built many interpreters over the years, and Bolt represents my attempt at building the scripting language I always wanted. This is the first public release, 0.1.0!<p>I&#x27;ve felt like most embedded languages have been moving towards safety and typing over years, with things like Python type hints, the explosive popularity of typescript, and even typing in Luau, which powers one of the largest scripted evironments in the world.<p>Bolt attempts to harness this directly in the lagnauge rather than as a preprocessing step, and reap benefits in terms of both safety and performance.<p>I intend to be publishing toys and examples of applications embedding Bolt over the coming few weeks, but be sure to check out the examples and the programming guide in the repo if you&#x27;re interested!

Found: August 10, 2025 ID: 794

Repoless

Product Hunt

[Build/Deploy] Deploy Ruby apps to your own servers in minutes. Repoless lets you deploy your Ruby applications to your own servers in minutes. You connect Repoless to your repository (Github or Gitlab), Cloudflare and Hetzner with API keys for seamless delpoyments.

Found: August 10, 2025 ID: 796
Previous Page 115 of 155 Next