🛠️ All DevTools
Showing 1541–1560 of 2548 tools
Last Updated
December 02, 2025 at 08:00 PM
Unit-Eng - Universal Unit Converter
Product Hunt[Other] AI-Powered to Convert any unit instantly AI-Powered Unit Converter - Natural Language Conversions Convert units using natural language with our AI assistant. Get instant, accurate results for engineering and scientific conversions with confidence scoring. With API ready!
CrashPlan for Google Workspace
Product Hunt[Other] Google workspace backup and recovery solutions CrashPlan provides data resiliency to keep your modern workplace moving forward. Free yourself from Gmail and Google Drive’s 30-day retention, limited versioning, and incomplete recovery capabilities.
[Other] Show HN: AgentState – Lightweight state manager for multi-agent AI workflows AgentState to solve a problem I kept running into: managing state for multi-agent AI systems is surprisingly hard. When you have multiple AI agents that need to coordinate, persist their state, and query each other's status, you typically end up with a mess of Redis/Postgres setups, custom queuing, and manual synchronization code.<p>The whole thing is ~3MB, written in Rust for performance and safety, runs in Docker, and handles 1000+ ops/sec. I've been running it in production for AI workflows and it's been rock solid.
Show HN: Creao – Vibe coding product for founders
Show HN (score: 25)[Other] Show HN: Creao – Vibe coding product for founders Hi HN! I'm North, DevRel from the CREAO team. We are a 15-20 person startup, and we spent a couple of months building this vibe coding product. We've been exploring the possibilities of how agents should assist people's work for productivity in various scenarios.<p>Three months ago, we noticed that all small teams and companies are struggling with subscribing to multiple SaaS tools that never fit their exact needs. Pretty much all founders and SMB professionals need customized productivity tools that fit their daily work routines, but they don't have developers to build these lightweight tools for them. So we thought we needed to build a vibe coding product that allows them to ship their own tools in minutes and get rid of these SaaS subscriptions.<p>For our product features, we built it differently from all the other vibe coding products. We want our users to build something actually useful instead of just a product prototype. But the current well-known code agents are performing poorly at building complex data schemas and integrating APIs. So we fine-tuned a small model for the following features:<p>1.Automatically builds complex relational data schemas<p>2.Automated MCP/API connections with existing systems<p>With these core capabilities, our code agent can then build internal tools that connect with existing systems with state persistence. For example, I built a dashboard to track my X engagement and export results to a CSV file.<p><a href="https://drive.google.com/file/d/1FBBOdrtonlj_56jgQuAoPpGnABB-pvt2/view?usp=sharing" rel="nofollow">https://drive.google.com/file/d/1FBBOdrtonlj_56jgQuAoPpGnABB...</a><p>This productivity boost is specifically designed for small team founders—you can build your own CRM workflows, data dashboards, revenue tracking, etc. Each of these could cost you $20-50/month in SaaS subscriptions.<p>We are still in the early stage and improving our user experience. Our team is delivering new features pretty much every week, and we would love to hear from HN to give us some suggestions on how we can do better. You can always reach me at north@creao.ai. I love to shape the product together with community users. I hope you can find our work very helpful for your productivity.<p>Thanks!
Show HN: AICF – a tiny "what changed" feed for AI/RAG (v0.1 minimal core)
Show HN (score: 5)[Other] Show HN: AICF – a tiny "what changed" feed for AI/RAG (v0.1 minimal core) I’m proposing AICF (AI Changefeed) — a minimal, web-native way for sites to expose append-only change events. Instead of crawlers or RAG systems re-embedding everything, they can refresh only the sections that changed.<p>Discovery: a /.well-known/ai-changefeed JSON points to a feed.<p>Feed: an append-only NDJSON file with just 4 required fields (id, action, url, time) plus optional hints (anchor, checksum, note).<p>Goal: cut wasted crawling/embedding while keeping docs/pricing/policy pages fresh for AI/agents.<p>Spec & examples here: <a href="https://github.com/mnswdhw/AICF/blob/main/spec/AICF-v0.1.md" rel="nofollow">https://github.com/mnswdhw/AICF/blob/main/spec/AICF-v0.1.md</a><p>Would love feedback: is the minimal core (anchors only, no chunks/vectors/push yet) the right starting point? Would you use this in your docs/RAG stack?
Show HN: JavaScript-free (X)HTML Includes
Hacker News (score: 131)[Other] Show HN: JavaScript-free (X)HTML Includes (spoiler: its XSLT)<p>I've been working on a little demo for how to avoid copy-pasting header/footer boilerplate on a simple static webpage. My goal is to approximate the experience of Jekyll/Hugo but eliminate the need for a build step before publishing. This demo shows how to get basic templating features with XSL so you could write a blog post which looks like<p><pre><code> <?xml version="1.0"?> <?xml-stylesheet type="text/xsl" href="/template.xsl"?> <page> <title>My Article</title> <content> some content <ul> <li>hello</li> <li>hello</li> </ul> </content> </page> </code></pre> Some properties which set this approach apart from other methods:<p><pre><code> - no build step (no need to setup Jekyll on the client or configure Github/Gitlab actions) - works on any webserver (e.g. as opposed to server-side includes, actions) - normal looking URLs (e.g. `example.com/foobar` as opposed to `example.com/#page=foobar`) </code></pre> There's been some talk about removing XSLT support from the HTML spec [0], so I figured I would show this proof of concept while it still works.<p>[0]: <a href="https://news.ycombinator.com/item?id=44952185">https://news.ycombinator.com/item?id=44952185</a><p>See also: grug-brain XSLT <a href="https://news.ycombinator.com/item?id=44393817">https://news.ycombinator.com/item?id=44393817</a>
Ergonomic errors in Rust: write fast, debug with ease, handle precisely
Hacker News (score: 11)[Other] Ergonomic errors in Rust: write fast, debug with ease, handle precisely
Show HN: Clyp – Clipboard Manager for Linux
Hacker News (score: 36)[Other] Show HN: Clyp – Clipboard Manager for Linux
Static sites with Python, uv, Caddy, and Docker
Hacker News (score: 76)[Other] Static sites with Python, uv, Caddy, and Docker
Show HN: AIMless – a 10 KB single file P2P chat app with zero dependencies
Show HN (score: 5)[Other] Show HN: AIMless – a 10 KB single file P2P chat app with zero dependencies I built AIMless, a ridiculously minimalistic, browser native chat app that fits entirely into one HTML file (10 KB). It’s decentralized, P2P, and has no build tools, no server, and no frameworks. Just you, your browser, and a copy/pasted blob or two.
dream-num/univer
GitHub Trending[Other] Univer is a full-stack framework for creating and editing spreadsheets, documents, and slides on both web and server.
Show HN: I integrated my from-scratch TCP/IP stack into the xv6-riscv OS
Show HN (score: 6)[Other] Show HN: I integrated my from-scratch TCP/IP stack into the xv6-riscv OS Hi HN,<p>To truly understand how operating systems and network protocols work, I decided to combine two classic learning tools: the xv6 teaching OS and a from-scratch TCP/IP stack.<p>I'm excited to share the result: my own from-scratch TCP/IP networking stack running directly inside the xv6-riscv (<a href="https://github.com/pandax381/xv6-riscv-net" rel="nofollow">https://github.com/pandax381/xv6-riscv-net</a>) kernel.<p>The project uses a modern virtio-net driver, allowing it to run seamlessly in QEMU and communicate with the host machine.<p>Key features:<p>- From-Scratch Stack: The core is powered by microps (<a href="https://github.com/pandax381/microps" rel="nofollow">https://github.com/pandax381/microps</a>), a TCP/IP stack I originally wrote to run in user-space as a personal project to learn the low-level details of networking.<p>- Kernel Integration: This project ports microps from user-space into the xv6-riscv kernel.<p>- Socket API: Implements standard system calls (socket, bind, accept, etc.) to enable network application development.<p>- User-level Tools: Comes with a simple ifconfig command, plus tcpecho and udpecho servers to demonstrate its capabilities.<p>This has been a fantastic learning experience. My goal was to demystify the magic behind network-aware operating systems by building the components myself.<p>I'd love to hear your feedback and answer any questions!
Scrums.com Cloud Hub
Product Hunt[API/SDK] Unify APIs & cloud infra in one hub Scrums.com’s Cloud Hub gives you one platform to manage cloud infrastructure. Let us handle the integrations while you focus on innovation. Access our API and plugin library and go further, faster.
Migration Accelerator
Product Hunt[Other] Accelerate your cms content migration A specialized tool for Magnolia implementation partners to dramatically speed up content migrations for large sites. Transform weeks of manual work into automated success.
LinkoJob
Product Hunt[Other] Connect. Hire. Grow. With LinkoJob LinkoJob is the leading recruitment automation platform, empowering HR teams with AI-driven candidate matching, automated outreach, interview scheduling, and analytics to streamline your hiring process.
ResearchBuddy
Product Hunt[Other] Competition research tool for entrepreneurs & creatives Transform your product ideas into comprehensive market insights through systematic AI-powered competitor analysis. Research smarter, not harder with ResearchBuddy.
Portfolio Gallery
Product Hunt[Other] Discover 100+ stunning developer portfolios Explore a curated collection of 100+ stunning developer portfolios with live previews and source code access. Find inspiration for web development, UI/UX design, mobile apps, and more. Perfect for developers, hiring managers, and design inspiration.
Show HN: Claudable – OpenSource Lovable that runs locally with Claude Code
Show HN (score: 14)[Other] Show HN: Claudable – OpenSource Lovable that runs locally with Claude Code Hey, HN! I'm Aaron. I built an open-source Lovable for Claude Code users.<p>Platforms like Lovable, Replit Agent, and Bolt require separate API keys and $25+/month subscriptions. But if you’re already subscribed to Claude Pro or Cursor, you can use those plans directly without extra costs.<p>Claudable runs entirely locally through Claude Code (Cursor CLI also supported) and provides:<p>- Instant UI preview (similar to Lovable)<p>- Web-optimized, production-ready designs<p>- Direct Git integration<p>- One-click Vercel deployment<p>- Zero additional API costs<p>It’s open source and available today. I’m actively developing it and would love community feedback on what features to prioritize next.<p>GitHub: <a href="https://github.com/opactorai/Claudable" rel="nofollow">https://github.com/opactorai/Claudable</a><p>Happy to answer any questions!
Show HN: ChartDB Cloud – Visualize and Share Database Diagrams
Hacker News (score: 41)[Other] Show HN: ChartDB Cloud – Visualize and Share Database Diagrams Me and Guy (@guyb3) built ChartDB to generate ER diagrams from your database without a need of any database access (via query/sql/dbml). We started with an open-source version, and after seeing a lot of use we decided to make a cloud version.<p>Our OSS launch (1y ago) - <a href="https://news.ycombinator.com/item?id=41339308">https://news.ycombinator.com/item?id=41339308</a><p>Now we’re launching ChartDB Cloud - built for teams:<p>- Embed ERDs into docs, dev portals, or Miro/Notion etc.<p>- Collaborate in real-time (with live cursors like Figma)<p>- Keep diagrams always in sync with your database<p>- Organize large, messy schemas without pain<p>- Export DDL in multiple SQL dialects (solved deterministically)<p>- AI assistant to brainstorm and generate new schema objects or schema changes<p>We designed it so working with databases feels less like a chore and more like a creative process.<p>Would love feedback - especially from teams dealing with messy schemas or outdated docs.<p><a href="https://app.chartdb.io" rel="nofollow">https://app.chartdb.io</a>
Show HN: Using Common Lisp from Inside the Browser
Show HN (score: 85)[Other] Show HN: Using Common Lisp from Inside the Browser