Openpage banner
buildingopen buildingopen

Openpage

AI community

Description

Open-source website builder with visual drag-and-drop editor, AI site generation, and JSON-first architecture. Self-hosted alternative to Framer, Lovable, v0. React 19 + TypeScript + Tailwind CSS.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

OpenPage: Open-Source AI Website Builder

**OpenPage is an open-source website builder that uses JSON as the single source of truth.** It combines a Framer-like visual drag-and-drop editor with AI-powered site generation, producing websites that are fully described by a structured, typed JSON config. Unlike code generators (Lovable, v0, Bolt) that produce fragile output, or visual editors (Framer, Webflow) that lock you into proprietary formats, OpenPage gives both humans and AI agents a shared, predictable interface to build and edit websites.

[![MIT License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE) [![TypeScript](https://img.shields.io/badge/TypeScript-5.9-blue.svg)](https://www.typescriptlang.org/) [![React](https://img.shields.io/badge/React-19-61dafb.svg)](https://react.dev/) [![Tailwind CSS](https://img.shields.io/badge/Tailwind_CSS-4-38bdf8.svg)](https://tailwindcss.com/)

**[Live Demo](https://openpage-phi.vercel.app)** · [Quick Start](#quick-start) · [Blocks](#blocks) · [API](#api) · [Themes](#themes) · [FAQ](#faq)

OpenPage open-source website builder showing the visual drag-and-drop editor with block layers, live canvas preview, 10 theme presets, and JSON config panel

Features

  • Visual drag-and-drop editor with real-time preview, block reordering, and inline editing
  • AI website generation from a text prompt via Gemini (POST a prompt, get back a complete site)
  • 19 block types, 42 layout variants covering navbars, heroes, features, pricing, testimonials, FAQs, and more
  • 10 built-in theme presets with full customization (colors, fonts, border radius, spacing)
  • One-click HTML export producing a standalone, self-contained file with zero runtime dependencies
  • JSON-first architecture where every edit (visual or AI) produces clean, diffable, version-controllable JSON
  • Self-hosted and open source under the MIT license,