You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Apps/App-Catalyst.md
+48-11Lines changed: 48 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,29 +2,50 @@
2
2
3
3
## Summary
4
4
5
-
App Catalyst empowers you to instantly create Domo Pro-Code applications. These apps can integrate directly with your Domo datasets and can be added to Domo Dashboards and App Studio. Whether you need a comprehensive KPI dashboard, a practical data entry application, or a single, impactful visualization like a bar chart, the generator can build it based on your natural language specifications.
6
-
7
-
Start with one of the example prompts or add your own to see App Catalyst in action. If you are returning to a previous project, you can find it in the History tab. If you have already loaded data into Domo you can have App Catalyst model the app from the data. If you haven't loaded data into Domo, App Catalyst will model some dummy data that can easily be replaced in the Pro-Code editor.
5
+
App Catalyst empowers you to instantly create Domo Pro-Code applications based on your natural language specifications. These apps can integrate directly with your Domo datasets and can be added to Domo Dashboards and App Studio.
> **Best Practices:** If you start with a Domo Dataset, App Catalyst will use that data as a model when building the app and add the appropriate data App Framework APIs to your project.
Default is planning mode where App Catalyst will analyze your prompt, ask refining questions and then build your application. If you have already curated a prompt, you can choose Standard mode & App Catalyst will follow the instructions of the prompt.
14
12
15
-
If you are returning to App Catalyst, your previous projects can be found in the History tab.
Start with one of the example prompts or add your own to see App Catalyst in action.
18
16
19
-
> **Best Practices:** It's best to bump the version of your project if you plan to return to the project's history. App Catalyst will overwrite the first version (0.0.1).
> **Best Practices:** If you start with a Domo Dataset, App Catalyst will use that data as a model when building the app and add the appropriate data App Framework APIs to your project.
24
25
26
+
## Clarifying Questions
27
+
App Catalyst will review your prompt and if needed ask some clarifying questions.
> **Best Practices:** It's best to bump the version of your project if you plan to return to the project's history. App Catalyst will overwrite the first version (0.0.1).
47
+
48
+
## Key Features
28
49
29
50
**• Describe Your Vision:**
30
51
Start by providing a text prompt describing the app you want to build. The more specific and detailed you are in your description, the more accurate the generated app will be to your requirements.
@@ -41,12 +62,26 @@ To specify exactness
41
62
42
63
> "I'm a healthcare practice managing 500+ patients across 8 doctors. Build a HIPAA-compliant patient management system with appointment calendar, medical history timeline, and prescription tracking tables. Display upcoming appointments in daily/weekly views, patient visit history with searchable notes, and medication refill alerts. Include quick-action buttons for rescheduling appointments and sending SMS reminders. Filter by doctor, appointment type, or date range. Show key metrics like no-show rates and average visit duration in dashboard cards. Use clean, professional design with blue and white colors, optimized for desktop and tablet use by medical staff.".
43
64
65
+
**• Clarifying Questions**
66
+
67
+
**• Task Clarification**
68
+
69
+
**• Simple form support:**
70
+
The app can persist form submission via AppDB.
71
+
44
72
**• Live Generation & Editing:**
45
73
Once you submit your prompt, the generator will process your request and build the application. You will see the complete code in a real-time, fully functional code editor. You can review, modify, and refine the code as needed.
As you make changes to the code, you can immediately preview the UI to see how your edits affect the final product, ensuring a tight feedback loop between coding and design.
52
87
@@ -124,3 +159,5 @@ App Catalyst abstracts this entire multi-step process into a simple, integrated
124
159
**Q:** Do I need coding experience to take advantage of App Catalyst?
125
160
126
161
**A:** No, App Catalyst is specifically designed for beginners and business users with no prior coding experience. However, editing, data wiring, and additional functionality will need to be done by a developer who is familiar with JavaScript.
0 commit comments