Get Started
Quickstart
Get started with Davia in minutes by following these simple steps.
1. Install Davia
First, install Davia using pip:
2. Create Your First App
Create a new Python file, for example welcome.py, and add the following code:
3. Run Your App
Run your Python file:
This will start a local server and automatically open your browser to the Davia dashboard at:
https://dev.davia.ai/dashboard?entrypoint=http://127.0.0.1:2025
4. Design Your Interface
Now you can use the visual editor to design your interface with a simple prompt:
That’s it! Davia will generate your frontend instantly.