OpenHunts
  • Explore
  • Stories
  • Submit
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

Explore Products by Category

Discover the best tools and software organized by theme

🔧

Development

  • Best Developer Tools & Code EditorsDiscover the best developer tools and code editors used by professional programmers
  • API Development & Integration ToolsFind powerful API development and integration tools for seamless connectivity
  • Open Source Software & Free AlternativesExplore open source software and free alternatives to popular commercial tools
  • Web Development Frameworks & ToolsModern web development frameworks and tools for building amazing websites
  • Mobile App Development PlatformsMobile app development platforms and tools for iOS and Android
  • Testing Tools & Quality Assurance SoftwareTesting tools and quality assurance software for reliable applications
🤖

AI & Data Science

  • AI Tools & Artificial Intelligence PlatformsCutting-edge AI tools and artificial intelligence platforms for businesses
  • Machine Learning Libraries & ML FrameworksMachine learning libraries and frameworks for data scientists
  • Data Science & Analytics Visualization ToolsData science and analytics tools for insights and visualization
  • Natural Language Processing & Text Analysis ToolsNatural language processing and text analysis tools for content understanding
  • Business Intelligence & Analytics DashboardsBusiness intelligence and analytics dashboards for data-driven decisions
  • Database Management & Analytics SystemsDatabase management systems and analytics tools for data storage
🎨

Design & Creative

  • Design Software & Creative Digital ToolsProfessional design software and creative tools for digital artists
  • UI/UX Design Tools & User Experience PlatformsUI/UX design tools and user experience platforms for better interfaces
  • Prototyping Tools & Wireframe Design SoftwarePrototyping and wireframe tools for design validation and testing
  • Graphic Design & Digital Illustration SoftwareGraphic design and digital illustration software for creative professionals
  • No-Code Platforms & Content Management SystemsNo-code platforms and content management systems for easy website creation
  • AR/VR Development Tools & Metaverse PlatformsAR/VR development tools and metaverse platforms for immersive experiences
📊

Business & Marketing

  • SaaS Products & Business Software SolutionsSaaS products and business software solutions for modern companies
  • Digital Marketing Tools & Automation PlatformsDigital marketing tools and automation platforms for growth
  • Sales CRM & Lead Generation SoftwareSales CRM and lead generation tools for revenue growth
  • Productivity Apps & Workflow Management ToolsProductivity apps and workflow management tools for efficient work
  • FinTech Solutions & Financial Management ToolsFinTech solutions and financial management tools for businesses
  • E-commerce Platforms & Online Store BuildersE-commerce platforms and online store builders for digital commerce
🚀

Next-Gen Tech

  • Blockchain Development Tools & Crypto PlatformsBlockchain development tools and cryptocurrency platforms for Web3
  • Game Development Tools & Gaming PlatformsGame development tools and gaming platforms for creators and players
  • Education Technology & E-Learning PlatformsEducation technology and e-learning platforms for modern learning
  • Health Technology & Medical Software SolutionsHealth technology and medical software solutions for better healthcare
  • Green Technology & Sustainable Tech SolutionsGreen technology and sustainable tech solutions for environmental impact
  • IoT Devices & Internet of Things PlatformsIoT devices and Internet of Things platforms for connected experiences
⚡

Infrastructure & Hardware

  • DevOps Tools & Cloud InfrastructureDevOps tools and cloud infrastructure solutions for modern development
  • Development Platforms & Infrastructure ServicesDevelopment platforms and infrastructure services for scalable applications
  • Serverless Computing & Cloud FunctionsServerless computing and cloud functions for scalable applications
  • Cybersecurity Tools & Privacy SoftwareCybersecurity tools and privacy software for digital protection
  • Hardware Products & Electronic DevicesInnovative hardware products and electronic devices for modern life
  • Robotics Technology & Automation SystemsRobotics technology and automation systems for various industries

Badges

Fazier badgeOpenHunts - Launch and hunt products openly | Product HuntOpen LaunchFeatured on Twelve ToolsFeatured on Startup FameFeatured on MagicBox.tools

Dimitri Gilbert

@dimitri-gilbert

1
Project
1
Upvotes Received
0
Upvotes Given

Profile URL

openhunts.com/profile/dimitri-gilbert

Projects

LiteChat

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

Active Launch