This project generates and publishes a new Web3 concept every day using AI. It selects a keyword from a master list, explains it simply, and archives it using MkDocs.
-
Clone the repo:
git clone https://github.com/RMB1907/daily-web3.git cd daily-web3
-
Install dependencies:
pip install -r requirements.txt
-
Add your
.env
:GROQ_API_KEY=your-groq-api-key
-
Add keywords to:
docs/keywords/all.txt
Run the script:
python daily_generator.py
Deploy to GitHub Pages:
mkdocs gh-deploy
To preview the site locally, run:
mkdocs serve