About Uplive
Uplive is the company's publishing platform. Anyone in the company can write articles:
- Developers: push markdown files directly to the repo via Git.
- Non-developers: write in ClickUp, then submit via GitHub PR (no terminal required).
Design system
All articles share a consistent design via shared components. Edit
src/layouts/BaseLayout.astro, src/styles/global.css,
and src/components/ArticleCard.astro to change design across the
whole site.
Deploy
Auto-deployed to Cloudflare Pages on push to main. Every PR gets a
unique preview URL.