OpenTag is an open-source, self-hosted alternative to Claude for Slack. It enables users to run AI agents directly within Slack threads that can read conversations, answer queries, execute tools, and render rich, generative UI elements like tables and bar charts. Built on the CopilotKit SDK, it allows for complete ownership of the runtime and model without per-seat pricing or vendor lock-in.
- Open-source Slack AI agent
- Generative UI for rich message rendering
- Human-in-the-loop approval gates
- Multi-platform support via adapters (Discord, Telegram, WhatsApp)
- Self-hosted architecture for privacy and control
The author details their attempt to set up a private mail server using Stalwart on an Ubuntu VPS. While the configuration of essential DNS records like SPF, DKIM, and DMARC was successful and the server avoided becoming an open relay, the project failed due to ISP restrictions blocking port 25. This meant that although outgoing emails could be sent, no incoming mail could ever reach the server. The article concludes that self-hosting email is complicated by external infrastructure factors beyond a user's control, making dedicated paid services often more practical for most people.
SnapOtter is a self-hosted image manipulation tool providing over 50 tools such as resizing, cropping, and watermarking. It includes a browser-based layer editor and local AI features like background removal and upscaling that run directly on the user's hardware without an internet connection. The application supports numerous file formats, offers a REST API, and is designed for privacy by keeping all image processing within the local network via a single Docker container.
- 50+ tools including resizing, cropping, and conversion
- Browser-based layer editor with filters
- Local AI capabilities like background removal and upscaling
- Single Docker container deployment for simplicity
- Privacy focused local network processing
An overview of ESPConnect, a free self-hosted web utility used to manage and flash ESP32 microcontrollers. The tool provides detailed hardware profiling for various MCU models, allows for advanced partition management, and enables flashing firmware or creating system backups through filesystem access. It also includes essential debugging features like an NVS Inspector and a Serial Monitor.
- Detailed hardware profile generation (MAC address, memory, clock speeds)
- Partition layout modification and flash backup capabilities
- File system support including SPIFFS, LittleFS, and FATFS
- Debugging via UART logs and session history tracking
- Easy deployment on Proxmox using LXC scripts
A self-hosted, GitHub-compatible API server designed for agents, automation, and developer workflows. It allows existing GitHub clients to work with owned repositories by exposing REST v3, GraphQL v4, OAuth device flow, and Git Smart HTTP while utilizing real bare Git repositories and TiDB/MySQL-compatible storage for metadata.
Most users treat self-hosted large language models like a simple chat interface, effectively limiting their potential to basic question-and-answer tasks. The author suggests moving beyond this ChatGPT clone approach by integrating local AI as an always-on intelligence layer within your digital workflow. By treating the LLM as a backend engine rather than just a website, you can gain superior privacy and control while automating complex tasks across your files and devices.
A self-hosted tool designed to manage personal or team link collections using a version-controlled YAML file. The application serves these links as a clean, searchable web page without the need for a database.
- YAML-driven configuration for easy human-readable management
- Support for grouped links and named sections
- Client-side live search functionality
- Docker-ready deployment via official images
- Responsive design optimized for mobile and desktop
- High accessibility with a 100% Lighthouse score
- Lightweight architecture built on Flask and Tailwind CSS
SearXNG is a free and open-source metasearch engine designed to prioritize user privacy. It aggregates results from over 250 search services without tracking or profiling users. It can be used directly through public instances like those listed on searx.space, or self-hosted for complete control.
Key features include optional script and cookie handling, secure encrypted connections, and a robust development process with CI/QA and automated UI testing. The project is community-driven, welcoming contributions of all kinds, from translation improvements to bug reports and code contributions. SearXNG originated as a fork of the Searx project in mid-2021.
"Prove AI is a self-hosted solution designed to accelerate GenAI performance monitoring. It allows AI engineers to capture, customize, and monitor GenAI metrics on their own terms, without vendor lock-in. Built on OpenTelemetry, Prove AI connects to existing OpenTelemetry pipelines and surfaces meaningful metrics quickly.
Key features include a unified web-based interface for consolidating performance metrics like token throughput, latency distributions, and service health. It enables faster debugging, improved time-to-metric, and better measurement of GenAI ROI. The platform is open-source, free to deploy, and offers full control over telemetry data."
HookCats is a self-hosted webhook routing server that acts as the central hub between your infrastructure and your team chat. It receives webhooks from any supported source, formats the messages nicely, and delivers them to your preferred chat platform.