OpenHunts
  • Winners
  • Stories
  • Pricing
  • Submit

Categories

Browse Categories

APIs & Integrations18 projectsAR/VR4 projectsArtificial Intelligence521 projectsBlockchain & Crypto15 projectsBusiness Analytics60 projectsCMS & No-Code37 projectsData Science & Analytics65 projectsDatabases15 projectsDesign Tools122 projectsDevOps & Cloud16 projectsDeveloper Tools201 projectsE-commerce54 projectsEducation Tech110 projectsFinance & FinTech48 projectsGaming Tech58 projectsGraphics & Illustration96 projectsGreen Tech4 projectsHardware4 projectsHealth Tech44 projectsInternet of Things (IoT)5 projectsMachine Learning21 projectsMarketing Tools282 projectsMobile Development22 projectsNatural Language Processing23 projectsOpen Source33 projectsPlatforms147 projectsProductivity441 projectsPrototyping5 projectsRobotics1 projectsSaaS263 projectsSales Tools34 projectsSecurity32 projectsServerless0 projectsTesting & QA10 projectsUI/UX57 projectsWearables3 projectsWeb Development190 projects

Quick Access

Trending NowBest of MonthNewsletter
OpenHunts logo

© 2025 OpenHunts. All rights reserved.

Follow us on X (Twitter)Follow us on TelegramFollow us on GiphyDomain Rating for openhunts.com

Discover

  • Trending
  • Categories
  • Submit Project

Resources

  • Pricing
  • Sponsors
  • Blog
  • Newsletter

Legal

  • Terms of Service
  • Privacy Policy
  • Legal

Links

Product HuntOpen LaunchTwelve ToolsStartup FameMagicBox.toolsFazier

Developer Tools

Random Number App logo

1. Random Number App

IntroductionThe Random Number App is a web-based tool that generates random numbers within a user-defined range. Key features include:Custom Range: Set minimum and maximum values for number generation.Number Quantity: Choose how many random numbers to generate.Exclusion: Exclude specific numbers from the generated set.Unique Numbers: Option to generate only unique numbers (no repeats).Ideal for:Developers needing test dataGamers requiring random selectionsEducators creating quizzes or assignmentsAnyone needing random numbers for decision-makingThe Random Number App offers a simple and free way to generate customized random number sequences for various applications.

Visit
1
Repohistory logo

2. Repohistory

tldr: GitHub’s built-in repo analytics sucks, so I built a better oneAs a maintainer of a few open-source projects, I’ve always wanted to better understand the traffic sources and trends for my repos. Unfortunately, GitHub’s built-in analytics only show limited data from the past 14 days, which doesn’t provide much insight.That’s why I built Repohistory, a better GitHub repo analytics platform. It automatically fetches and stores your traffic data every day, so you’re no longer limited to just 14 days. The dashboard shows you:Daily star growthTotal views & clones over timeTop referral websitesMost-viewed pages in your repoSo if you have any public repos on GitHub, Repohistory can give you a much clearer picture of your traffic trends!

Visit
13
Formedible logo

3. Formedible

Formedible is a React hook that simplifies form creation using schema validation and UI components. Key features include:Schema Validation: Built-in Zod validation for real-time error handling and type safety.Component Override: Easily replace default field components with custom implementations.Multi-Page Forms: Built-in pagination with customizable progress indicators.Custom Wrappers: Add styling, animations, or functionality to any field.Ideal for:React developers using TanStack Form and shadcn/ui.Teams needing robust, validated forms in their applications.Developers seeking a flexible and customizable form solution.Formedible streamlines form development, saving time and ensuring data integrity with its schema-driven approach and UI component integration.

Visit
6
LiteChat logo

4. LiteChat

