# DCS AI — Press Kit

This press kit contains everything a journalist, analyst, or content creator needs to write accurately about DCS AI Technologies.

**Last updated:** May 21, 2026

---

## How to use this kit

1. **Read `BOILERPLATE.md`** for pre-approved company and founder descriptions in 3 lengths
2. **Use the SVG/PNG assets** in `assets/` for logos, screenshots, and OG images
3. **Read `QUOTES.md`** for pre-approved quotable statements from the founder
4. **Verify any claim** at the URLs in `VERIFIABLE_LINKS.md` before publishing
5. **Email press@dcsai.ai** for any clarification, interview, or embargoed angle

---

## Contents

```
press-kit/
├── README.md                    ← This file
├── BOILERPLATE.md               ← Company + founder bios (3 lengths each)
├── QUOTES.md                    ← Pre-approved quotable statements
├── VERIFIABLE_LINKS.md          ← Every claim → URL mapping
├── FACT_SHEET.md                ← One-page fact list for reporters
├── assets/
│   ├── dcsai-wordmark-dark.svg
│   ├── dcsai-wordmark-light.svg
│   ├── dcsai-mark.svg
│   ├── dcslabs-wordmark-dark.svg
│   ├── dcslabs-wordmark-light.svg
│   ├── og-launch.png            ← 1200×630 OG share image (built from og-launch.svg)
│   ├── founder-photo.jpg        ← Founder headshot (TODO: add real photo)
│   └── product-screenshots/
│       ├── dcslabs-stats.png    ← Screenshot of /stats dashboard
│       ├── dcslabs-mint.png     ← Screenshot of /mint funnel
│       ├── dcslabs-standard.png ← Screenshot of /standard spec page
│       └── basescan-contract.png ← Screenshot of contract on Basescan
└── PDFs/
    ├── DCS_AI_Investor_OnePager.pdf
    ├── Investor_Package.pdf
    └── DCS_Labs_Project_Fifty_v3.pdf
```

---

## Bundled ZIP (single-file download for press)

The full kit is available as a single ZIP at:
**https://dcsai.ai/brand/dcs-press-kit.zip**

This is what the press kit page (dcsai.ai/press) downloads link to.

To build the ZIP locally:

```bash
cd "~/dcsai/dcsai-corporate-site"
zip -r press-kit/dcs-press-kit.zip press-kit/ -x "press-kit/dcs-press-kit.zip" "*.DS_Store"

# Verify
unzip -l press-kit/dcs-press-kit.zip
# Should show ~20+ files including all SVGs, the README, BOILERPLATE, and PDFs

# Move into web-serving location
mv press-kit/dcs-press-kit.zip brand/dcs-press-kit.zip
```

After this is in place, `https://dcsai.ai/brand/dcs-press-kit.zip` is downloadable from the press page.

---

## Contact for press

- **Press:** press@dcsai.ai
- **Founder direct (urgent only):** founder@dcsai.ai
- **Response SLA:** 4 hours during IST business hours; same-day otherwise
- **For interview booking:** include 2-3 timezone-friendly windows in your initial email
- **For embargo discussions:** include your outlet, target publish date, and proposed angle
