Skip to content

WebGenAI Installation

💡 WebGenAI - Installing the Docker Container

WebGenAI is a web app that creates database systems from a Natural Language prompt. For background, see Why WebGenAI.

You can access WebGenAI either at:

 

WebGenAI Docker Installation

If you have installed API Logic Server (recommended, but not required), the Manager Readme includes install instructions.

Otherwise, you can run it locally as shown below:

Run the WebGenAI Docker Container
mkdir ApiLogicServer
cd ApiLogicServer
mkdir webgenai
cd webgenai
docker run -it --rm --name webgenai apilogicserver/web_genai

This will guide you through the registration process.

This is particularly good way to jump-start vibe-coding: use WebGenAI to create a database and API - with logic - and then your IDE AI Coding Tools for custom UIs.

After installing, verify WebGenAI operation.

Note: the Suggestion: ApiLogicServer start is for API Logic Server users using the Manager with the Docker images; you can ignore this message).

 

Install API Logic Server

You can iterate WebGenAI projects, for example to tune the data model and add logic.

If you want to customize further with Python, then install API Logic Server. Use the ApiLogicServer directory you created above, and proceed as described in Express Install.

 

Concurrent WebGenAI and API Logic Server

You can continue using both WebGenAI and API Logic Server on the same project - see IDE-Import-WebGenAI.