Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 930 Bytes

File metadata and controls

28 lines (18 loc) · 930 Bytes

Dr. Claw Website

Marketing website for Dr. Claw — an AI research assistant that takes you from idea to paper.

Live site: https://openlair.github.io

Structure

index.html    — Single-page site (all sections)
style.css     — Dark/light theme, responsive layout, animations
script.js     — Theme toggle, terminal typing animation, lightbox
assets/       — Logo, favicon, screenshots, agent icons
.nojekyll     — Tells GitHub Pages to skip Jekyll processing

Local Preview

Open index.html in any browser. No build step required.

Deployment

This site is deployed via GitHub Pages from the main branch. Push to main and it goes live automatically.

Related