Skip to content

Commit

Permalink
Add pricing and AI sections + Fix typo [web3-hosting]
Browse files Browse the repository at this point in the history
  • Loading branch information
philogicae committed Dec 16, 2024
1 parent e6cd134 commit fd85291
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/tools/web3-hosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Aleph.im being GDPR-compliant, if you decide to delete your website, or some old
## Getting started

### Pricing

In order to host a website on Aleph.im, you need to hold a small amount of $ALEPH token in your wallet. Those tokens are not locked or staked (no transaction required), and will not be spent, they just have to sit in your wallet as a guarantee. To run a cost simulation, check out the [deployment page](https://console.twentysix.cloud/hosting/website/new/).

### Prepare

You need to provide a root folder containing your static website's files.
Expand All @@ -31,7 +35,7 @@ static-folder

We are listing the officially supported frameworks on TwentySix's website creation page, but you can actually use any framework (and package manager, such as npm, pnpm, yarn, bun...) to create your website.

> ℹ️ Keep in mine that your website, being a decentralized frontend, must only contain client-side components, as well as the dependencies used by it. For backend support, check out the section below.
> ℹ️ Keep in mind that your website, being a decentralized frontend, must only contain client-side components, as well as the dependencies used by it. For backend support, check out the section below.
##### Build

Expand Down Expand Up @@ -119,6 +123,14 @@ In order to add a backend to your website and to make it a complete fullstack da

> ℹ️ You should setup your backend in advance, in order to integrate the needed endpoint urls inside your website after.
### AI Integration

Now that your application is fully decentralized, you want to add some AI features to it?

Forget about OpenAI and other centralized providers, [LibertAI](https://libertai.io/), a decentralized & privacy-first Aleph.im-based AI project, allows you to perform inferences, manage knowledge bases, and deploy AI agents easily.

Have a look to the [official documentation](https://docs.libertai.io/).

### Auto-Deployment on Push

Coming soon.
Expand Down

0 comments on commit fd85291

Please sign in to comment.