DesignerGPT: Difference between revisions

m
Text replacement - "K↵|Knowledge = " to ",000 |Knowledge = "
m (Text replacement - "===Conversation starters===↵↵===Knowledge===↵↵===Actions===" to "==Conversation Starters== ==Knowledge== ==Actions==")
m (Text replacement - "K↵|Knowledge = " to ",000 |Knowledge = ")
 
(9 intermediate revisions by 2 users not shown)
Line 12: Line 12:
|Website =  
|Website =  
|Link = https://chat.openai.com//g/g-2Eo3NxuS7-designergpt
|Link = https://chat.openai.com//g/g-2Eo3NxuS7-designergpt
|Conversations =  
|Chats = 134,000
|Knowledge =
|Actions = Yes
|Web Browsing =
|DALL·E Image Generation =
|Code Interpreter =  
|Free = Yes
|Free = Yes
|Price =  
|Price =  
|Available = Yes
|Available = Yes
|Working = Yes
|Working =  
|Updated = 2024-01-12
|Hidden =
|Updated = 2024-01-22
}}
}}
==Instructions (System Prompt)==
==Instructions (System Prompt)==
Line 29: Line 35:


==Conversation Starters==
==Conversation Starters==
*Design a webpage for a bakery


==Knowledge==
*Design a personal blog layout
 
*Create a tech startup homepage
 
*Design a webpage with a nature theme
 
==Knowledge (Uploaded Files)==


==Actions==
==Actions==
'''DesignerGPT Replit App JIT Plugin''': This API allows me to generate web pages based on provided HTML content. When you request a webpage design, I create the required HTML and then use this API to send the HTML content to 'https://designergpt.replit.app/create-page'. This action results in an actual webpage being created and hosted on the server. I then provide you with the URL to access this live webpage.
===Website===
designergpt.replit.app
===Privacy Policy===
https://gptprivacy-skirano.replit.app/
===Code===
<pre>
{"openapi":"3.0.0","info":{"title":"Webpage Generator API","version":"1.0.0"},"servers":[{"url":"https://designergpt.replit.app","description":"Main production server"}],"paths":{"/create-page":{"post":{"summary":"Generates a webpage based on provided HTML content","operationId":"generateWebpage","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"page_code":{"type":"string","description":"The HTML content for the web page"}},"required":["page_code"]}}}},"responses":{"200":{"description":"Webpage successfully generated","content":{"text/plain":{"schema":{"type":"string","example":"https://example.com/generated_page"}}}},"400":{"description":"Invalid input"}}}}}}
</pre>


==Guide==
==Guide==