πŸ› οΈ All DevTools

Showing 2921–2940 of 6284 tools

Last Updated
July 25, 2026 at 04:40 AM

[Other] Upload. Analyze. Discover. Clevora AI uses advanced artificial intelligence to index and analyze your videos. Search videos with natural language, auto-tag content, and make your media library fully searchable. Tailor Made for Content Creators

Found: February 20, 2026 ID: 3374

[Other] Simplify Billing with Smart Billing Software "At Invoiso, we believe technology should simplify business, not complicate it. Founded with a vision to transform the way companies manage invoicing, billing, and customer relationships, we specialize in delivering innovative, intelligent, and AI-powered solutions for businesses where invoicing plays a key role. Who is Invoiso for? SMEs | Startups | Enterprises | Retail Stores | Shops | Restaurants | Freelancers | Entrepreneurs | Service Providers"

Found: February 20, 2026 ID: 3376

WebZum

Product Hunt

[Other] Business name in. Deployed website out. 5 minutes. Most AI website builders still expect you to drag, drop, and write copy. WebZum flips that β€” type your business name and the AI does everything else. Live on a global CDN in under 5 minutes. It searches Google, Facebook, and Yelp for your real reviews, photos, and info. Writes your content, generates a logo, picks colors, designs every page. 15 LLM calls per site, routed per task. Every site ships with llms.txt and ai.txt. Regenerate as AI improves β€” always free. From $19/mo.

Found: February 20, 2026 ID: 3377

StackSpend

Product Hunt

[Monitoring/Observability] AI/LLM Cost Monitoring. Don't be surprised by MASSIVE BILLS! AI LLM Cost Monitoring. Don't get surprised by your bills. Take action before it lands! OpenAI, Huggingface, AWS, Bedrock, Google, GCP, Vertex, Azure, Grok, xAi, co-pilot, Cursor, ++

Found: February 20, 2026 ID: 3378

Anythink

Product Hunt

[API/SDK] From idea to live API, before your coffee gets cold A Supabase, Directus or Airtable alternative that actually gets out of your way. Start for free, scale globally. Not another AI platform. Anythink is your backend, sorted. From idea to live API in minutes. From Enterprise to Vibes, we've got you covered. AI makes a nice frontend, but turning that into a business is where the weeks disappear. With Anythink, you get database, APIs, user management, Stripe payments, workflows, access control and search, all without touching code and infrastructure.

Found: February 20, 2026 ID: 3379

Repaint

Product Hunt

[Other] Build a website by chatting with AI Repaint is an AI agent for building custom websites. It interviews you, imports info, finds design references, and generates a full site in minutes.

Found: February 20, 2026 ID: 3380

moCODE

Product Hunt

[Other] AI coding assistant on Mobile for OpenCode/KiloCode Server The mobile companion for OpenCode/KiloCode Server. Connect to your server and bring AI-assisted coding to your mobile device.

Found: February 20, 2026 ID: 3381

[API/SDK] Show HN: Fostrom, an IoT Cloud Platform built for developers Hey HN! Arjun and Sid here.<p>Fostrom is an IoT Cloud Platform designed for developers to make it really easy to get started and scale fleets. We have Device SDKs (in Python, JS, Elixir, more coming soon), Typed Schemas, Per-Device Mailboxes, Programmable Actions, 4 Global Regions for lower-latency connections, and much more.<p>We&#x27;ve built Fostrom to solve a real need we faced in our previous startup, building a fully automated indoor vertical farm. We spent more time figuring out IoT infrastructure than writing automation logic. Fostrom is the platform we wished existed back then.<p>Over the last few years we&#x27;ve experimented with a lot of interesting tech and architectures, and settled on an architecture that we believe is quite elegant. We wrote a Go&lt;-&gt;Elixir bridge to execute JS code in WASM for Actions, implemented a DuckDB library for Elixir, and wrote a Device Agent in Rust that our SDKs run in the background (<a href="https:&#x2F;&#x2F;github.com&#x2F;fostrom&#x2F;devicekit" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;fostrom&#x2F;devicekit</a>).<p>The most interesting realization we had was about the data architecture. For years, we tried using distributed databases and built complex layers on top of them, but all approaches had significant limitations specifically around consistency and querying. We want to provide operational correctness, rich insights, and reliability. Finally, we came to the conclusion that to achieve this we really need a SQL database for fleet data. So we built a DuckDB-based replicated multi-tenant data layer. We&#x27;re still improving it (hence the Technical Preview badge) but we&#x27;re quite proud of this decision. It simplifies the rest of the codebase, while keeping operational complexity in just a few places.<p>Our vision is to make a powerful IoT platform that enables you to build correct, secure, and reliable connected systems without dealing with any of the plumbing or infrastructure.<p>Next up, we&#x27;re gonna launch our CLI, add automatic device monitoring to our Device SDKs, and improve the debugging experience. We have some pretty cool ideas to make Fostrom and the experience of developing connected systems better. We&#x27;re also going to write more about our architecture and journey soon.<p>We also published our launch blog post which goes into more detail about our vision, what we&#x27;ve built, and our future plans: <a href="https:&#x2F;&#x2F;fostrom.io&#x2F;blog&#x2F;introducing-fostrom" rel="nofollow">https:&#x2F;&#x2F;fostrom.io&#x2F;blog&#x2F;introducing-fostrom</a><p>Would love for you to try out Fostrom and give us your feedback and thoughts.

