Instatic is a self-hosted visual content management system that combines editing, content, publishing, media, authentication, and forms in one Bun server. Its canvas supports responsive breakpoint editing, reusable components, templates, loops, design tokens, and structured content collections. An AI agent can build or modify editable page nodes using OpenAI, Claude, OpenRouter, or local Ollama models. Publishing generates semantic HTML and compact CSS, with static pages written to disk instead of shipping the editor runtime to visitors. Teams can manage roles, two-factor authentication, audit logs, versioned content, media usage, and form submissions. Plugins run backend code in permission-controlled QuickJS-WASM sandboxes and can add routes, modules, jobs, storage, and admin pages. The project supports SQLite or PostgreSQL and can be deployed through Railway, Render, Docker, or a personal server.
Features
- Responsive visual page editing
- AI-assisted editable page creation
- Semantic static HTML publishing
- Structured content and media management
- Sandboxed permission-based plugins
- SQLite and PostgreSQL deployment