🛠️ Hacker News Tools
Showing 1861–1880 of 2572 tools from Hacker News
Last Updated
April 27, 2026 at 08:01 PM
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
What .NET 10 GC Changes Mean for Developers
Hacker News (score: 90)[Other] What .NET 10 GC Changes Mean for Developers
Amazon Vega OS and Vega Developer Tools
Hacker News (score: 10)[Other] Amazon Vega OS and Vega Developer Tools
Rio Terminal: A hardware-accelerated GPU terminal emulator
Hacker News (score: 23)[Other] Rio Terminal: A hardware-accelerated GPU terminal emulator
Show HN: JPDB, GDB for Your Waveforms
Show HN (score: 8)[Other] Show HN: JPDB, GDB for Your Waveforms hey everyone,<p>I've been working on JPDB is a GDB like debugger for waveforms. if you give JPDB a waveform* and some other information, then you can step through the program that was executed when that waveform was created.<p>i say GDB-like because JPDB has it's own GDB client (its called shucks), that implements the client side logic of the GDB protocol faithfully, but doesnt have all of the GDB niceties (like python integration, etc). this allows the project to be specialized on debugging waveforms specifically, when compared to another approach like connecting to a gdb client<p>JPDB integrates with the waveform viewer surfer (<a href="https://surfer-project.org/" rel="nofollow">https://surfer-project.org/</a>), so you can look at other signals there. this is still ongoing because the underlying protocol (WCP) is a little Fresh<p>if you're developing your own CPU, give it a shot. Superscalar designs arent supported yet but it would be pretty straightforward, just give me your waves ( i am touching my fingers together villainously as i type this) and i will make it happen<p>also if you want to use system with a "normal" gdb client, the dang library presents a gdbstub server, so you can run that and connect to it.<p>here's a demo but it should work on your local machine if you follow the readme:<p><a href="https://www.youtube.com/watch?v=EOo1aG_wcJg" rel="nofollow">https://www.youtube.com/watch?v=EOo1aG_wcJg</a>
Show HN: Glide, an extensible, keyboard-focused web browser
Show HN (score: 5)[Other] Show HN: Glide, an extensible, keyboard-focused web browser
Show HN: Sculptor, the Missing UI for Claude Code
Show HN (score: 91)[Other] Show HN: Sculptor, the Missing UI for Claude Code Hey, I'm Josh, cofounder of Imbue. We built Sculptor because we wanted a great UI for parallel coding agents.<p>We love Claude Code, but wanted to solve some of the problems that come from running multiple agents in parallel (ex: merge conflicts with multiple agents, reinstalling dependencies with git worktrees, Claude Code could deleting your home directory, etc).<p>Sculptor is a desktop app that lets you safely run Claude Code agents by putting them in separate docker containers. This lets you use Claude without having to compromise on security or deal with annoying tool permission prompts. Then you can just tell Claude to keep running the code until it actually works.<p>To help you easily work with containerized agents, we created “Pairing Mode”: bidirectionally sync the agent’s code into your IDE and test/edit together in real time. You can also simply pull and push manually if you want.<p>We have some more cool features planned on our roadmap that are enabled by this approach, like the ability to “fork” conversations (and the entire state of the container), or roll back to a previous state.<p>It’s still very early, but we would love your feedback.<p>Sculptor itself is free to use, so please try it out and let us know what you think!
Extract-0: A specialized language model for document information extraction
Hacker News (score: 173)[Other] Extract-0: A specialized language model for document information extraction
BrowserPod: In-browser full-stack environments for IDEs and Agents via WASM
Hacker News (score: 42)[Other] BrowserPod: In-browser full-stack environments for IDEs and Agents via WASM