LiteChat is a modular, extensible, and privacy-focused AI chat application designed for power users, developers, and teams. It supports multiple AI providers, advanced prompt engineering, project-based organization, and powerful developer features like virtual file systems, Git integration, and a comprehensive modding system.## ✨ Key Features### 🔒 Privacy-First Architecture- 100% Client-Side: All data stored locally in your browser using IndexedDB- No Server Dependencies: Core functionality requires no backend services- Full Data Control: Export/import your entire configuration or specific data types (conversations, projects, settings, API keys, providers, rules, tags, mods, sync repos, MCP servers, prompt templates, and agents).### 🤖 Multi-Provider AI Support- OpenRouter: Access to 300+ models through unified API- OpenAI: GPT-4x, o3-mini, o4-mini, o3, o3-pro, with reasoning and tool support- Google Gemini: Gemini Pro models with multimodal capabilities- Anthropic Claude: Sonnet, Opus, ...- Local Providers: Ollama, LMStudio, and other OpenAI-compatible APIs- Advanced Features: Streaming, reasoning, tool execution, ...### 🌐 Everyone's Favorite Features- Send text files to any LLM: Even those who say they do not support file uploads- Multimodal support: If a model support a file type, you can send it to it- Auto title generation: The AI will generate a title for your conversation- Conversation export: Export your conversation to a file- Message regeneration: When the model falls on its face, you can regenerate the message- Conversation Sync: Sync conversations with Git repositories for a "poor man" no thrill sync solution.- Prompt Library: Create, manage, and use reusable prompt templates### 💻 Power User Features- Workflow Automation: Create, save, and execute multi-step AI workflows with automated sequences, variable mapping, and intelligent orchestration- Agents: Create, manage, and use powerful AI agents and their associated tasks.- Tool System: AI can read/write files, execute Git commands, and more, including tools from MCP servers.- Text Triggers: Powerful inline commands for prompt automation (e.g., @.rules.auto;, @.tools.activate vfs_read_file;, @.params.temp 0.7;)- Race: you can send the same prompt to multiple models at once and see the results- Mermaid Diagrams: Real-time diagram rendering with full Mermaid.js support- Response editor: edit the response after it has been generated to remove the fluff and save on tokens- Rules: you can add rules to the AI to guide its behavior, tags are here to bundle rules together- Regenerate with: regenerate the message with a different model### 🛠️ Developer-Focused Features- Code Block Enhancements: Filepath syntax, individual downloads, ZIP exports- Codeblock editor: you can edit the codeblock content directly in the browser, and use it in the follow up chats !- Virtual File System: Browser-based filesystem with full CRUD operations- Git Integration: Clone, commit, push, pull directly in the browser- Structured Output: you can ask the AI to return a structured output, like a JSON, a table, a list, etc. (untested ^^')- Formedible codeblock: LLMs can use the formedible codeblock to create a form to interact with the user in a deterministice maner using the [Formedible](https://github.com/DimitriGilbert/Formedible) library.> If you have a 1000 LoC to spare, you can create you own custom Codeblock renderer see [FormedibleBlockRendererModule](src/controls/modules/FormedibleBlockRendererModule.ts) for an example.### 📁 Project Organization- Hierarchical Projects: Organize conversations in nested project structures- Per-Project Settings: Custom models, prompts, and configurations- Rules & Tags: Reusable prompt engineering with organization### 🔌 MCP (Model Context Protocol) Integration- HTTP and Stdio MCP Servers: Connect to external MCP servers via HTTP Server-Sent Events, HTTP Stream Transport and Stdio (via [node ./bin/mcp-bridge.js](./bin/mcp-bridge.js))- Automatic Tool Discovery: Tools from MCP servers are automatically available to the AI- Graceful Error Handling: Configurable retry logic with exponential backoff- Connection Management: Real-time status monitoring and manual retry capabilities- Secure Authentication: Support for custom headers and API key authentication### ⚙️ Extensibility & Customization- Modding System: Safe, sandboxed extension API for custom functionality- Control Modules: Modular UI components with clean separation of concerns- Event-Driven Architecture: Decoupled communication for maintainability- Build-Time Configuration: Ship with pre-configured setups for teams/demos- Custom Themes: Full visual customization with CSS variables

Visit
1
Mousio logo

5. Mousio

Mousio is a keyboard-based mouse control tool that allows users to move, click, and drag the mouse cursor using only the keyboard. Key features include:Keyboard-driven cursor control: Instantly move and position the mouse pointer using keyboard shortcuts.Grid navigation mode: Navigate precisely using a resizable on-screen grid.Custom Dock-style launcher: Create a customizable Dock-style panel for quick app or action access.Multi-display support: Seamlessly move the cursor across multiple monitors.Ideal for:Users with accessibility needs who have difficulty using a mouse.Developers and designers who prefer keyboard-centric workflows.Anyone looking to boost productivity and reduce mouse usage.Mousio offers a unique approach to mouse control, providing a customizable and efficient alternative to traditional mouse input.

Visit
7
ToggLit logo

