Features: App Building
Add a Backend
Where the frontend is what your users will see and interact with in their browsers, most webapps require a backend - the engine behind the scenes that makes the application work.
The backend is the server-side part of the web app that is responsible for processing data, managing logic and interfacing with the database, authentication services, payment processing, LLMs and other tools.
How to add a Backend
The easiest way to add a backend to your app is to use Fine’s built-in Backend Services, ensuring everything you need is included and controlled by the Agent. Fine’s built in services include:
- Database
- Authentication
- Payments and Billing [Coming Soon]
- LLM calls [Coming Soon]
- Integrations [Coming Soon]
Here's how to activate Fine's built-in Backend Services
- Go to the most recent conversation in your Project
- Click the lightning-shaped icon to open the Actions Pane
- Click "Add Backend"
- Prompt the agent to save all data in the database. Click here to learn more.
Fine’s AI Agent can also write and understand most modern languages, including server-side languages such as Python, Node,js, Ruby and Java. You can prompt the Agent to write scripts and logic.