πŸ› οΈ All DevTools

Showing 1021–1040 of 3054 tools

Last Updated
January 19, 2026 at 08:00 PM

[Other] React's useState but it syncs across clients in real-time. The simplest yet powerful primitive to build and ship real-time features in your web apps. useSharedState is a drop-in replacement for React's useState hook but it syncs the state across clients instantly whenever the state is updated. (btw, it's opensource)

Found: October 22, 2025 ID: 2023

Koval UI

Product Hunt

[Other] New documentation for the native browser-first React library We're excited to officially launch the new documentation site for Koval UI, our open-source React component library! Our new documentation site (built with Docusaurus) makes it easier than ever to get started, explore components, and build your next project.

Found: October 22, 2025 ID: 2024

SimpleW

Product Hunt

[Other] Web Server Library .NET Core, Simple & Fast SimpleW is a Web server library inNET Core. Designed for Simplicity. Built for Speed. Packed with Power.

Found: October 22, 2025 ID: 2025

Django Keel

Product Hunt

[Other] A decade of Django best practices in one template Django Keel is an opinionated, production-ready baseline: 12-factor settings, security defaults, pre-commit + ruff/mypy/pytest, GitHub Actions, Docker/Compose, health/ready endpoints, and starter deploy configs (Render, Fly.io, EC2+Ansible, ECS, K8s).

Found: October 22, 2025 ID: 2026

Trooper

Product Hunt

[Other] Automate Your Bug Bounty Hunting. The sidekick for security researchers who want to find vulnerabilities faster. Trooper is built for bug bounty hunters who want to scale their hunting by automating payloads, collecting callbacks instantly, and freeing you up to focus on the real discoveries.

Found: October 22, 2025 ID: 2028

Serpex.dev

Product Hunt

[API/SDK] Enrich your AI & Apps with structured, real-time search data Serpex.dev offers a REST API/SDKs for real-time, structured Search data, giving LLMs and SaaS apps live search insights without scraping complexities. Great for AI applications seeking current search intelligence and data projects.

Found: October 22, 2025 ID: 2029

MonsterWriter

Product Hunt

[IDE/Editor] Like Overleaf and Notion had a baby MonsterWriter - Don't be bothered by formatting content, moving headings from one page to another, manual creation of bibliographies,.. MonsterWriter provides a distraction free writing environments optimized for scholar writings

Found: October 22, 2025 ID: 2030

Fumadocs 16

Product Hunt

[Other] Beautiful docs. Optimized for React and Next.js. Fumadocs is a beautiful documentation framework for developers, flexible, performant, running on your React framework.

Found: October 22, 2025 ID: 2031

DevReadyKit

Product Hunt

[Other] UI Framework tailored for SaaS & Devtools MVP’s DevReady Kit gives you production-ready UI components for modern SaaS apps - free for commercial use. Built with React, Tailwind, and TS for devs and founders building SaaS or Devtools. Copy, customise, and ship polished products fast without a frontend team!.

Found: October 22, 2025 ID: 2032

1Desk

Product Hunt

[Other] One Platform for All Your Client Work Manage meetings and timesheets across multiple clients from one dashboard. Sync Gmail & Outlook calendars, track time per client, and export timesheets easily. Built for developers, freelancers & founders who are tired of constant context switching.

Found: October 22, 2025 ID: 2036

Lumlax

Product Hunt

[DevOps] Your AI DevOps partner that works directly from your browser Lumlax is an AI agent that connects to your servers via SSH and automates DevOps tasks through simple, natural language commands.

Found: October 22, 2025 ID: 2037

Domainwarden

Product Hunt

[Monitoring/Observability] Stay on top of your domains with DNS, RDAP & SSL monitoring. Domainwarden tracks your DNS records, nameservers, SSL certificates, and WHOIS/RDAP statuses. Get notified via email, Slack, Discord, and more when changes occur. Start your 14-day free trial today and see what we have to offer.

Found: October 22, 2025 ID: 2042

[Other] Show HN: Run any GitHub Action locally from your Cron job -- finally!

Found: October 22, 2025 ID: 2020

[Other] Show HN: LunaRoute – a high-performance local proxy for AI coding assistants LunaRoute is a high-performance local proxy for AI coding assistants like Claude Code, OpenAI Codex CLI, and OpenCode. Get complete visibility into every LLM interaction with zero-overhead passthrough, comprehensive session recording, and powerful debugging capabilities.<p>- See Everything Your AI Does - get full logs (JSONL), summary of sessions including tokens used (input&#x2F;output) as well as tools usage and success rates.<p>- Privacy &amp; Compliance Built-In - redact or tokenize any sensitive information (regex based).<p>- Speaks OpenAI and Anthropic dialects so you can route (and translate) when needed between models and providers.<p>- High performance - passthrough is 0.1ms - 0.2ms latency. Logging and summary is off loaded to a secondary thread to allow maximum performance.<p>Feedback is always appreciated as well as stars on the repo :)

Found: October 21, 2025 ID: 2015

[Database] Show HN: GoSMig – minimal, type-safe SQL migrations written in Go I built GoSMig for my own projects and open-sourced it in case it helps others. It’s a tiny generic library (no external deps except golang.org&#x2F;x&#x2F;term) for writing SQL migrations in Go with compile-time checks.<p>It supports transactional and non-transactional migrations, rollback, status, version, and a small CLI handler so you can ship your own migration binary.<p>Why another migrator?<p>- Minimal API, no DSL or file layout to learn<p>- Type-safe via Go generics<p>- Works with database&#x2F;sql and sqlx out of the box<p>- Should work with any db library (or wrapper) that implements some generic interfaces (see the &quot;Core Types&quot; section here <a href="https:&#x2F;&#x2F;github.com&#x2F;padurean&#x2F;gosmig?tab=readme-ov-file#core-types" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;padurean&#x2F;gosmig?tab=readme-ov-file#core-t...</a>)<p>- Tested with PostgreSQL, should work with any SQL RDBMS (MySQL, SQLite, MS SQL Server, ...)<p>Repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;padurean&#x2F;gosmig" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;padurean&#x2F;gosmig</a><p>Docs &amp; examples: README + examples branch <a href="https:&#x2F;&#x2F;github.com&#x2F;padurean&#x2F;gosmig&#x2F;tree&#x2F;examples" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;padurean&#x2F;gosmig&#x2F;tree&#x2F;examples</a><p>Would love feedback: ergonomics, missing guardrails, API rough edges, and real-world gotchas, etc.

Found: October 21, 2025 ID: 2014

[Other] Show HN: ExprTk REPL – Explore math expressions in the browser with WebAssembly ExprTk compiled to WebAssembly lets you explore and evaluate math expressions instantly in your browser. Everything runs client-side at near-native speed.

Found: October 21, 2025 ID: 2016

Build your own database

Hacker News (score: 344)

[Other] Build your own database

Found: October 21, 2025 ID: 2012

[CLI Tool] Show HN: Clink – Bring your own CLI Agents, Ship instantly Clink lets you use the coding agents you already pay for (Claude Code, Codex CLI, Gemini CLI, Z.ai GLM) to build β†’ live-preview β†’ ship apps in an isolated container.<p>No token purchases, no extra cost for coding. Just link your existing Claude&#x2F;OpenAI&#x2F;Gemini account and start building and deploying instantly.<p>Why we built this:<p>Claude Code is our go-to for coding, but it lacked preview + deploy capabilities. We didn&#x27;t want to pay Lovable again just for that.<p>Different agents excel at different tasks - Claude Code for versatility, Codex for complex work, GLM for speed. We needed one platform to leverage them all.<p>CLI agents offer more freedom than traditional web builders. We wanted to unlock their full potential with proper dev tooling.<p>What it does:<p>β€’ Prompt β†’ Build β†’ Live β†’ Deploy - The fastest path from idea to live website. Deploy for free.<p>β€’ BYO Subscription - Use your existing plans efficiently (Claude Code $20 = 10x Lovable $25 usage, GLM $3 = 3x Claude Code $20)<p>DEV Mode (Beta):<p>β€’ Multi-stack support - Build with Node, Python, Go, Rust and deploy containers to public URLs instantly<p>β€’ Repo imports - Upgrade and deploy your existing projects across any stack<p>Links:<p>β€’ Clink: <a href="https:&#x2F;&#x2F;clink.new" rel="nofollow">https:&#x2F;&#x2F;clink.new</a><p>β€’ OSS origin (Claudable, ~2.8k): <a href="https:&#x2F;&#x2F;github.com&#x2F;opactorai&#x2F;Claudable" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;opactorai&#x2F;Claudable</a><p>We&#x27;d love any feedback, bug reports, or stack requests - we iterate fast and read every comment.

Found: October 21, 2025 ID: 2004

[DevOps] Show HN: Katakate – Dozens of VMs per node for safe code exec I&#x27;ve built this to make it easy to host your own infra for lightweight VMs at large scale.<p>Intended for exec of AI-generated code, for CICD runners, or for off-chain AI DApps. Mainly to avoid Docker-in-Docker dangers and mess.<p>Super easy to use with CLI &#x2F; Python SDK, friendly to AI engs who usually don&#x27;t like to mess with VM orchestration and networking too much.<p>Defense-in-depth philosophy.<p>Would love to get feedback (and contributors: clear &amp; exciting roadmap!), thx

Found: October 21, 2025 ID: 2009

[Package Manager] Show HN: Interactive timelines from Markdown – Chronos Timeline Make time make sense. Create and share beautiful interactive timelines from plain text. Also available as an Obsidian plugin.<p>Developers can render Chronos timelines in their apps with chronos-timeline-md library on NPM

Found: October 21, 2025 ID: 2005
Previous Page 52 of 153 Next