Source for purpledirective.com — clinical research SOPs, CTMS, and consulting.
- Astro 5 — static site generator
- Vanilla CSS — no frameworks
- Cloudflare Pages — hosting and CDN
- Auto-deploys on push to
main
- / — Landing page
- /about — Background and team
- /blog — Clinical research and technical writing
- /shop — SOP bundle purchase
npm install
npm run dev # localhost:4321
npm run build # production build to ./dist/
npm run preview # preview production buildAdd new posts to src/content/blog/:
---
title: "Post Title"
date: 2026-03-04
summary: "One-line summary"
tags: ["clinical-research", "sops"]
---
Post content here.Proprietary. See LICENSE.