Fetch the Charming design guide as Markdown
Same prose served as the charming:design-guide MCP prompt — the default visual look for generated app UIs (override when the user asks for a different vibe). Fetch before authoring or restyling an app. The compatibility prompt paths redirect here.
GET
/api/prompts/charming-design-guideResponses
200Markdown
stringRequest
curl -X GET "https://charm.ing/api/prompts/charming-design-guide"const response = await fetch("https://charm.ing/api/prompts/charming-design-guide", {
method: "GET"
});import requests
response = requests.get(
"https://charm.ing/api/prompts/charming-design-guide",
)Response
"string"