# Nerdit > Nerdit is the deployment and operation layer for AI-built apps, designed to be operated by agents. AI builds your app; Nerdit deploys it and keeps it online on your own hardware; your AI agent operates, monitors and repairs it while a human supervises every action. ## The story in one line AI builds it. Nerdit runs it. One command turns a folder into a live app on your own machine (secure URL, auto-restart, AI wired in). From there your agent keeps operating it. ## What an agent can do Nerdit exposes a native agent interface (MCP). Over it, your agent can: ``` deploy(app, source) -> url, version, health status(app) -> health, version, uptime logs(app, since) -> lines rollback(app, to) -> version redeploy(app) -> version audit(app, since) -> events ``` Every agent runs on a scoped token, the API is idempotent, and every action lands in an append-only audit log. A human supervises and can require approval before sensitive actions. Important: the agent diagnoses and repairs; Nerdit provides the levers (health checks, logs, rollback, redeploy). Nerdit does not repair apps by itself. ## Key facts - Category: deployment and operation layer for AI-built apps, operable by agents, self-hosted ("a PaaS you host yourself") - Agent-operable: native interface (MCP) to deploy, inspect, operate, audit, roll back, redeploy - Traceable: scoped tokens, idempotent API, full audit log; a human supervises every action - Always online: health checks, auto-restart, one-gesture rollback - Secure URL: automatic HTTPS on your network - Modular: local AI model or external API behind the same contract; the app never changes - Private by design: in full-local mode, 0 bytes leave your network - Runs on your own hardware ## Use cases - A lightweight ERP for a small team, reachable on the local network, data never in the cloud - An internal AI assistant over company documents, on a local model, nothing leaves the building - A custom app that replaces an expensive SaaS, built by AI and run on your own machine ## Status (beta) - Live today: daemon, containerized workloads, dashboard - In active development: one-command deploy, app<->model wiring, managed proxy/HTTPS, the agent interface ## Links - Website: https://nerdit.ai - For agents (structured docs): https://nerdit.ai/for-agents - GitHub: https://github.com/lwi00 - Contact: contact@nerdit.ai