Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a href="https://lnbits.com" target="_blank" rel="noopener noreferrer">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://i.imgur.com/QE6SIrs.png">
<img src="https://i.imgur.com/fyKPgVT.png" alt="LNbits" style="width:280px">
</picture>
</a>

[![License: MIT](https://img.shields.io/badge/License-MIT-success?logo=open-source-initiative&logoColor=white)](./LICENSE)
[![Built for LNbits](https://img.shields.io/badge/Built%20for-LNbits-4D4DFF?logo=lightning&logoColor=white)](https://github.com/lnbits/lnbits)

# Paywall - <small>[LNbits](https://github.com/lnbits/lnbits) extension</small>

<small>For more about LNBits extension check [this tutorial](https://github.com/lnbits/lnbits/wiki/LNbits-Extensions)</small>
Expand Down Expand Up @@ -28,3 +38,10 @@ A Paywall is a way of restricting to content via a purchase or paid subscription
It is possible to also protect a file behind a paywall.

https://github.com/lnbits/paywall/assets/2951406/527c176c-38ff-4198-a4c1-6d07807e7443

## Powered by LNbits

[LNbits](https://lnbits.com) is a free and open-source lightning accounts system.

[![Visit LNbits Shop](https://img.shields.io/badge/Visit-LNbits%20Shop-7C3AED?logo=shopping-cart&logoColor=white&labelColor=5B21B6)](https://shop.lnbits.com/)
[![Try myLNbits SaaS](https://img.shields.io/badge/Try-myLNbits%20SaaS-2563EB?logo=lightning&logoColor=white&labelColor=1E40AF)](https://my.lnbits.com/login)
12 changes: 10 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"id": "paywall",
"version": "1.2.0",
"name": "Paywall",
"repo": "https://github.com/lnbits/paywall",
"short_description": "Create paywalls for content",
"description": "",
"tile": "/paywall/static/image/paywall.png",
"min_lnbits_version": "1.3.0",
"contributors": [
Expand All @@ -12,7 +16,7 @@
],
"images": [
{
"uri": "https://raw.githubusercontent.com/lnbits/paywall/main/static/image/1.jpg",
"uri": "https://raw.githubusercontent.com/lnbits/paywall/main/static/image/Paywall_thumbnail.png",
"link": "https://www.youtube.com/embed/N0fU_0gbaXs?si=ijsKN4IbQcH2vVkI"
},
{
Expand All @@ -24,5 +28,9 @@
],
"description_md": "https://raw.githubusercontent.com/lnbits/paywall/main/description.md",
"terms_and_conditions_md": "https://raw.githubusercontent.com/lnbits/paywall/main/toc.md",
"license": "MIT"
"license": "MIT",
"paid_features": "",
"tags": ["Creators", "Monetization"],
"donate": "",
"hidden": false
}
11 changes: 9 additions & 2 deletions description.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Hide content behind a paywall, a user has to pay some amount to access your hidden content.
Hide content behind a paywall that users must pay to access.

A Paywall is a way of restricting to content via a purchase or paid subscription. For example to read a determined blog post, or to continue reading further, to access a downloads area, etc...
Its functions include:

- Restricting access to articles, downloads, or media
- Setting custom prices for different content
- Generating shareable payment links
- Automatically unlocking content after payment

Perfect for writers, educators, and content creators who want to monetize digital content with instant Bitcoin micropayments.
Binary file added static/image/Paywall_thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.