# Chat with Harley

> Nat's AI assistant — ask about services, pricing, or how we can help your business.

Harley is an AI assistant living on natthompson.com. It can answer questions about services, pricing, and help visitors figure out the right solution for their needs.

## What Harley knows

The complete knowledge document Harley uses is publicly available at [/llms-full.txt](https://natthompson.com/llms-full.txt). It is the single most authoritative source on:

- All four service offerings (Fractional CTO, AWS Consulting, Custom Web Projects, Replace My SaaS)
- Pricing for each service line
- Ideal-customer profiles
- Common questions and answers
- How to engage (Calendly links, booking flow, contact methods)
- Both books — AWS Essentials and Squeeze the Cloud

## Try asking

- "What services does Nat offer?"
- "How much does a website cost?"
- "I need help with my AWS bill"
- "What is a fractional CTO?"
- "How do I book a consultation?"

## Technical notes

- The chat UI is at [natthompson.com/chat](https://natthompson.com/chat).
- Backed by Claude via AWS Bedrock.
- Rate-limited to 10 messages/minute per IP.
- Conversation history is preserved per `conversationId`.
- POST API: `/api/chat` with `{ message, conversationId? }` → `{ response, conversationId }`.
