Esta página se muestra en inglés. Una traducción al español está en curso.
ScriptsJul 25, 2026·3 min de lectura

Instatic — Self-Hosted Visual CMS for Static Sites

An open-source, self-hosted visual CMS that outputs clean static pages, offering an alternative to Webflow and WordPress with built-in user management, roles, plugins, and content editing.

Listo para agents

Instalación lista para agent

Este activo puede instalarse después de elegir el runtime, revisar el plan y ejecutar el comando correspondiente.

Native · 98/100Política: permitir
Superficie agent
Cualquier agent MCP/CLI
Tipo
Skill
Instalación
Single
Confianza
Confianza: Established
Entrada
Instatic
Comando de instalación directa
npx -y tokrepo@latest install 7749b8a5-8823-11f1-9bc6-00163e2b0d79 --target codex

Ejecutar después de confirmar el plan con dry-run.

Introduction

Instatic is an open-source, self-hosted visual CMS that produces clean static pages. It provides an agentic, self-hosted alternative to commercial platforms like Webflow, Framer, and WordPress, with built-in support for users, roles, plugins, content management, and databases.

What Instatic Does

  • Provides a visual page builder for creating and editing web pages without code
  • Outputs clean, static HTML/CSS pages optimized for performance and SEO
  • Includes user management with roles and permissions out of the box
  • Supports a plugin system for extending functionality
  • Offers a built-in database and content API for dynamic data

Architecture Overview

Instatic is a TypeScript-based application with a visual frontend editor and a backend that generates static output. The editor communicates with a content API that stores pages, assets, and configuration in a local database. When pages are published, the rendering engine produces optimized static HTML with inlined critical CSS. The plugin architecture allows developers to add custom components, data sources, and deployment targets.

Self-Hosting & Configuration

  • Clone the repository and run npm install to set up dependencies
  • Configure the database connection for content storage
  • Set up authentication providers for user management
  • Customize the visual editor theme and available components
  • Deploy on any server that runs Node.js or use Docker for containerized hosting

Key Features

  • Visual drag-and-drop page builder with live preview
  • Clean static output for fast loading and strong SEO
  • Built-in user management with role-based access control
  • Extensible plugin system for custom components and integrations
  • Self-hosted with full control over data and infrastructure

Comparison with Similar Tools

  • Webflow — commercial visual builder; Instatic is open-source and self-hosted
  • WordPress — PHP-based CMS; Instatic outputs static pages for better performance
  • Strapi — headless CMS without a visual builder; Instatic includes a visual editor
  • Payload CMS — Next.js headless CMS; Instatic focuses on static output with a visual builder
  • Webstudio — open-source visual builder; Instatic adds built-in user management and plugin system

FAQ

Q: Does Instatic require a server to host the output? A: The output is static HTML, so it can be hosted on any static file server, CDN, or object storage.

Q: Can I use my own CSS framework? A: Yes. The visual editor supports custom CSS and integrates with your existing stylesheet.

Q: Does it support e-commerce? A: E-commerce functionality can be added through the plugin system or by integrating with external services.

Q: How does it handle dynamic content? A: Instatic includes a content API for dynamic data. Pages can be regenerated when content changes.

Sources

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados