Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.66 KB

File metadata and controls

38 lines (26 loc) · 1.66 KB

About Site

This subproject contains the public Bitsocial landing/about site served from https://bitsocial.net/.

What Lives Here

  • React application source in about/src
  • Static assets and translations in about/public
  • Vite and Tailwind config for the public site

Important Notes

  • This folder is intentionally named about, not landing-page.
  • Its long-term role is the Bitsocial landing/about site, not the permanent home for the project catalog or the blog.
  • /projects already exists here as the public project catalog, and /apps/:slug handles app detail pages, but both should still be treated as a future separate subproject.
  • /blog may exist in the current web app during the transition, but it should also be treated as a future separate subproject.
  • The repo root orchestrates installs and top-level quality checks. Use the root README.md for the canonical command list.
  • For source-tree rules, read about/src/AGENTS.md.

Newsletter Env Vars

The newsletter box stays disabled unless the build includes:

VITE_NEWSLETTER_SUBSCRIBE_URL=https://newsletter.bitsocial.net/api/bitsocial/subscribe
VITE_NEWSLETTER_LIST_UUIDS=<list-uuid>

The subscribe URL should point at the Bitsocial newsletter gateway, not raw listmonk, so server-side delivery providers and welcome emails can change without touching the frontend.

Optional:

VITE_NEWSLETTER_CONFIRMATION_REQUIRED=false

Set VITE_NEWSLETTER_CONFIRMATION_REQUIRED=true only when the backend really uses a double opt-in flow. Leave production envs unset until the listmonk SMTP flow is ready. Use preview-only build envs when testing.