docs: rename castle → libra in design-conversation example
The castle LNbits extension was renamed to libra. Updating the parallel-extension reference in the design-conversation notes. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
42a8b08a5b
commit
e2a2f4a633
1 changed files with 1 additions and 1 deletions
|
|
@ -273,7 +273,7 @@ is it feasible to turn this into an lnbits extension? ref to folder ~/dev/shared
|
||||||
|
|
||||||
## Assistant
|
## Assistant
|
||||||
|
|
||||||
Feasible, yes — but it's a real rewrite. The Fastify+Prisma+TypeScript backend would need to become Python/FastAPI with LNBits' DB layer (look at `nostrmarket` or `castle` for parallels — postgres is supported). The Vite SPA can be served from `static/` or embedded in Jinja templates. Main win: LNBits replaces BTCPay for payment flow and gives you wallets/auth for free. Main cost: porting routes and Prisma schema to LNBits-style migrations. Want a rough mapping plan?
|
Feasible, yes — but it's a real rewrite. The Fastify+Prisma+TypeScript backend would need to become Python/FastAPI with LNBits' DB layer (look at `nostrmarket` or `libra` for parallels — postgres is supported). The Vite SPA can be served from `static/` or embedded in Jinja templates. Main win: LNBits replaces BTCPay for payment flow and gives you wallets/auth for free. Main cost: porting routes and Prisma schema to LNBits-style migrations. Want a rough mapping plan?
|
||||||
|
|
||||||
## User
|
## User
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue