Update the chat page to market Hesychia (features, pricing TBD, links) #22

Open
opened 2026-07-29 05:39:43 -07:00 by westfarn · 0 comments
Owner

Summary

The chat product is now branded Hesychia and is marketed at https://aimloperations.com/hesychia (replacing chat.aimloperations.com / the earlier hesychia.ai launch URL). The marketing page at /chat still uses the generic "Secure AI Chat" framing, links to the old domain, and quotes a $10 / user / month price that is not final. Rewrite the page around the Hesychia brand, its real feature set, and a pricing block we can fill in once pricing is decided — and serve it at /hesychia.

Product repos for reference: chat_web_app (frontend, README.md has the brand/domain notes) and chat_backend.

Scope

Primary file: company_site/public/templates/public/chat.html (route/URL should become /hesychiahttps://aimloperations.com/hesychia). Supporting changes in company_site/public/seo.py (chat/hesychia entry), base.html nav label, and the home page service cards in new_index.html / index.html.

Branding and links

  • Title/meta/hero should say Hesychia and explain the name (from hesychia: quiet, stillness, rest) — a calm AI assistant workspace.
  • Point all CTAs (Launch Chat, Start Your Free Trial) at https://aimloperations.com/hesychia instead of https://chat.aimloperations.com or https://hesychia.ai. Keep the existing data-tianji-event="external_launch" attributes so product click-through tracking stays intact.
  • Update the page metadata in seo.py (title/description, path) to match the new positioning and /hesychia URL.
  • Confirm whether the nav item and home-page card should read "Hesychia" rather than "Chat" — recommend yes, so the brand is discoverable. Nav/home links should target /hesychia.

Features section

Replace the three generic cards (Total Privacy / Smart File Analysis / High Performance) with the actual product feature set. Verify each against the product before publishing; candidates from the current app:

  • Private, hosted deployment — data stays on our infrastructure, never sold or used for training
  • Document and file analysis in-conversation
  • Multiple model options behind one interface
  • SSO via Google and Microsoft
  • Android app (Capacitor build, display name Hesychia); iOS later
  • Privacy-respecting analytics with an explicit consent banner

Pricing section — TBD

  • Remove the hardcoded $10 / user / month figure; it is not the committed price.
  • Put a placeholder in its place: "Pricing" heading with a short "Pricing is being finalized — contact us for early access / beta pricing" line and a CTA to {% url 'contact' %}.
  • Leave a TODO comment in the template marking where per-tier pricing goes so the final numbers are a one-place edit.
  • Follow-up needed from whoever owns pricing: tier names, per-seat vs flat, free trial length, self-hosted vs hosted split.

Notes

  • The API hosts are still *.chatbackend.aimloperations.com until the server-infra / DNS cutover, so verify https://aimloperations.com/hesychia resolves and serves the intended experience before shipping the link change. If it isn't live yet, gate this ticket on that cutover or keep the old link with everything else updated.
  • company_site/public/templates/public/llms.txt and the hero screenshot (static/public/img/chat_dashboard.png, chat_screenshot.png) should be refreshed if they show the old branding.

Acceptance criteria

  • /hesychia (https://aimloperations.com/hesychia) presents the product as Hesychia, with accurate feature cards
  • All CTAs link to https://aimloperations.com/hesychia (or the link change is explicitly deferred until that path is live)
  • No hardcoded price on the page; TBD pricing block with a contact CTA
  • seo.py metadata, nav label, and home-page card reflect the new branding and /hesychia URL
  • Tianji external_launch tracking attributes preserved
  • Screenshots show current UI, public app tests pass
## Summary The chat product is now branded **Hesychia** and is marketed at **https://aimloperations.com/hesychia** (replacing `chat.aimloperations.com` / the earlier `hesychia.ai` launch URL). The marketing page at `/chat` still uses the generic "Secure AI Chat" framing, links to the old domain, and quotes a `$10 / user / month` price that is not final. Rewrite the page around the Hesychia brand, its real feature set, and a pricing block we can fill in once pricing is decided — and serve it at `/hesychia`. Product repos for reference: [chat_web_app](https://git.aimloperations.com/ai_ml_operations/chat_web_app) (frontend, `README.md` has the brand/domain notes) and [chat_backend](https://git.aimloperations.com/ai_ml_operations/chat_backend). ## Scope Primary file: `company_site/public/templates/public/chat.html` (route/URL should become `/hesychia` → `https://aimloperations.com/hesychia`). Supporting changes in `company_site/public/seo.py` (chat/hesychia entry), `base.html` nav label, and the home page service cards in `new_index.html` / `index.html`. ### Branding and links - Title/meta/hero should say Hesychia and explain the name (from *hesychia*: quiet, stillness, rest) — a calm AI assistant workspace. - Point all CTAs (`Launch Chat`, `Start Your Free Trial`) at `https://aimloperations.com/hesychia` instead of `https://chat.aimloperations.com` or `https://hesychia.ai`. Keep the existing `data-tianji-event="external_launch"` attributes so product click-through tracking stays intact. - Update the page metadata in `seo.py` (title/description, path) to match the new positioning and `/hesychia` URL. - Confirm whether the nav item and home-page card should read "Hesychia" rather than "Chat" — recommend yes, so the brand is discoverable. Nav/home links should target `/hesychia`. ### Features section Replace the three generic cards (Total Privacy / Smart File Analysis / High Performance) with the actual product feature set. Verify each against the product before publishing; candidates from the current app: - Private, hosted deployment — data stays on our infrastructure, never sold or used for training - Document and file analysis in-conversation - Multiple model options behind one interface - SSO via Google and Microsoft - Android app (Capacitor build, display name Hesychia); iOS later - Privacy-respecting analytics with an explicit consent banner ### Pricing section — TBD - Remove the hardcoded `$10 / user / month` figure; it is not the committed price. - Put a placeholder in its place: "Pricing" heading with a short "Pricing is being finalized — contact us for early access / beta pricing" line and a CTA to `{% url 'contact' %}`. - Leave a `TODO` comment in the template marking where per-tier pricing goes so the final numbers are a one-place edit. - Follow-up needed from whoever owns pricing: tier names, per-seat vs flat, free trial length, self-hosted vs hosted split. ## Notes - The API hosts are still `*.chatbackend.aimloperations.com` until the `server-infra` / DNS cutover, so verify `https://aimloperations.com/hesychia` resolves and serves the intended experience before shipping the link change. If it isn't live yet, gate this ticket on that cutover or keep the old link with everything else updated. - `company_site/public/templates/public/llms.txt` and the hero screenshot (`static/public/img/chat_dashboard.png`, `chat_screenshot.png`) should be refreshed if they show the old branding. ## Acceptance criteria - [ ] `/hesychia` (https://aimloperations.com/hesychia) presents the product as Hesychia, with accurate feature cards - [ ] All CTAs link to `https://aimloperations.com/hesychia` (or the link change is explicitly deferred until that path is live) - [ ] No hardcoded price on the page; TBD pricing block with a contact CTA - [ ] `seo.py` metadata, nav label, and home-page card reflect the new branding and `/hesychia` URL - [ ] Tianji `external_launch` tracking attributes preserved - [ ] Screenshots show current UI, `public` app tests pass
westfarn changed title from Update the chat page to market Hesychia.ai (features, pricing TBD, links) to Update the chat page to market Hesychia (features, pricing TBD, links) 2026-08-04 11:20:53 -07:00
Sign in to join this conversation.
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ai_ml_operations/company_site#22