{% extends "public_base.html" %} {% block title %}{{ BRAND_NAME }} · Pricing{% endblock %} {% block main %}

Pricing

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.

Free
£0
Forever. No card needed.
{% if cu and (cu.user or cu.is_admin) %} Open dashboard {% else %} Sign up free {% endif %}

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

Your portfolio holdings live in your browser’s local storage by default. The server only learns which Yahoo tickers appear across the user base — an anonymous union, with no link back to any specific user.

If you opt in to encrypted cloud sync, your pie is encrypted in your browser with a PIN you choose, then sent to the server. We add a second layer of encryption with a key only the server holds. We never see your holdings as plaintext, and forgetting the PIN means we can’t recover it for you. Full details on the privacy page.

Not investment advice. Every output here is an interpretation of public data — not personalised advice, not a recommendation, and not produced by a regulated entity. Read the full disclaimer before relying on anything you see.

{% endblock %}