# Instead Website Pages — Master Index

**Base URL:** `https://karolinas-mac-studio.tail650f80.ts.net`
**Local:** `http://localhost:8767`
**Mac Studio path:** `/Users/karolina/clawd/website/`

Last updated: 2026-06-04

---

## Product · Entity Types

| Page | Preview Link | Status |
|------|-------------|--------|
| Individuals (1040) | [Link](https://karolinas-mac-studio.tail650f80.ts.net/pages/entity-types/individuals-1040/index.html) | Andrew reviewed, sent to Stef |
| C Corporations (1120) | [Link](https://karolinas-mac-studio.tail650f80.ts.net/pages/entity-types/c-corporations-1120/index.html) | Andrew reviewed |
| S Corporations (1120-S) | [Link](https://karolinas-mac-studio.tail650f80.ts.net/pages/entity-types/s-corporations-1120s/index.html) | Andrew reviewed |
| Partnerships (1065) | [Link](https://karolinas-mac-studio.tail650f80.ts.net/pages/entity-types/partnerships-1065/index.html) | Andrew reviewed, sent to Stef |
| Trusts & Estates (1041) | [Link](https://karolinas-mac-studio.tail650f80.ts.net/pages/entity-types/trusts-estates-1041/index.html) | Andrew reviewed |

## Product · The Agent

| Page | Preview Link | Status |
|------|-------------|--------|
| Entity Agent | [Link](https://karolinas-mac-studio.tail650f80.ts.net/pages/the-agent/entity-agent/index.html) | Andrew reviewed |
| Multi-Entity | [Link](https://karolinas-mac-studio.tail650f80.ts.net/pages/the-agent/multi-entity/index.html) | Andrew reviewed |
| Firm Agent | [Link](https://karolinas-mac-studio.tail650f80.ts.net/pages/the-agent/firm-agent/index.html) | Andrew reviewed |
| Workflows | [Link](https://karolinas-mac-studio.tail650f80.ts.net/pages/the-agent/workflows/index.html) | Andrew reviewed |
| Grids | [Link](https://karolinas-mac-studio.tail650f80.ts.net/pages/the-agent/grids/index.html) | Andrew reviewed |

## Product · Capabilities

| Page | Preview Link | Status |
|------|-------------|--------|
| Research | [Link](https://karolinas-mac-studio.tail650f80.ts.net/pages/capabilities/research/index.html) | Andrew reviewed |
| Planning | [Link](https://karolinas-mac-studio.tail650f80.ts.net/pages/capabilities/planning/index.html) | Andrew reviewed |
| Estimates | [Link](https://karolinas-mac-studio.tail650f80.ts.net/pages/capabilities/estimates/index.html) | Andrew reviewed |
| Filing | [Link](https://karolinas-mac-studio.tail650f80.ts.net/pages/capabilities/filing/index.html) | Andrew reviewed |
| Fixed Assets | [Link](https://karolinas-mac-studio.tail650f80.ts.net/pages/capabilities/fixed-assets/index.html) | Andrew reviewed |
| Resolution | [Link](https://karolinas-mac-studio.tail650f80.ts.net/pages/capabilities/resolution/index.html) | Andrew reviewed |
| Integrations | [Link](https://karolinas-mac-studio.tail650f80.ts.net/pages/capabilities/integrations/index.html) | Andrew reviewed |

## Solutions · Who It's For

| Page | Preview Link | Status |
|------|-------------|--------|
| CPA Firms | [Link](https://karolinas-mac-studio.tail650f80.ts.net/pages/solutions/cpa-firms/index.html) | Andrew approved, sent to Stef |
| Tax Preparers | [Link](https://karolinas-mac-studio.tail650f80.ts.net/pages/solutions/tax-preparers/index.html) | Andrew reviewed |
| Corporate Tax Teams | [Link](https://karolinas-mac-studio.tail650f80.ts.net/pages/solutions/corporate-tax-teams/index.html) | Andrew reviewed |
| Family Offices | [Link](https://karolinas-mac-studio.tail650f80.ts.net/pages/solutions/family-offices/index.html) | Andrew reviewed |
| Businesses | [Link](https://karolinas-mac-studio.tail650f80.ts.net/pages/solutions/businesses/index.html) | Andrew reviewed |
| High Net Worth Individuals | [Link](https://karolinas-mac-studio.tail650f80.ts.net/pages/solutions/hnw-individuals/index.html) | Andrew reviewed |

## Pricing

| Page | Preview Link | Status |
|------|-------------|--------|
| Pricing | [Link](https://karolinas-mac-studio.tail650f80.ts.net/pages/pricing/index.html) | In progress |

---

## Folder Structure

```
website/
├── README.md                              ← this file
├── templates/                             ← page templates
├── shared/                                ← shared components (e-file, CTA, etc.)
├── pages/
│   ├── entity-types/                      ← Product · Entity Types
│   │   ├── individuals-1040/
│   │   │   ├── index.html                 ← latest code
│   │   │   └── content.md                 ← content spec
│   │   ├── c-corporations-1120/
│   │   ├── s-corporations-1120s/
│   │   ├── partnerships-1065/
│   │   └── trusts-estates-1041/
│   ├── the-agent/                         ← Product · The Agent
│   │   ├── entity-agent/
│   │   ├── multi-entity/
│   │   ├── firm-agent/
│   │   ├── workflows/
│   │   └── grids/
│   ├── capabilities/                      ← Product · Capabilities
│   │   ├── research/
│   │   ├── planning/
│   │   ├── estimates/
│   │   ├── filing/
│   │   ├── fixed-assets/
│   │   ├── resolution/
│   │   └── integrations/
│   ├── solutions/                         ← Solutions · Who It's For
│   │   ├── cpa-firms/
│   │   ├── tax-preparers/
│   │   ├── corporate-tax-teams/
│   │   ├── family-offices/
│   │   ├── businesses/
│   │   └── hnw-individuals/
│   └── pricing/
```

## How It Works

- **Change one page:** Edit `pages/<section>/<page>/index.html`, refresh the preview link
- **Change content spec:** Update `pages/<section>/<page>/content.md`
- **Change across all pages:** Edit `shared/` component, regenerate all pages
- **New page:** Copy from `templates/`, customize, add to this README
- **Stef needs files:** Zip the `index.html` from each folder she needs
