Microweber

Microweber is the new generation’s open-source, drag-and-drop website builder and CMS. This no-coding platform saves you considerable time, makes creating a website the easiest thing you can do, and gives an unmatched intuitive user experience. The content management system (CMS) is a software solution that allows anyone, even those without a formal technical background, to produce and manage a website. CMS improves your website’s quality and ease of use and brings numerous advantages. It enhances the organization’s digital presence, improves efficiency, boosts productivity, and positively impacts business processes.

Microweber Overview and Demo Video

Software Included

Package Version License
Laravel 9 MIT
PHP 8 PHP
Bootstrap 5 MIT
jQuery 3 MIT
Microweber 1.3.1 MIT

Creating an App using the Control Panel

Click the Deploy to DigitalOcean button to create a Droplet based on this 1-Click App. If you aren’t logged in, this link will prompt you to log in with your DigitalOcean account.

Deploy to DO

Creating an App using the API

In addition to creating a Droplet from the Microweber 1-Click App using the control panel, you can also use the DigitalOcean API. As an example, to create a 4GB Microweber Droplet in the SFO2 region, you can use the following curl command. You need to either save your API access token) to an environment variable or substitute it in the command below.

curl -X POST -H 'Content-Type: application/json' \
         -H 'Authorization: Bearer '$TOKEN'' -d \
        '{"name":"choose_a_name","region":"sfo2","size":"s-2vcpu-4gb","image": "microwebercms-microweber-20-04"}' \
        "https://api.digitalocean.com/v2/droplets"

Getting Started After Deploying Microweber

Create a Microweber 1-Click App Droplet, and then visit your new entrepreneurial home on the internet in the browser on http://your_Droplet_ip, and that’s it!