The public mural of everything and everyone.
Visit Hubpad:
👉 https://mcookinho.pythonanywhere.com
- Create posts with title, text, and attachments
- Password-protected posts (only title visible publicly)
- 3 languages: Portuguese, English, Spanish
- Mobile responsive
- Search & random mode
- Light/dark theme
git clone https://github.com/MCookinho/hubpad.git
cd hubpad
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python app.pyMIT