Welcome to Demo Space

Get Started

This is your personal WebX11 space. Customize it to create your own website!

Open ChatStudio
🚀

Fast Setup

Create pages instantly with ChatStudio

🎨

Custom Design

Full HTML/CSS/JS control

📡

Live URL

Your site is live immediately

Quick Start Guide

  1. Click Open ChatStudio above
  2. Write or paste your HTML code
  3. Save as main.html
  4. Your site is live!

Example Code

Copy this simple template to get started:

<!DOCTYPE html> <html> <head> <title>My Site</title> <style> body { font-family: sans-serif; background: #111; color: #eee; } h1 { color: #6366f1; } </style> </head> <body> <h1>Hello World!</h1> <p>Welcome to my site.</p> </body> </html>
Create Your Page