From 70cf6148ce33639f7eafa410af49ff8b07ebcdb5 Mon Sep 17 00:00:00 2001 From: Giorgio Gilestro Date: Tue, 26 May 2026 00:33:23 +0200 Subject: [PATCH] =?UTF-8?q?pricing:=20reflect=20what's=20actually=20shippe?= =?UTF-8?q?d=20=E2=80=94=20add=20chat,=20tighten=20bullets?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Audit against the live feature set surfaced one missing entry and a few soft phrasings: - Free now lists "Ask follow-up questions on any past log" — the /api/chat endpoint has no paid gate (router-level require_token only), so it's available to every signed-in user. The landing-page screenshot already showed it; the pricing page didn't mention it. - "Per-group cross-asset summaries" → "Cross-asset indicator panels (equities, rates, FX, …) with a one-paragraph AI read on each tab" — more concrete about what the user actually sees. - "Novice / Intermediate reading levels" → spelled out what each does (Novice defines jargon; Intermediate is terse). - Free's exclusion list explicitly includes "Daily email digest" so the paid/free distinction reads cleanly without back-and-forth. - Paid's daily-digest bullet now leads with the word count target (~600 words) so the value is concrete, not abstract. - Encrypted cloud sync bullet now names the actual security model (PIN-derived in-browser + server-side outer wrap). Added a small "Invite a friend" footnote — the credit ledger and invite link both ship today; the rate kicks in with the payments rollout. Honest phrasing keeps it from looking like vaporware. Intro paragraph rewritten to lead with what's free (most of the editorial) rather than what paid extends, since the free tier is the entry point. --- app/templates/pricing.html | 41 ++++++++++++++++++++++++-------------- 1 file changed, 26 insertions(+), 15 deletions(-) diff --git a/app/templates/pricing.html b/app/templates/pricing.html index 0bb066e..595d9fe 100644 --- a/app/templates/pricing.html +++ b/app/templates/pricing.html @@ -6,10 +6,11 @@

Pricing

- Two tiers. The news aggregator and hourly AI interpretation are - available to everyone — paid extends the news window from - 6 hours to 24 hours and adds daily editorial by email, plus the - portfolio-import features. + Two tiers. Most of the editorial stays free — the news + aggregator, the hourly AI read, the indicator panels, the + follow-up chat. Paid extends the news window from 6 hours to a + full 24, unlocks portfolio import & analysis, and adds a + daily email digest on top of the Sunday recap everyone gets.

@@ -20,14 +21,15 @@
£0
Forever. No card needed.
{% if cu and (cu.user or cu.is_admin) %} @@ -44,11 +46,11 @@
Checkout opens with our payments rollout.
{% if cu and (cu.user or cu.is_admin) %} @@ -67,6 +69,15 @@ +
+

+ Invite a friend. Every account gets a personal + invite link from the Settings page. When friends sign up through + it, we credit you toward the paid tier — the credit ledger + is live; the rate kicks in with the payments rollout. +

+
+

How the data is handled