save new price
This commit is contained in:
parent
ba48046f5b
commit
fb33f68bf6
2 changed files with 18 additions and 25 deletions
|
|
@ -71,12 +71,15 @@ Got you — here’s a clean, founder-brain-friendly summary of **Stripe → Inv
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## ⚠️ Known issues
|
## ⚠️ Known issues & TODO
|
||||||
|
|
||||||
* Account codes:
|
* **CRITICAL: Stripe payment integration**
|
||||||
|
* Need to implement Stripe Billing API to accept payments
|
||||||
* Missing UX guardrails:
|
* Currently not accepting any money from users (test mode only)
|
||||||
|
* Must add subscription checkout flow before going live
|
||||||
|
* Reference: [Stripe Billing API docs](https://stripe.com/docs/billing)
|
||||||
|
|
||||||
|
* **Missing UX guardrails:**
|
||||||
* No clear **pre-payment checklist** before enabling sync
|
* No clear **pre-payment checklist** before enabling sync
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
@ -184,27 +187,17 @@ These unlock charging real money.
|
||||||
|
|
||||||
### Pricing Tiers
|
### Pricing Tiers
|
||||||
|
|
||||||
**Starter — £15/month**
|
**All Plans — £50/month**
|
||||||
* Up to 50 invoices/month
|
* Unlimited invoices/month
|
||||||
* Stripe Payment Links + one-off payments
|
* Stripe Payment Links + Subscriptions support
|
||||||
* Email support (48h response)
|
* Full VAT handling and audit compliance
|
||||||
* Perfect for: Solo founders, side projects, small consultancies
|
* Email support
|
||||||
|
* Perfect for: UK businesses using Stripe + Xero, any size
|
||||||
|
|
||||||
**Professional — £35/month**
|
**Future tiers** (if needed):
|
||||||
* Up to 200 invoices/month
|
* Starter — £30/month (up to 50 invoices)
|
||||||
* Everything in Starter, plus:
|
* Professional — £50/month (up to 200 invoices)
|
||||||
* Stripe Subscriptions support
|
* Business — £100/month (unlimited)
|
||||||
* Priority email support (24h response)
|
|
||||||
* Custom account code mapping
|
|
||||||
* Perfect for: Growing businesses, SaaS products, agencies
|
|
||||||
|
|
||||||
**Business — £75/month**
|
|
||||||
* Unlimited invoices
|
|
||||||
* Everything in Professional, plus:
|
|
||||||
* Multi-currency support (planned)
|
|
||||||
* Dedicated Slack support
|
|
||||||
* Early access to new features
|
|
||||||
* Perfect for: Established businesses, high-volume merchants
|
|
||||||
|
|
||||||
### Implementation Notes
|
### Implementation Notes
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -224,7 +224,7 @@ export default async function Home() {
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div className="max-w-md mx-auto bg-gradient-to-br from-slate-50 to-slate-100 border-2 border-blue-600 rounded-2xl p-8 text-center">
|
<div className="max-w-md mx-auto bg-gradient-to-br from-slate-50 to-slate-100 border-2 border-blue-600 rounded-2xl p-8 text-center">
|
||||||
<h3 className="text-4xl font-bold text-slate-900 mb-2">£200</h3>
|
<h3 className="text-4xl font-bold text-slate-900 mb-2">£50</h3>
|
||||||
<p className="text-slate-600 mb-6">per month</p>
|
<p className="text-slate-600 mb-6">per month</p>
|
||||||
<ul className="space-y-3 text-left mb-8">
|
<ul className="space-y-3 text-left mb-8">
|
||||||
<li className="flex gap-3 text-slate-700">
|
<li className="flex gap-3 text-slate-700">
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue