🛠️ All DevTools
Showing 3621–3640 of 4442 tools
Last Updated
May 02, 2026 at 08:00 PM
Show HN: Building a web search engine from scratch with 3B neural embeddings
Hacker News (score: 140)[Other] Show HN: Building a web search engine from scratch with 3B neural embeddings
GitHub is (again) having issues
Hacker News (score: 313)[Other] GitHub is (again) having issues
conductor-oss/conductor
GitHub Trending[DevOps] Conductor is an event driven orchestration platform providing durable and highly resilient execution engine for your applications
apple/embedding-atlas
GitHub Trending[Other] Embedding Atlas is a tool that provides interactive visualizations for large embeddings. It allows you to visualize, cross-filter, and search embeddings and metadata.
Qodo CLI agent scores 71.2% on SWE-bench Verified
Hacker News (score: 34)[CLI Tool] Qodo CLI agent scores 71.2% on SWE-bench Verified
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.
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.
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.
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.
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.
UnminifyDev: All-in-One Dev Productivity
Product Hunt[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.
Show HN: Enter your domain and my open-source agent will hack it
Show HN (score: 5)[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!
Show HN: Real-time privacy protection for smart glasses
Hacker News (score: 16)[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 "I consent to be captured" to the camera. I'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/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's a sample app (./examples/rewind/) 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/encode), OpenCV (face recognition/blurring), Faster Whisper (voice transcription), and Phi-3.1 Mini (LLM for transcription analysis).<p>I'd love feedback and ideas for tackling the privacy challenges in wearable camera apps!
[Other] Show HN: ServerBuddy – GUI SSH client for managing Linux servers from macOS Hi HN,<p>I'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/scripts. After dealing with tens of production/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/memory graphs, disk usage, and uptime.<p>- Table based interface for processes (sortable/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://serverbuddy.app/screenshots" rel="nofollow">https://serverbuddy.app/screenshots</a> for a quick overview of the features supported.<p>All the above are done through SSH, there are no agents/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're a developer or sysadmin managing Linux servers from Mac, please do try out the app. I'd love your feedback regarding additional features/workflows etc.<p>Thank you!
Show HN: An open-source email archiver with full-text search capabilities
Show HN (score: 5)[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's emails: For Google Workspace and MS 365, Open Archiver can ingest all individual inboxes' 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's AGPL-3.0 licensed and free to use for personal and business purposes. I'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://github.com/LogicLabs-OU/OpenArchiver" rel="nofollow">https://github.com/LogicLabs-OU/OpenArchiver</a>
midday-ai/midday
GitHub Trending[Other] Invoicing, Time tracking, File reconciliation, Storage, Financial Overview & your own Assistant made for Freelancers
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.
BAHAS
Product Hunt[CLI Tool] Cli tools for developers Modern command line searching and reading tool for folks who value efficiency and elegance
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.