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:

Here's how to activate Fine's built-in Backend Services

  1. Go to the most recent conversation in your Project
  2. Click the lightning-shaped icon to open the Actions Pane
  3. Click "Add Backend"
  4. 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.

Previous
Add a Frontend