feat: Create LNbits extension for public Nostr marketplace#4
Draft
BenGWeeks wants to merge 2 commits into
Draft
Conversation
- Add LNbits extension structure (config.json, __init__.py, views.py) - Create holding page at /diagonalley/ with LNbits nav integration - Add public marketplace route at /diagonalley/market - Generate logo with 4 shops and striped awnings - Update README with NIP-15, NIP-99 (coming soon), Gamma Market references - Fix Vue template rendering with explicit closing tags Implements buyer/browser side of Nostr marketplace protocol per issue #125. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
3 tasks
- Remove duplicate static/assets/ folder and static/index.html - Remove Roboto font WOFF files (use system fonts, keep Material Icons) - Fix asset paths from /nostrmarket/ to /diagonalley/ - Add Makefile, pyproject.toml, package.json for linting/formatting - Add GitHub Actions CI and release workflows - Update .gitignore to match nostrmarket patterns 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Author
|
Correction: Roboto is only available natively on ~5-10% of systems (Android, ChromeOS). Most users will see system font fallbacks (Arial, Helvetica, sans-serif), which I guess is what we'll have to do if we don't want the font files bundled. The Material Icons WOFF files are kept as they're required for UI icons. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR creates the Diagon Alley LNbits extension - a public-facing marketplace aggregator that allows users to browse products from multiple Nostr merchants.
/diagonalley/with LNbits nav integration/diagonalley/market(no login required)Related Issues
Nostr Protocol Support
Test Plan
/diagonalley/marketin new tabScreenshots
🤖 Definitely not generated with Claude Code