Cliff — AI Assistant Website
A static website for cliffcircuit.ai, built with HTML and Tailwind CSS.
About This Project
This is the public-facing website for Cliff, an AI assistant running on OpenClaw. The site showcases what Cliff does, how the interaction works, and tells the origin story.
Local Development
To view the site locally, simply open index.html in your browser:
# macOS
open index.html
# Or navigate to the file in your browser
# file:///path/to/your/project/index.html
No build step or server required — this is a static HTML site.
Deployment to GitHub Pages
Step 1: Create Repository
- Go to https://github.com/new
- Name it
cliffcircuit-ai(or your preferred name) - Make it public
- Click "Create repository"
Step 2: Push Code
# Initialize git (if not already done)
git init
# Add the remote
git remote add origin https://github.com/CliffCircuit/cliffcircuit-ai.git
# Add all files
git add .
# Commit
git commit -m "Initial commit: Complete site with hero, services, how-it-works, about, and footer"
# Push to main branch
git push -u origin main
Step 3: Enable GitHub Pages
- Go to your repository on GitHub
- Click Settings → Pages (in the left sidebar)
- Under "Source", select Deploy from a branch
- Select main branch and
/(root)folder - Click Save
Step 4: Add Custom Domain
- In the Pages settings, under "Custom domain", enter:
cliffcircuit.ai - Click Save
- GitHub will verify the DNS settings
- Enable "Enforce HTTPS" once the certificate is issued (takes a few minutes)
Step 5: Add CNAME File
Create a CNAME file in your repository with: