๐Ÿ‘ฉโ€๐Ÿ’ปCore concepts

Build Full-stack Web Apps with Databutton conversationally. You prompt, AI codes!

Databutton generates:

  1. ๐Ÿ–ผ๏ธ UI ( React Frontend )

  2. ๐Ÿง  APIS ( Python Backends )

UI ( React Frontend )

Databutton Agent uses React JS and Chakra UI components for an interactive and dynamic user interface.

The UI can be easily divided into Pages and UI components. Refer to UI Components to know more.

APIs ( Python Backends )

Databutton Agent uses FastAPI with Python to build robust and efficient APIs.

Databutton also simplifies the integration of your React frontend with the FastAPI backend for a seamless development experience. Connecting UI with the Backend

Last updated