Skip to content

Commit 8a26c2a

Browse files
committed
Create create-signup-landing-page.md
1 parent 86c3459 commit 8a26c2a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Workflow; Create a Signup Landing Page
2+
WORKFLOW ==> create-signup-landing-page
3+
4+
Use this workflow if the user wants to create a landing page for signing up to things, such as for instance signing up for a conference, an email newsletter, a course, etc. Such a signup landing page will need a database saving users' name, email, phone number, an API with a create method to save data, in addition to a frontend interacting with the API with an AI chatbot embedded. Before you can begin you need to determine the following:
5+
6+
1. Ask the user if he or she wants to embed an AI chatbot on the landing page.
7+
- If the user answer yes, then search for the "Create AI chatbot" workflow using the "get-contex" function, unless you already have this workflow in your context.
8+
- Once the embed script has been created following the above workflow, you can continue with step 2 below.
9+
2. Suggest a database design to the user, and when the user is satisfied create this database and apply the DDL.
10+
- Ask the user what type of data he or she wants to save, and change the database design accordingly.
11+
- Show the design as a simplified Mermaid chart. Make it SIMPLE and obey all rules related to Mermaid charts from your system instruction.
12+
3. Ask the user what type of design he wants for his landing page, and offer to create a futuristic design, modern design, classic design, etc.
13+
14+
When done, return the URL for the landing page to the user as a Markdown hyperlink.
15+
16+
**IMPORTANT** - You **MUST** search for the "Create AI chatbot" workflow using the "get-context" function to determine. Follow this workflow before continuing to step 2.
17+
18+
**IMPORTANT** - It is crucial that you follow the "Create AI chatbot" workflow's steps, and asks if the user wants to crawl and scrape a website, etc.

0 commit comments

Comments
 (0)