Guide
It is very easy to create some basic App.
Click + near any Space (you should have Architect access) or in Private Space
Select App
Describe what you need with a prompt
Iterate till the App is good
Make sure to articulate your needs clearly and (preferably) know the databases structure in your Fibery workspace. In almost all cases you can create a decent App in several iterations, just explaining what you need and what should be changed without any programming knowledge.
Let's build a very simple time tracking App with custom UI.
Generate Time Tracking Space
First, we should create new Time Tracking Space. Click Fibery AI and use this prompt:
Create Space for Time Tracking. Time record should belong to a user, has start/end date and time and a formula that calculate total time spent
Then ask Fibery AI to generate some sample records
add several sample records
Generate Time Tracking App
Click + near Time Tracking Space name and select App. Use the following prompt
Build a Time Tracking app. Layout — one screen, three sections: 1. Timer (start/stop) 2. Today (a compact, editable list of today's finished records — duration + description, newest first) 3. This week (bottom). Total hours this week as a big number, plus a small bar chart of hours per day for the last 7 days.
Then wait for several minutes.
Check how App is working and do some changes if needed. For example, here it seems total hours spent this week are not correct, so let's ask to fix it
This week hours tracked are not correct number, I see NaN
In this case AI fixed it correctly. This is how you can iterate and improve the App.
Visual edit
You can select apps elements and ask AI to update these specific parts. It speeds up iterations and make Apps creation process less painful. Use Shift to select several elements.
Version history
On every app build new version is created. You can check apps versions history and restore app state to any version.
Custom Apps inside Rich Text
You can create Apps right inside rich text fields and documents. Just type /app and create something useful.