Organization homepage for Palmshed. Lists projects, applications, and repositories. Static site, no framework.
.github/site/~ the site, a set of static HTML pages served from GitHub Pages.- The authentication backend is the
palmshed/authrepository (separate Vercel project atpalmshed-auth.vercel.app). The site consumes the published@palmshed/auth-clientpackage, vendored into.github/site/assets/auth-client.js.
The site is plain HTML/CSS. Open any page in .github/site/ directly, or serve the folder:
python -m http.server -d .github/sitePushing to main deploys the site via GitHub Pages (see .github/workflows/deploy-site.yml), which publishes .github/site/.
The sign-in page supports both hCaptcha (default) and Cloudflare Turnstile. The provider is configured via CAPTCHA_PROVIDER on the auth backend. See the auth repository for setup details.