1ClickWP is a powerful open-source tool that allows you to effortlessly create WordPress sites with just a single click. Whether you need a single WordPress site or a multisite network, 1ClickWP has got you covered.
- Single-click WordPress site creation
- Multisite functionality for managing multiple WordPress sites from a single installation
- phpmyadmin available for every site
- Ability to bind local plugin / theme folders in to WP
- Built with FastAPI for blazing-fast performance
- Python 3.x installed on your system
- Pip package manager
- Docker ( essential for 1clickwp to work )
** Run all the below commands from repo root **
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
fastapi run app/main.py --host 0.0.0.0 --port 8000
you can now access the ui at
http://localhost:8000

