Skip to content
This repository was archived by the owner on May 14, 2026. It is now read-only.

Commit 979fbcd

Browse files
authored
Merge pull request #237 from DomoApps/app_catalyst_update
Added images for user guide
2 parents 427cefe + accde44 commit 979fbcd

10 files changed

Lines changed: 48 additions & 11 deletions

assets/images/AC_Picture1.png

-92.3 KB
Loading

assets/images/AC_Picture13.png

26.8 KB
Loading

assets/images/AC_Picture14.png

82.4 KB
Loading

assets/images/AC_Picture15.png

160 KB
Loading

assets/images/AC_Picture16.png

122 KB
Loading

assets/images/AC_Picture17.png

140 KB
Loading

assets/images/AC_Picture18.png

193 KB
Loading

assets/images/AC_Picture19.png

88.4 KB
Loading

assets/images/AC_Picture20.png

45.8 KB
Loading

docs/Apps/App-Catalyst.md

Lines changed: 48 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,50 @@
22

33
## Summary
44

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.
86

97
![AC_Picture1.png](../../assets/images/AC_Picture1.png)
108

11-
> **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.
9+
## Chat Mode
1210

13-
![AC_Picture2.png](../../assets/images/AC_Picture2.png)
11+
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.
1412

15-
If you are returning to App Catalyst, your previous projects can be found in the History tab.
13+
![AC_Picture13.png](../../assets/images/AC_Picture13.png)
1614

17-
![AC_Picture3.png](../../assets/images/AC_Picture3.png)
15+
Start with one of the example prompts or add your own to see App Catalyst in action.
1816

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).
17+
![AC_Picture14.png](../../assets/images/AC_Picture14.png)
2018

21-
## Key Features
19+
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
20+
into Domo, App Catalyst will model some dummy data that can easily be replaced in the Pro-Code editor.
21+
22+
![AC_Picture15.png](../../assets/images/AC_Picture15.png)
2223

23-
**App Catalyst: From Prompt to Preview**
24+
> **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.
2425
26+
## Clarifying Questions
27+
App Catalyst will review your prompt and if needed ask some clarifying questions.
28+
29+
![AC_Picture16.png](../../assets/images/AC_Picture16.png)
30+
31+
## Task Clarification
32+
Review the proposed plan, make any edits you like.
33+
34+
![AC_Picture17.png](../../assets/images/AC_Picture17.png)
35+
36+
## From Prompt to Preview
2537
The core of the App Catalyst is its ability to turn your ideas into functional applications.
2638

27-
![AC_Picture4.png](../../assets/images/AC_Picture4.png)
39+
![AC_Picture18.png](../../assets/images/AC_Picture18.png)
40+
41+
## Chat History
42+
If you are returning to a previous project, you can find it in the History tab.
43+
44+
![AC_Picture3.png](../../assets/images/AC_Picture3.png)
45+
46+
> **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
2849

2950
**• Describe Your Vision:**
3051
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
4162

4263
> "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.".
4364
65+
**• Clarifying Questions**
66+
67+
**• Task Clarification**
68+
69+
**• Simple form support:**
70+
The app can persist form submission via AppDB.
71+
4472
**• Live Generation & Editing:**
4573
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.
4674

4775
![AC_Picture5.png](../../assets/images/AC_Picture5.png)
4876
![AC_Picture6.png](../../assets/images/AC_Picture6.png)
4977

78+
**• Prompt Editing:**
79+
Prompt editing allows you to make ‘targeted’ edits to the app.
80+
81+
![AC_Picture19.png](../../assets/images/AC_Picture19.png)
82+
83+
![AC_Picture20.png](../../assets/images/AC_Picture20.png)
84+
5085
**• Instant Preview:**
5186
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.
5287

@@ -124,3 +159,5 @@ App Catalyst abstracts this entire multi-step process into a simple, integrated
124159
**Q:** Do I need coding experience to take advantage of App Catalyst?
125160

126161
**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.
162+
163+

0 commit comments

Comments
 (0)