Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ out
.deploy
.logs
*.tsbuildinfo
.gstack/
31 changes: 24 additions & 7 deletions CLAUDE.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,34 @@
# Knowcap Landing Page
# Knowcap Marketing Page

## What This Is
Marketing landing page for Knowcap (knowcap.ai). Deployed on Vercel, auto-deploys from `main`.
Brand + marketing + website for Knowcap (knowcap.ai). Renamed from `knowcap-landing` on 2026-06-01.

- **Repo:** Knowcap-V2/knowcap-landing
The website lives in `app/`. Everything else is brand/marketing surface area.

- **Repo:** Knowcap-V2/knowcap-marketing
- **Stack:** Next.js 14, Tailwind, deployed via Vercel
- **Vercel project:** `app` on team `hsa-smetoolsios-projects`
- **Root directory on Vercel:** `app/` (the Next.js subfolder, not repo root)
- **Domain:** knowcap.ai (Cloudflare → Vercel)

## Where things live

| What | Where |
|---|---|
| Website code | `app/` (Next.js) |
| Shipped blog posts | `app/content/blog/*.md` |
| Brand DNA | `brand/` (VISION, POSITIONING, MOAT, STRATEGY, PRODUCT, personas, decisions, design-explorations, legacy) |
| Marketing research | `research/` (audits/, data/, competitors/) |
| Campaigns | `campaigns/` (stratdev/, landing-pages/, linkedin-outbound, meta-paid-sprint) |
| Content drafts | `content-pipeline/` (strategy/, drafts/, ideas/, video/) |
| Strategy | `strategy/` (gtm-strategy.md, june-2026-gtm-game.md) |

## Design System
Always read DESIGN.md before making any visual or UI decisions.
All font choices, colors, spacing, and aesthetic direction are defined there.
Do not deviate without explicit user approval.
In QA mode, flag any code that doesn't match DESIGN.md.
Always read `DESIGN.md` (or `DESIGN-E.md` for the /e variant) before making any visual or UI decisions.
Font choices, colors, spacing, and aesthetic direction are defined there.

## Vision / brand DNA
`brand/VISION.md` is the source of truth for everything Knowcap means. Cited by every feat() PR body in the main `knowcap` repo via full GitHub URL.

## Branch Rules
Same as all Knowcap-V2 repos: never push to main. Branch + PR only.
Expand All @@ -24,6 +39,8 @@ Same as all Knowcap-V2 repos: never push to main. Branch + PR only.
- `app/components/navbar.tsx` — sticky nav with logo, links, theme dots
- `app/components/hero-section-general.tsx` — dark hero section
- `app/next.config.js` — has `ignoreBuildErrors: true` (legacy API routes have TS errors)
- `app/app/robots.ts` — origin robots.txt overrides Cloudflare's managed AI-bot block
- `app/app/sitemap.ts` — sitemap incl. /for/* and /compare/* sub-pages

## Skill routing

Expand Down
100 changes: 0 additions & 100 deletions EMAIL_SETUP.md

This file was deleted.

88 changes: 0 additions & 88 deletions GMAIL_SETUP_GUIDE.md

This file was deleted.

Binary file removed GMAIL_SETUP_GUIDE.pdf
Binary file not shown.
Loading