LightWeeb is an Open Source framework for light and optimised websites
- HTML render, no backend need it.
- No Database need it.
- 100% Open Source.
- Compatible with any HTML Template.
- Social Media and OG Cards embed
- Can be use to render a WordPress website to static html
- Connect in realtime WordPress to LightWeb using our WordPress Plugin
/lightweb/headersAll your html headers/lightweb/footersAll your html footers/lightweb/pagesAll your page contents without the html headers or footers/lightweb/pages/tree.jsYour website structure and pages properties
Execute the following line to install and deploy LightWeeb 3.0.38
wget -q https://raw.githubusercontent.com/ruvenss/install_lightweeb/main/deploy_lightweeb.sh -O deploy_lightweeb.sh; chmod +x deploy_lightweeb.sh; ./deploy_lightweeb.sh
Soon!