Deployment + monetization — review LNbits docs and pick a model #7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Background
Dr. Shift dropped two LNbits docs links worth
working through before this extension graduates from "scaffold in our
own monorepo" to something other operators can install:
https://docs.lnbits.com/dev/extensions/
https://docs.lnbits.com/dev/extensions/monetization
DarthCoin's adjacent encouragement:
So this issue is the operations / go-to-market track: how does the
restaurant extension actually reach the operators DarthCoin is
imagining?
Decisions to make
1. Distribution
LNbits supports several extension shapes:
their LNbits admin UI in one click. Source lives on a public git;
LNbits pulls a known release tag.
config at our git URL.
Already what we do internally.
We probably want all three. Pick a default for the public release
and document the others.
2. Versioning + release cadence
release? specific manifest schema)? See the docs.
main) usable while still cuttingstable tags?
3. Pricing / monetization
The LNbits monetization docs cover how an extension can charge for
itself. Read and decide between:
settled order to a fixed pubkey — automated via LNbits
internal transfers).
DarthCoin's frame — "this is not a regular extension" — and the
fact that we're building real production features (#3–#6) suggest
some non-trivial monetization is justified, especially for the
Bistro / Full tiers (#2).
4. Trial / onboarding for Bar tier
Even if Bistro / Full are paid, Bar should probably stay free
forever. The whole point of Bar (per #2) is reaching the indigenous
operator who can't pay a SaaS bill but does run a tiny café. Lock-in
of a paid tier kills that mission.
Concrete flow: Bar = free, Bistro / Full = pay-to-unlock (model TBD).
5. Brand / docs / landing surface
description.mdworthy of the LNbits catalog (we have a stub).this issue should cover branding too).
6. Support channel
aiolabs/restaurant?Action items
decisions above. ADR-style — record the alternatives weighed
so future contributors don't relitigate.
(e.g. "add
releaseworkflow to publish tags," "wire upmonetization payment flow," etc).
and document in docs/deployment.
See also
willingness-to-pay).
paid-tier strategy).
References