Pleng: Self-Hosted Cloud Platform with AI-Driven Infrastructure Management

Pleng is a self-hosted cloud platform driven by an AI agent designed to simplify infrastructure deployment and management. The tool addresses what the creator calls "localhost syndrome"—the friction of manually setting up VPS, Docker, Traefik, and SSL certificates that often prevents side projects from reaching production.
How It Works
You install Pleng with a single command on a fresh Ubuntu VPS. Instead of using a dashboard, you manage your entire infrastructure through a Telegram bot using natural language commands. For example, you can text the bot: "Deploy the main branch of this GitHub repo to mydomain.com" or "Why is my app crashing?". The AI agent then handles cloning, Docker containers, reverse proxy setup, SSL configuration, and log reading.
Security Architecture
The creator acknowledges the security concerns of giving an AI root server access. Pleng addresses this with strict isolation measures:
- The agent runs inside a heavily sandboxed Docker container
- It has NO access to the host machine, NO sudo privileges, and NO access to the Docker socket
- It can only affect infrastructure by calling a separate platform API over HTTP
- It uses a deterministic CLI tool under the hood that can deploy, restart, fetch logs, or read metrics, but cannot execute destructive commands like
rm -rf /
Current Features
- Deploy from GitHub (public or private repos) or local directories
- Automated Traefik routing with Let's Encrypt SSL certificates
- Built-in basic analytics for pageviews and visitors
- Automated backups, health monitoring, and log inspection directly in the chat interface
The tool is licensed under AGPL-3.0 and represents an early version built primarily to solve the creator's own deployment challenges. It's positioned as useful for indie hackers and developers who want to push projects to production with minimal friction.
📖 Read the full source: r/openclaw
👀 See Also

Databasus PostgreSQL Backup Tool Gains Anthropic Open Source Support
Anthropic has recognized the open source database backup tool Databasus through their Claude for Open Source program, providing maintainers with free access to Claude Max. The tool supports PostgreSQL, MySQL, MariaDB, and MongoDB with scheduled backups, 70+ storage destinations, and AES-256-GCM encryption.

Introducing Swarmhook: Free and Open Source Webhooks for Your Bot
Swarmhook.com offers free and open source webhooks to effectively manage events for your bots, streamlining automation and response capabilities.

Developer builds AI framework with 17 biological principles using Claude Code
A developer created an AI framework called Cognitive Sparks by implementing 17 biological principles like threshold firing and Hebbian plasticity, based on the 1999 book 'Sparks of Genius.' The entire project—22 design docs and 3,300 lines of code—was built in one day using Claude Code, with no human-written code.

motif MCP gives Claude Code video-watching ability for UI bug reproduction
motif is an MCP server that lets Claude Code watch screen recordings of UI bugs, using Gemini 2.5 Flash frame-by-frame analysis to return visual descriptions, root causes, and diffs. Setup requires a Gemini API key and two lines in mcp.json.