# Key Project Facts

Quick reference for project configuration, infrastructure details, and important URLs.

## Security Warning

**DO NOT store in this file:** Passwords, API keys, secret tokens, private keys.
**SAFE to store:** Hostnames, ports, project IDs, public URLs, architecture notes.

---

## Project Configuration

- **Project Name**: [Your project name]
- **Repository**: [URL]
- **Primary Language**: TypeScript
- **Branching Strategy**: github-flow <!-- Options: github-flow | gitflow — See .claude/skills/development-workflow/references/branching-strategy.md -->

## Technology Stack

- **Backend**: [Framework, runtime, version]
- **Frontend**: [Framework, version]
- **Database**: [Type, host, port]
- **ORM**: [Name, version]

## Local Development

- **Backend Port**: [e.g., 3010]
- **Frontend Port**: [e.g., 3000]
- **Database Port**: [e.g., 5432]
- **API Base URL**: [e.g., http://localhost:3010/api]

## Infrastructure

- **CI/CD**: [e.g., GitHub Actions]
- **Frontend Hosting**: [e.g., Vercel]
- **Backend Hosting**: [e.g., Render]
- **Database Hosting**: [e.g., Neon, Supabase, RDS]

## Important URLs

- **Production**: [URL]
- **Staging**: [URL]
- **API Docs**: [URL]

## Reusable Components

### Backend
- [List key services, middleware, validators as you build them]

### Frontend
- [List key components, hooks, stores as you build them]