Found: February 20, 2026 ID: 3354

[CLI Tool] Show HN: Ghostty-based terminal with vertical tabs and notifications I run a lot of Claude Code and Codex sessions in parallel. I was using Ghostty with a bunch of split panes, and relying on native macOS notifications to know when an agent needed me. But Claude Code&#x27;s notification body is always just &quot;Claude is waiting for your input&quot; with no context, and with enough tabs open, I couldn&#x27;t even read the titles anymore.<p>I tried a few coding orchestrators but most of them were Electron&#x2F;Tauri apps and the performance bugged me. I also just prefer the terminal since GUI orchestrators lock you into their workflow. So I built cmux as a native macOS app in Swift&#x2F;AppKit. It uses libghostty for terminal rendering and reads your existing Ghostty config for themes, fonts, colors, and more.<p>The main additions are the sidebar and notification system. The sidebar has vertical tabs that show git branch, working directory, listening ports, and the latest notification text for each workspace. The notification system picks up terminal sequences (OSC 9&#x2F;99&#x2F;777) and has a CLI (cmux notify) you can wire into agent hooks for Claude Code, OpenCode, etc. When an agent is waiting, its pane gets a blue ring and the tab lights up in the sidebar, so I can tell which one needs me across splits and tabs. Cmd+Shift+U jumps to the most recent unread.<p>The in-app browser has a scriptable API ported from agent-browser [1]. Agents can snapshot the accessibility tree, get element refs, click, fill forms, evaluate JS, and read console logs. You can split a browser pane next to your terminal and have Claude Code interact with your dev server directly.<p>Everything is scriptable through the CLI and socket API – create workspaces&#x2F;tabs, split panes, send keystrokes, open URLs in the browser.<p>Demo video: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=i-WxO5YUTOs" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=i-WxO5YUTOs</a><p>Repo (AGPL): <a href="https:&#x2F;&#x2F;github.com&#x2F;manaflow-ai&#x2F;cmux" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;manaflow-ai&#x2F;cmux</a><p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;vercel-labs&#x2F;agent-browser" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;vercel-labs&#x2F;agent-browser</a>

Found: February 19, 2026 ID: 3350

[Other] A powerful Telegram bot that provides remote access to Claude Code, enabling developers to interact with their projects from anywhere with full AI assistance and session persistence.

Found: February 19, 2026 ID: 3349

[CLI Tool] A terminal weather app with ASCII animations driven by real-time weather data

Found: February 19, 2026 ID: 3353

[CLI Tool] Show HN: Micasa – track your house from the terminal micasa is a terminal UI that helps you track home stuff, in a single SQLite file. No cloud, no account, no subscription. Backup with cp.<p>I built it because I was tired of losing track of everything in notes apps, and &quot;I&#x27;ll remember that&quot;s. When do I need to clean the dishwasher filter? What&#x27;s the best quote for a complete overhaul of the backyard. Oops, found some mold behind the trim, need to address that ASAP. That sort of stuff.<p>Another reason I made micasa was to build a (hopefully useful) low-stakes personal project where the code was written entirely by AI. I still review the code and click the merge button, but 99% of the programming was done with an agent.<p>Here are some things I think make it worth checking out:<p>- Vim-style modal UI. Nav mode to browse, edit mode to change. Multicolumn sort, fuzzy-jump to columns, pin-and-filter rows, hide columns you don&#x27;t need, drill into related records (like quotes for a project). Much of the spirit of the design and some of the actual design choices is and are inspired by VisiData. You should check that out too. - Local LLM chat. Definitely a gimmick, but I am trying preempt &quot;Yeah, but does it AI?&quot;-style conversations. This is an optional feature and you can simply pretend it doesn&#x27;t exist. All features work without it. - Single-file SQLite-based architecture. Document attachments (manuals, receipts, photos) are stored as BLOBs in the same SQLite database. One file is the whole app state. If you think this won&#x27;t scale, you&#x27;re right. It&#x27;s pretty damn easy to work with though. - Pure Go, zero CGO. Built on Charmbracelet for the TUI and GORM + go-sqlite for the database. Charm makes pretty nice TUIs, and this was my first time using it.<p>Try it with sample data: go install github.com&#x2F;cpcloud&#x2F;micasa&#x2F;cmd&#x2F;micasa@latest &amp;&amp; micasa --demo<p>If you&#x27;re insane you can also run micasa --demo --years 1000 to generate 1000 years worth of demo data. Not sure what house would last that long, but hey, you do you.

