<!--
⚠️ LLM instructions for AI to consume and generate consistent UI ⚠️
1. Copy the instruction text and paste it into an AI/LLM prompt
2. Replace the {application description} with your requirements
-->- [ ] Create _{application description}_ using the following assets for the UI
- [ ] The llms file contains all the instructions for the design system
- [ ] Please include TailwindCSS in the project or use the latest CDN version for portable prototype
***- https://cdn.jsdelivr.net/gh/prose-ui/prose-ui@latest/llms.md
- https://cdn.jsdelivr.net/gh/prose-ui/prose-ui@latest/tokens.css
- https://cdn.jsdelivr.net/gh/prose-ui/prose-ui@latest/styles.css
- https://cdn.jsdelivr.net/gh/prose-ui/prose-ui@latest/typography.css
<!doctypehtml><htmllang="en"class="bg-transparent antialiased"x-data="app"><!--
⚠️ Portable starter ⚠️
- Paste this entire file into an HTML file and open in your browser
- OPTIONALLY: Use VSCode/Cursor/Antigravity and the Live Preview extension for a mini portable dev env with no dependencies
- Make changes to the file and see them in realtime
--><head><metacharset="utf-8"/><metahttp-equiv="x-ua-compatible"content="ie=edge"/><title>{title}</title><metaname="viewport"content="width=device-width, initial-scale=1, interactive-widget=overlays-content"/><linkhref="https://fonts.googleapis.com"rel="preconnect"/><linkhref="https://fonts.gstatic.com"rel="preconnect"/><linkhref="https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&display=swap"rel="stylesheet"/><scriptsrc="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script><styletype="text/tailwindcss">@theme{--font-sans:'Figtree', ui-sans-serif, system-ui, -apple-system,'system-ui','Segoe UI', Roboto,'Helvetica Neue', Arial,'Noto Sans', sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';--font-serif:'Literata', ui-serif, Georgia, Cambria,'Times New Roman', Times, serif;--font-mono:'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,'Liberation Mono','Courier New', monospace;}@layer base{hr{@apply my-6 border-(--prs-c-gray-300);}}</style><!-- // PROSE // --><linkhref="https://cdn.jsdelivr.net/gh/prose-ui/prose-ui@latest/tokens.css"rel="stylesheet"/><linkhref="https://cdn.jsdelivr.net/gh/prose-ui/prose-ui@latest/styles.css"rel="stylesheet"/></head><bodyclass="bg-(--prs-c-white) text-(--prs-c-gray-950) !block"style="display: none;"><divclass="min-h-screen flex flex-col"x-cloak><headerclass="w-full shrink-0"></header><mainclass="w-full grow"><sectionclass="mx-auto p-4 max-w-5xl"><divclass="pt-4 pb-8"><!-- UI HERE --><buttonclass="prs-btn prs-btn-primary">Button</button><label><inputtype="checkbox"class="prs-toggle"role="switch"aria-label="Toggle"/></label><!-- // UI HERE --></div><articleclass="prose"><!-- SHORT FORM WRITING HERE --><h1>Heading</h1><p>Lorem ipsum <ahref="#"class="text-primary underline font-semibold">dolor sit amet</a>. Magna et ullamco quis quis eiusmod amet. Adipisicing quis officia exercitation do ad nostrud commodo. Esse sit id eu culpa eu elit deserunt ullamco. Cillum do non mollit incididunt anim id qui. Deserunt cillum dolore dolore dolor proident.</p><hr/><h2>Lists</h2><ul><li>List</li></ul><ol><li>List</li></ol><!-- // SHORT FORM WRITING HERE --></article></section></main><footerclass="w-full shrink-0"></footer></div></body><scripttype="module">// iconsimport'https://esm.run/iconify-icon';// alpineimport Alpine from'https://esm.run/alpinejs';
document.addEventListener('alpine:init',()=>{
Alpine.data('app',()=>({// key: 'value',}));});
window.Alpine = Alpine;
Alpine.start();</script></html>