🛠️ All DevTools
Showing 6241–6260 of 6588 tools
Last Updated
August 03, 2026 at 04:01 PM
lastmile-ai/mcp-agent
GitHub Trending[Other] Build effective agents using Model Context Protocol and simple workflow patterns
arc53/DocsGPT
GitHub Trending[Other] DocsGPT is an open-source genAI tool that helps users get reliable answers from knowledge source, while avoiding hallucinations. It enables private and reliable information retrieval, with tooling and agentic system capability built in.
Show HN: DataRamen, a Fast SQL Explorer with Automatic Joins and Data Navigation
Hacker News (score: 30)[CLI Tool] Show HN: DataRamen, a Fast SQL Explorer with Automatic Joins and Data Navigation I built DataRamen, a local-first SQL explorer that helps you get the data you need fast, without writing repetitive queries every time.<p>You run it locally from the CLI (no cloud version yet), connect your databases, and you're ready to go. The goal is to let you explore and query data like you would in a spreadsheet: intuitive, fast, and without friction.<p>Key features:<p>- Automatic joins & related data navigation: Right-click any row to instantly see related records in other tables (based on foreign keys or references).<p>- Keyboard-driven UI: Hit N to jump to a table, F to filter, and so on, it’s optimized for speed so you can go from question to insight in seconds (this point is still in progress, I find it confortable, but the goal is to make it even better).<p>- Named tabs with saved queries: Keep multiple tabs open with different queries, useful for comparing or cross-checking data. Tabs are saved, so you can get back to your queries at any time.<p>- Instant edit & insert: One click to edit or add rows, no need to write full queries.<p>- Multi-DB support: Connect several databases and search across all of them.<p>- Search across all columns: Find what you need even if you don't know the exact column.<p>If you've ever felt slowed down by writing the same SQL over and over just to explore your data, this might save you a ton of time. I’d love feedback or suggestions, especially from folks who wrangle data often.<p>Find more information on <a href="https://dataramen.xyz" rel="nofollow">https://dataramen.xyz</a><p>PS. don't be harsh on the logo, I did my best :)
Show HN: HN v0.2.1 – Native macOS app for reading HN
Show HN (score: 7)[Other] Show HN: HN v0.2.1 – Native macOS app for reading HN Hey HN folks,<p>Last week I released the first public version of 120 HN — a fully native Hacker News client for macOS. This week, I'm excited to share version 0.2.1 with some essential updates:<p>The app now remembers window size, position, and sidebar state between sessions<p>Improved AI summaries: more concise, relevant with link back to the comments, easier to read with short paragraph form.<p>Minor tweaks to navigation and layout for a smoother experience<p>Sneak peek: local LLM support is coming in the next release.<p>As always, the app is free to use. Any suggestions or comments would be appreciated.<p>Thanks for checking it out.
Devex
Product Hunt[IDE/Editor] Your Own Open-Source, Containerized and Shareable Cloud IDE. DevEx is a self-hosted, open-source Cloud IDE that lets you spin up live REPLs in the browser, just like Replit, but built on your terminal Ideal for solo devs, OSS tools, or just building fast without worrying about infrastructure.
JellyWatch - Monitor Jellyfin
Product Hunt[Other] Monitor Jellyfin servers in real time on Android JellyWatch is a modern, multilingual Android app that lets you monitor active playback sessions on your Jellyfin servers in real time. The app provides full management of servers, users, devices, and libraries.
MCP-Builder.ai
Product Hunt[Other] Create your custom MCP-Server in seconds Build Your Custom MCP Server in Seconds — Using Natural Language! With MCP-Builder.ai, you can easily create AI Agents that connect to your existing infrastructure. Connect to REST APIs, XML, databases, CSV files, FTP servers, and more — no coding required.
Shoc Platform
Product Hunt[DevOps] Serverless ML & HPC Workloads, Simplified Shoc Platform enables you to run machine learning and high-performance computing (HPC) jobs without managing infrastructure. Scale effortlessly, pay only for what you use, and focus on your code—not the servers.
SocialKit API
Product Hunt[API/SDK] Social Media Video Analysis API SocialKit is a powerful API for analyzing social media videos. Get video summaries, transcripts, engagement metrics, and custom data from YouTube, TikTok, Instagram, and more.
KeyHaven
Product Hunt[Other] Secure api key management and analytics platform KeyHaven provides secure API key management, automated rotation notifications, usage analytics, and monitoring. Keep your API keys secure and track usage across multiple services.
Web Serve
Product Hunt[Other] Simple local static server for dev, sharing, and preview Web Serve is a lightweight macOS app for hosting static files locally. Preview sites, share files, simulate domains, or access content offline. Perfect for developers, designers, and IoT users needing fast, local access without relying on the internet.
social2gether
Product Hunt[Other] Connecting people It's my honest attempt t to showcase my React and SpringBoot skills.
Nextflow: System for creating scalable, portable, reproducible workflows
Hacker News (score: 26)[Other] Nextflow: System for creating scalable, portable, reproducible workflows
Show HN: Clippy – a better pbcopy for macOS that handles files properly
Hacker News (score: 12)[Other] Show HN: Clippy – a better pbcopy for macOS that handles files properly I made clippy because pbcopy can't do something I needed every day: copy files to paste into GUI apps. When you pbcopy < image.png, you get raw bytes instead of a file that Slack or email can use.<p>Clippy fixes this:<p>- clippy report.pdf → ⌘V into any app uploads the file<p>- curl image.png | clippy → pipes become pasteable files<p>- clippy *.jpg → multiple files at once<p>- Text files still work like pbcopy<p>Technical: Direct Objective-C bindings via CGo. Copies file references (like Finder), not contents. Auto-cleans temp files. No AppleScript hacks.<p>Install: brew install neilberkman/clippy/clippy
Show HN: I built a dream interpreter in JavaScript, no AI, no server, just logic
Show HN (score: 10)[Other] Show HN: I built a dream interpreter in JavaScript, no AI, no server, just logic I built a browser-only dream interpreter that maps symbols to meaning using a custom keyword engine. No AI, no tracking, no backend it’s all deterministic logic, built with vanilla JavaScript. The idea was to see if emotional and symbolic interpretations could still feel personal without using machine learning. Dreams are parsed against a map of 300+ symbolic meanings. Everything runs locally in your browser and saves via localStorage. You can revisit old dreams, reflect on interpretations, or just explore what the system sees in your subconscious. Happy to answer questions, would love feedback!
Show HN: I built a tool to sync localStorage between devices
Show HN (score: 5)[Other] Show HN: I built a tool to sync localStorage between devices At my day job, we have a daily async stand-up. We have to message a slack bot how many hours we have worked on a given task that day and overall.<p>The format is:<p>> Task: "Task Name" | Worked: 5h Total: 16h > Description: Finished implementation of feature.<p>I don't complain. Most fully remote jobs come with a version of this, but doing it manually got tedious. So, I needed a simple app that would track this.<p>I am not usually a fan of "vibe coded" apps, but this was an ideal candidate for it, since it's not production code. Most LLMs solve the problem by creating a single HTML file with forms that save data to localStorage. This was perfect for me - no hosting, no DB, no backend. Just 15 mins of prompting.<p>One day I was outside, just with my phone, and of course I couldn't use the app. I thought "how hard can it be to synchronize localStorage data across devices?". Turns out, it's not that hard, if you are ready to build a whole platform around it.<p><a href="https://htmlsync.io" rel="nofollow">https://htmlsync.io</a> does just that. You upload your HTML app that works with localStorage and get a subdomain for it. The tool automatically synchronizes your changes across devices. You can create private and public apps, can decide which keys to synchronize by using the "no_sync_" prefix. The "public-hidden" CSS class can be used to hide UI elements in public view. You also get a subdomain for your profile where all your apps are listed for easy access.<p>I hope you find this as useful as I did.<p>I'd also appreciate your feedback if you end up using it.
Show HN: Ruby on Rails tutorial running in the browser
Show HN (score: 5)[Other] Show HN: Ruby on Rails tutorial running in the browser Meet the Ruby on Rails Getting Started tutorial that runs fully in the browser: a web server, a console, a database—everything you need to explore the framework without dealing with local installation.<p>Source code: <a href="https://github.com/evilmartians/rails-tutorial">https://github.com/evilmartians/rails-tutorial</a><p>This is the first step towards an in-browser development environment for Rails that could be used with AI app generators like Bolt among other things.
Show HN: Encode Base64
Show HN (score: 5)[Other] Show HN: Encode Base64
Show HN: OrioleDB Beta12 Features and Benchmarks
Show HN (score: 8)[Database] Show HN: OrioleDB Beta12 Features and Benchmarks Hey HN, I'm the creator of OrioleDB, an extension for PostgreSQL that serves as a drop-in replacement for the default Heap storage engine. It is designed to address scalability bottlenecks in PostgreSQL's buffer manager and reduce the WAL, enabling better utilization of modern multi-core CPUs and high‑performance storage systems.<p>We are getting closer to GA. This release includes:<p>- An index bridge to support all indexes that Heap supports<p>- Support for rewinding recent changes in the database.<p>- Tablespaces support<p>- Fillfactor support<p>- An orioledb_tree_stat() function for space utilization statistics<p>- Support for tables with more than 32 columns.<p>We also show several performance improvements using the TPC-C benchmarks. Overall, OrioleDB is much faster than Heap, also outperforming other Postgres providers.<p>We would love more people testing OrioleDB. The fastest way to do that is to use the docker image provided:<p><pre><code> docker run -d --name orioledb -p 5432:5432 orioledb/orioledb </code></pre> Read the full release here:<p><a href="https://www.orioledb.com/blog/orioledb-beta12-benchmarks" rel="nofollow">https://www.orioledb.com/blog/orioledb-beta12-benchmarks</a>
bluewave-labs/Checkmate
GitHub Trending[Monitoring/Observability] Checkmate is an open-source, self-hosted tool designed to track and monitor server hardware, uptime, response times, and incidents in real-time with beautiful visualizations. Don't be shy, join here:https://discord.com/invite/NAb6H3UTjK:)