🛠️ Hacker News Tools
Showing 761–780 of 1480 tools from Hacker News
Last Updated
January 18, 2026 at 08:00 PM
Arbitrary code execution in Unity Runtime
Hacker News (score: 59)[Other] Arbitrary code execution in Unity Runtime
Show HN: Pluqqy – Terminal based context management tool for AI coding
Show HN (score: 5)[CLI Tool] Show HN: Pluqqy – Terminal based context management tool for AI coding I vibe-coded a terminal tool called Pluqqy (I had a dormant domain on hand) to help me keep LLM context organized while coding with AI. It’s my first time writing Go and my first terminal app, built almost entirely with Claude Code.<p>• What it does: Pluqqy lets you manage prompts, rules, and context as small building blocks, then stitch them together into a single file (like AGENT.md or CLAUDE.md) that your coding agent can consume. It’s meant to reduce context drift and make iteration easier.<p>• Why I built it: I was losing track of my agent context between sessions and wanted something lightweight, reproducible, and terminal-native.<p>• Status: This is more of an experiment / thought-tool than a maintained project. It works on Mac; Windows/Linux haven’t been tested much.<p>• Install: go install github.com/pluqqy/pluqqy-terminal/cmd/pluqqy@latest<p>• Landing page: <a href="https://pluqqy.com" rel="nofollow">https://pluqqy.com</a> (just had fun with it)
Show HN: YNOT – Free, Open-Source YouTube Downloader
Show HN (score: 6)[Other] Show HN: YNOT – Free, Open-Source YouTube Downloader Hey HN! I built YNOT, a simple cross-platform YouTube downloader with a GUI.<p>It's powered by yt-dlp and completely free/open-source (WTFPL license).<p>Key features: - Simple GUI - just paste URL and download - Downloads HD/4K videos - Cross-platform (Windows, macOS, Linux) - No ads, no tracking, completely private - Lightweight and fast<p>GitHub: <a href="https://github.com/james-see/ynot" rel="nofollow">https://github.com/james-see/ynot</a><p>I'd love to hear your feedback and suggestions!
Solveit – A course and platform for solving problems with code
Hacker News (score: 77)[Other] Solveit – A course and platform for solving problems with code
Show HN: Enhance – A Terminal UI for GitHub Actions
Show HN (score: 7)[Other] Show HN: Enhance – A Terminal UI for GitHub Actions I'm very excited to share what I've been working on lately!<p>Introducing ENHANCE, a terminal UI for GitHub Actions that lets you easily see and interact with your PRs checks.<p>It's available under a sponsorware model. Get more info on the site:<p>-> <a href="https://gh-dash.dev/enhance" rel="nofollow">https://gh-dash.dev/enhance</a><p>This is an attempt to make my OSS development something sustainable. Happy to hear feedback about the model as well as the tool! Cheers!
Babel is why I keep blogging with Emacs
Hacker News (score: 159)[Other] Babel is why I keep blogging with Emacs <a href="https://orgmode.org/worg/org-contrib/babel/" rel="nofollow">https://orgmode.org/worg/org-contrib/babel/</a>
Launch HN: Simplex (YC S24) – Browser automation platform for developers
Hacker News (score: 17)[Other] Launch HN: Simplex (YC S24) – Browser automation platform for developers Hi HN! We’re Marco and Shreya, founders of Simplex (<a href="https://www.simplex.sh/">https://www.simplex.sh/</a>). We’re building all the infrastructure you need for modern browser automation – including remote browsers, steerable web agents, and more.<p>Here’s a demo: <a href="https://youtu.be/7KpWJbOcm1Y" rel="nofollow">https://youtu.be/7KpWJbOcm1Y</a><p>We’re excited to be posting on HN again! Back in January, we Show HN’d the earliest version of Simplex (<a href="https://news.ycombinator.com/item?id=42704160">https://news.ycombinator.com/item?id=42704160</a>). We’ve now spent close to a year working with real customers, forward-deploying into their codebases, and building web agent systems for them from the ground up to understand what it takes to get agents working in production.<p>We built Simplex because we started seeing a pattern: companies would initially roll their own Playwright/Stagehand web automation solutions. This worked fine in the early prototype stages, but they’d quickly get overwhelmed with technical challenges as they productionized automations across all the websites their customers use.<p>As they scaled, they’d have to build and manage:<p>- Chrome infrastructure: You'll need remote browsers, extension support, browser settings for anti-bot detection/stealth, and a hundred more small fixes.<p>- DOM parsing: We’ve seen many web portals have really weird quirks (nested iframes, shadow DOM elements, dynamic loading, popups, unstable selectors, etc..) that are hard to parse with traditional/existing browser agents.<p>- Agent context engineering: Website state, user prompts, system prompts, past actions all take up a massive amount of context. Without managing this, agents can get caught in loops or take wrong actions.<p>- Caching/reliability: No matter how perfect your prompts are, it’s hard to guarantee consistency without caching/deterministic actions.<p>- Login/2FA: Solve captcha, fetch 2FA from email/text/Google Auth, encrypt/decrypt credentials to access portals blocked by login.<p>- Automation management: You’ll have to store all your prompts, scrapers, and agents, and find a way to make them reusable if you have the same workflows across different portals.<p>- User interface: Creating new workflows + debugging can take time. You’ll have to find easy ways to expose this to your engineers to make the process more efficient when you have hundreds of automations to build.<p>Simplex is a proper solution that handles all of the above for you. We offer both an UI/dashboard (which is what we use even as technical developers) and an extensive API for customers who are using Simplex in their existing AI agents. Our dashboard/API docs are here: <a href="https://simplex.sh/docs">https://simplex.sh/docs</a>. We’d love for you to check them out!<p>You can get started for free with Simplex at (<a href="https://www.simplex.sh/">https://www.simplex.sh/</a>) (you have to register to prevent abuse since we’re giving you a remote browser that connects to the internet).<p>Our first users have been AI companies across different industries like accounting, logistics/transportation, customer service, and healthtech. We’ve seen them:<p>- Fill out prior authorization forms on medical provider portals<p>- Download hundreds of PDFs from grocer portals across the US<p>- Automate and scrape structured data from traditional ERPs like NetSuite<p>- Submit bids/shipments on logistics/TMS portals<p>- Scrape lawyer/doctor license information across public government portals<p>- And more!<p>We’re excited to see more use cases as we open up the platform – this is our first time doing self-serve.<p>Wanted to end with a quick thank you to HN. The feedback on our first Show HN gave us confidence to steer our product in this direction, and has deeply shaped the last year of our lives. We’d love feedback, especially from anyone who’s tried solving this problem or built similar tools.<p>Happy to answer questions and looking forward to your comments!
Show HN: Grapes Studio – HTML-first WYSIWYG website editor with LLM assistant
Show HN (score: 14)[IDE/Editor] Show HN: Grapes Studio – HTML-first WYSIWYG website editor with LLM assistant I’ve been working with @artf (creator of GrapesJS) on Grapes Studio, an HTML-first editor with an LLM assistant on top of GrapesJS.<p>We’re approaching this differently than the new wave of AI app/site builders which are typically generating full React applications, which we think is overkill for simple websites. From talking to people using these tools, we’ve seen a lot of issues with build errors and overly complicated pages.<p>With our approach you can:<p>- Edit visually via the no-code editor (drag/drop) or ask the LLM to make scoped changes (like “add a section” or “add a new page”).<p>- Build with straight HTML/CSS<p>- Ask AI to import your current site and start building from there instead of total rebuild.<p>We think there’s a lot of benefit using drag and drop editor functionality with LLMs, or you can jump straight into the code in the editor if you choose.<p>- Do you see value in this hybrid model (AI + visual + code editing)?<p>- What are the biggest blockers you’ve run into with AI-only builders?<p>Let us know what you think.
Show HN: Gooey – Opinionated Go WebASM Framework
Show HN (score: 5)[Other] Show HN: Gooey – Opinionated Go WebASM Framework
Show HN: Silobase – Firebase/Supabase alternative as NPM package
Show HN (score: 5)[Package Manager] Show HN: Silobase – Firebase/Supabase alternative as NPM package I built Silobase , an open-source backend-as-a-service packaged as an npm module.<p>With just a package.json and a .env file, you can deploy a REST API on top of your own database.
Edge264 – Minimalist, high-performance software decoder for H.264/AVC video
Hacker News (score: 56)[Other] Edge264 – Minimalist, high-performance software decoder for H.264/AVC video
Fossabot: AI code review for Dependabot/Renovate on breaking changes and impacts
Hacker News (score: 73)[Other] Fossabot: AI code review for Dependabot/Renovate on breaking changes and impacts
Show HN: Ocrisp, One-Click RAG Implementation, Simple and Portable
Show HN (score: 7)[Other] Show HN: Ocrisp, One-Click RAG Implementation, Simple and Portable
Show HN: 2D Spine Animation AI for Game
Show HN (score: 9)[Other] Show HN: 2D Spine Animation AI for Game I built this 2D Spine Animation AI for Game.<p>Upload a game character image, it directly generate 2D spine animation for your character that can directly apply 2k+ animations.<p>What it does:<p>- Auto rigging, auto bone structure generation<p>- Apply 2k+ animations in a click<p>- Layered image output<p>- export directly to spine animation to edit<p>- export to all game engines like Unity and Godots<p>- 10x easier, 10x cheaper for game development
Show HN: Resterm – A terminal-based REST/GraphQL and gRPC client
Hacker News (score: 10)[CLI Tool] Show HN: Resterm – A terminal-based REST/GraphQL and gRPC client
Show HN: ChartDB Agent – Cursor for DB schema design
Hacker News (score: 60)[Database] Show HN: ChartDB Agent – Cursor for DB schema design Last year we launched ChartDB OSS (<a href="https://news.ycombinator.com/item?id=44972238">https://news.ycombinator.com/item?id=44972238</a>) - an open-source tool that generates ER diagrams from your database (via query/sql/dbml) without needing direct DB access.<p>Now we’re launching the ChartDB Agent.<p>It helps you design databases from scratch or make schema changes with natural language.<p>You can:<p>- Generate schemas by simply describing them in plain English<p>- Brainstorm new tables, columns, and relationships with AI<p>- Iterate visually in a diagram (ERD)<p>- Deterministically export SQL script<p>Try it out here - <a href="https://chartdb.io/ai" rel="nofollow">https://chartdb.io/ai</a> - no signup required.<p>Or sign up and use it on your own database<p>Would love to get your feedback :)
Building an IoT Notification Device from Scratch
Hacker News (score: 69)[Other] Building an IoT Notification Device from Scratch
Show HN: Next.js-like Python web framework, built for Htmx with FastAPI
Show HN (score: 5)[Other] Show HN: Next.js-like Python web framework, built for Htmx with FastAPI It's very early days for the project, but I wanted to share it to see if there is interest.<p>It is the final piece of the FastAPI server-side rendering stack I started building with FastHX and htmy (the two dependencies of this project besides FastAPI).<p>Think of it as a more powerful and convenient alternative to tools like FastHTML, powered by FastAPI (without any modifications). I hope you'll like it.
TigerBeetle is a most interesting database
Hacker News (score: 236)[Database] TigerBeetle is a most interesting database
Radicle: Peer-to-Peer Collaboration with Git
Hacker News (score: 15)[Other] Radicle: Peer-to-Peer Collaboration with Git