2 apps Voice
Home Assistant screenshot thumbnail

Home Assistant

Get ready to be the maestro of your own smart home symphony with Home Assistant! This open-source virtuoso of home automation is all about keeping things local (like your favorite coffee shop) and guarding your privacy like a digital fortress. Imagine orchestrating everything from your energy-sipping solar panels to your chatty voice assistants, all with the finesse of a custom-tailored suit. And for the security enthusiasts, it's got multi-factor authentication that's tougher to crack than a walnut in a vice. Best of all, it cozies up perfectly with a Raspberry Pi or any local server, making it the go-to conductor for your home's technological orchestra. With RepoCloud hosting, you'll be waving your baton at a fraction of the cost, without missing a beat in performance. Encore!

Deploy
Lobe Chat screenshot thumbnail

Lobe Chat

A private ChatGPT built with Next.js: Lobe Chat is the open-source AI chat interface teams self-host instead. Its main advantage is provider breadth: one interface connects to 40+ model providers, including OpenAI, Anthropic Claude, Google Gemini, Mistral, Groq, AWS Bedrock, Azure, and local models served through Ollama, so you can switch models per conversation and compare outputs. It handles multi-modal work: image recognition, image generation, text-to-speech, and speech-to-text. A plugin system based on function calling and the Model Context Protocol (MCP) adds external tools like web search and code execution. Run it in standalone mode as a single container with settings in browser storage, or in database mode with PostgreSQL and S3-compatible storage for persistent history, multi-user auth, and RAG knowledge bases built from uploaded documents with pgvector retrieval. Because tools arrive through function calling and MCP rather than a proprietary plugin format, custom internal tools can be exposed to the assistant with a standard server over STDIO or HTTP. Hundreds of pre-configured assistant roles import from the community marketplace. For teams the cost model matters: provider API keys billed per token typically undercut a ChatGPT Plus seat per person, and self-hosting keeps API keys, uploaded files, embeddings, and conversation history entirely on your own server.

Deploy