Marketing website for Lyzor Therapeutics — rapid, personalized therapy for hard-to-treat infections.
- / — Home
- /contact — Contact
- /journal — Journal / blog
The site is designed and edited in Framer, then exported as static HTML and deployed to Cloudflare Pages.
All editing happens in Framer. This repo includes a Framer MCP
integration (.mcp.json) that allows editing the Framer project directly from
Claude Code.
To use the MCP integration:
- Open the Framer project
- Press Cmd-K, search "MCP", and open the plugin
- Run Claude Code from this repo — the MCP tools will be available automatically
python3.13 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txtAfter publishing changes in Framer, activate the venv and run the build pipeline:
source .venv/bin/activate
python build.pyThis downloads the published pages, cleans them up (removes Framer branding, extracts styles into CSS
files), and outputs deployment-ready files to site/.
Upload the contents of site/ as a new deployment on Cloudflare Pages.
