The Unification Layer for Web3
This is the official documentation repository for Avail. You can find the latest documentation at docs.availproject.org.
- Avail's docs are built using Nextra V4
 - Nextra V4 in turn is based on Next JS 15, which means this repo's directory structure is based on the app router.
 
- Clone the repository locally:
 
git clone https://github.com/availproject/docs.git- Install the dependencies:
 
pnpm install- Run the development server:
 
pnpm dev- By default, the docs will be available at http://localhost:3000.
 
We welcome community contributions to Avail's docs!
Please check out the Contributing Guide for a detailed primer on how to contribute to the Avail documentation.
The Avail Project Developer Documentation is licensed under the MIT License free software license.
