This repo previously held the built output (_site/) of the Lucid Computing marketing website, force-pushed by .github/workflows/website-deploy.yml from the monorepo. GitHub Pages served lucidcomputing.ai from here.
As of 2026-04-28, this repo is no longer used. The production website moved to:
- Source — https://github.com/Lucid-Computing/lucid-computing.github.io
- Hosting — Cloudflare Pages (auto-builds from the source repo above)
- Live URL — https://lucidcomputing.ai (unchanged)
Reasons for the move:
- Eliminated the force-push artifact pattern — source now builds and deploys directly.
- Restored the Pages CMS workflow (broken since the April 15 deploy-target migration).
- Added native staging environment + automatic PR previews (Cloudflare Pages features unavailable on GitHub Pages).
- Moved developer documentation to its own subdomain — https://docs.lucidcomputing.ai (built from
packages/external/lucid-docs/in the monorepo).
This repo is being archived for historical reference. No further changes will be merged or deployed from here.