Runs on the server
API keys and secret values stay out of the page code. A function reads them from Variables on the server, so visitors never see them.
A site that works·Functions
A function is a small piece of logic that runs on the server, not in the visitor's browser. Ask for a quote calculator or a booking check and the AI writes it, declares its inputs and connects it to the page.
API keys and secret values stay out of the page code. A function reads them from Variables on the server, so visitors never see them.
A function reads and writes the collections of your database, sends email from the site address and can call payment, delivery or messaging APIs.
When the AI changes a function, the earlier version stays in its History tab, with who made the change. You can also switch a function off without deleting it.
Step 1
In the chat, say what should happen, for example save the booking and email me the details. The AI creates the function and it appears in the Functions tab.
Step 2
Open the function, fill in its inputs and click Run the test. You see the result, the data it would save and the emails it would send, and nothing is stored.
Step 3
Functions answer on the published site. Once you publish, every call shows up in the Calls tab with its status and how long it took.
It is code that runs on the server only when a page calls it, with no server for you to rent or maintain. On Uebfaqe each function has a name, typed inputs and a list of the collections it reads and writes.
No. You describe the job in plain words and the AI writes, names and describes the function for you. You can see what it does, test it with your own values and switch it off at any time.
Yes. A function can call any public API over the internet. Save the API key in Variables and the function reads it on the server, so the key never appears in the code of your pages.
Keep orders, bookings or products in a real database inside the site, with no outside tools.
Learn moreSet up jobs that run on their own on a schedule, like a report every morning or a cleanup every week, with a history of every run.
Learn moreKeep the keys and passwords of outside services in one safe place, not inside the code.
Learn moreDescribe your business and get a real website in a few minutes, for free.
Create your site for free