6. ToggLit

ToggLit is a lean config management solution for developers. It allows you to manage environment-based JSON configurations with versioning, edge caching, and atomic rollbacks, accessible through a simple public endpoint. Key features include:**Remote Config Management:** Update configurations without redeploying your application.**Versioning & Rollbacks:** Track config changes and easily revert to previous versions.**Edge Caching:** Instantly deliver configurations with optimized performance.**Environment-Specific Configs:** Manage different configurations for various environments (dev, staging, production).Ideal for:Developers struggling with scattered .env files and hardcoded values.Teams seeking faster feature rollouts and reduced deployment cycles.Startups and small teams looking for a free and easy-to-use config management solution.ToggLit provides a single source of truth for your configurations, eliminating the need for full deployments for every config change and preventing production breaks due to inconsistent configurations.

Visit
1
Spacedrive logo

7. Spacedrive

IntroductionSpacedrive is a file manager that unifies files from all your devices and clouds into a single, easy-to-use explorer. Key features include:Unified File System: Combines local drives and cloud storage into one searchable database.Cross-Platform Access: Organize and explore files from any device.Tag-Based Organization: Use tags to categorize and quickly find files.Virtual File System (VDFS): Enables efficient storage and retrieval.Ideal for:Creators who need to manage large media libraries.Hoarders with extensive digital collections.Painfully disorganized individuals seeking better file management.Spacedrive offers a future-proof file management solution with its distributed filesystem and content addressable storage, providing a more efficient and organized way to handle your digital life.

Visit
8
VT - Minimal AI Chat logo

8. VT - Minimal AI Chat

Introducing VT Chat, a privacy-first AI chat application that keeps all your conversations local while providing advanced research capabilities and access to 15+ AI models including Claude 4 Sonnet and Claude 4 Opus, O3, Gemini 2.5 Pro and DeepSeek R1.In this version, VT+ users can now includes Gemini models & RAG without any GEMINI API KEY config. VT+ suscriber will now have unlimited access to Gemini Models (Gemini 2.5 Pro, Gemini 2.5 Flash) and Personal AI Assistant. Enjoy!Live: https://vtchat.io.vn | Source: https://github.com/vinhnx/vtchatThe core difference is true local-first architecture. All chats are stored in IndexedDB with zero server storage. Your API keys never leave your browser, and I can't see them even as the developer. You can switch between OpenAI, Anthropic, Google and other providers to compare responses, with complete data isolation for shared machines.I've added research features that I actually use daily: Deep Research does multi-step research with source verification, Pro Search integrates real-time web search, and AI Memory creates a personal knowledge base from your conversations. There's also document processing for PDFs, a "thinking mode" to see complete AI reasoning, and structured extraction to turn documents into JSON. AI-powered semantic routing automatically activates tools based on your queries.Built with Next.js 14, TypeScript, and Turborepo in a monorepo setup. Everything is fully open source for self-hosting with your own API keys. The hosted version keeps most features free, with optional VT+ for premium models and advanced research capabilities.Thank you for all your support!

Visit
11
Kaizen Agent logo

9. Kaizen Agent

Kaizen Agent is your AI agent’s built-in QA and improvement engine.It automatically generates test cases, executes them, identifies failures, and suggests or applies fixes to both code and prompts — all without human intervention.Whether you’re building retrieval agents, multi-turn assistants, or tool-using agents, Kaizen Agent continuously evaluates and enhances their behavior, architecture, and guardrails to improve reliability and generalization over time.No more manual testing. No more brittle prompts. Just better agents — on autopilot.

Visit
1
NEXTDEVKIT logo

10. NEXTDEVKIT

IntroductionNEXTDEVKIT is a full-stack OpenNext & Next.js SaaS starter kit designed to accelerate the development and deployment of production-ready SaaS applications. Key features include:Authentication: Built-in authentication system for user management.Payment Integration: Pre-configured payment processing capabilities.Database Support: Integrated database for data storage and management.Multi-Platform Deployment: Native support for Vercel, Cloudflare Workers, and AWS.Ideal for:SaaS founders and entrepreneursWeb developers seeking rapid prototypingTeams looking to streamline SaaS developmentNEXTDEVKIT offers a significant time-saving advantage by providing a comprehensive template that handles essential SaaS functionalities, allowing developers to focus on core product features and innovation.

Visit
12
PreviousPage 15 of 21Next