Skip to content

Add FastHTML tutorials to 'Where to go next' section #30

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 2, 2025
Merged
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
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,14 @@ When you visit that page you should see “Hello, World!”

Learn more about what Plash has to offer in the rest of the docs at:
<https://docs.pla.sh>

For learning more about creating web apps with FastHTML, we recommend
looking at the official docs at: <https://fastht.ml/docs/>.

Particularly, we recommend the following:

1. [OAuth](https://fastht.ml/docs/explains/oauth.html) - Setup
authentication for your Plash App with Google Sign-In or other OAuth
Providers.
2. [Stripe](https://fastht.ml/docs/explains/stripe.html) - Accept
payments for your products hosted on Plash with Stripe.
9 changes: 8 additions & 1 deletion nbs/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,14 @@
"source": [
"## Where to go from here\n",
"\n",
"Learn more about what Plash has to offer in the rest of the docs at: [https://docs.pla.sh](https://docs.pla.sh)"
"Learn more about what Plash has to offer in the rest of the docs at: [https://docs.pla.sh](https://docs.pla.sh)\n",
"\n",
"For learning more about creating web apps with FastHTML, we recommend looking at the official docs at: [https://fastht.ml/docs/](https://fastht.ml/docs/).\n",
"\n",
"Particularly, we recommend the following:\n",
"\n",
"1. [OAuth](https://fastht.ml/docs/explains/oauth.html) - Setup authentication for your Plash App with Google Sign-In or other OAuth Providers.\n",
"2. [Stripe](https://fastht.ml/docs/explains/stripe.html) - Accept payments for your products hosted on Plash with Stripe."
]
}
],
Expand Down
Loading