Working product name. A social app where connections stay limited to people you actually know, enforced through verified phone numbers and discovery by phone.
Live site: nomisocial.xyz
Documentation is the source of truth while the monorepo is still empty. Start here:
- Documentation index — reading order, glossary, and map of all specs.
Work is tracked in GitHub Issues. Use a branch per change (for example feature/12-short-description or issue/12), open a pull request to merge, and reference the issue in the PR body (Fixes #12 or Closes #12 so the issue closes when the PR lands).
Typical tooling: Git, GitHub CLI (gh auth login to this repo), and optional Figma MCP in Cursor for design-related work.
Planned layout: application code will live under apps/ and shared packages under packages/ when implementation begins.