Found: February 19, 2026 ID: 3352

[Other] Show HN: A physically-based GPU ray tracer written in Julia We ported pbrt-v4 to Julia and built it into a Makie backend. Any Makie plot can now be rendered with physically-based path tracing.<p>Julia compiles user-defined physics directly into GPU kernels, so anyone can extend the ray tracer with new materials and media - a black hole with gravitational lensing is ~200 lines of Julia.<p>Runs on AMD, NVIDIA, and CPU via KernelAbstractions.jl, with Metal coming soon.<p>Demo scenes: github.com&#x2F;SimonDanisch&#x2F;RayDemo

Found: February 19, 2026 ID: 3345

[DevOps] Know your blast radius. Terraform Blast Radius β€” Visually explore terraform plan output, trace resource dependencies, and inspect attribute-level diffs before running apply.

Found: February 19, 2026 ID: 3337

Ragnar

Product Hunt

[Other] Text + Image to CAD. World's best VibeCAD! Ragnar is an AI-powered CAD platform that lets anyone turn ideas, text, and images into professional 3D CAD models β€” no design or CAD tool experience required. Simply describe what you want, upload a sketch, and iterate on your design through a chat interface. Export your models in industry-standard formats for 3D printing or manufacturing workflows.

Found: February 19, 2026 ID: 3338

[Other] A web builder/editor that allows you to create websites. RetroBuilder Ultra is a self-contained, browser-based website builder that recreates the authentic 90s web experience. No accounts, no cloud, no subscription β€” just open the HTML file and start building GeoCities-style pages with floating elements, MIDI audio, tiled backgrounds, and period-accurate snippets like hit counters and under construction banners. Export a single HTML file and host it anywhere. It's the anti-Webflow.

Found: February 19, 2026 ID: 3339

Manastone.ai

Product Hunt

[Build/Deploy] Launch AI apps in minutes with one-command deployment. Production-ready Next.js template with AI chat, Auth0, Stripe subscriptions, and Postgres. Plug in ChatGPT, Claude, or Gemini and deploy in 1 command.

Found: February 19, 2026 ID: 3340

Decys

Product Hunt

[Other] One structured decision per cycle β€” governance built in. Decys is a decisioning layer that diagnoses business friction points and returns one high-confidence decision β€” or tells you to do nothing. β€” Governance-first β€” Decisions respect your rules, not just vibes. β€” Purpose-built flows for Founders, Ops, Finance, People, and VC. β€” No signup required. No dashboard. Structured decision in 5 mins. β€” Enterprise-ready β€” API keys, RBAC, SSO, audit exports, tenant isolation, retention policies. β€” Integrations β€” Slack, Jira, Notion, GitHub, or Linear.

Found: February 19, 2026 ID: 3341

Clarion

Product Hunt

[Other] Turn handwritten notes into organised clarity Clarion turns handwritten notes into clear, structured, usable text in seconds. Take a photo of your notebook, planner, or whiteboard, and Clarion intelligently extracts and organises your thoughts into tasks, ideas, and notes. It can also rewrite messy notes for clarity and generate summaries instantly. Clarion helps bridge the gap between thinking on paper and taking action digitally, so your ideas don’t stay trapped in notebooks.

Found: February 19, 2026 ID: 3342

asktodo.ai

Product Hunt

[Other] 35+ Free AI Tools Create professional resumes, blog posts, social media content & more with 35+ free AI tools by asktodo.ai. No subscription required - get 5,000 free credits monthly for all productivity tools.

Found: February 19, 2026 ID: 3343
Previous Page 147 of 315 Next