Built something in Claude or ChatGPT? Follow these steps to make it playable on Declipt.
1
Copy this prompt
Paste this at the end of your AI conversation:
I want to share this on Declipt. Please package everything into a SINGLE HTML file that:
1. Has ALL CSS inline in a <style> tag
2. Has ALL JavaScript inline in a <script> tag
3. Uses CDN links for any libraries (React, Tailwind, etc.)
4. Is completely self-contained - no external files
5. Works when pasted into an iframe
At the very top of the HTML, add this comment with my info:
<!-- DECLIPT
title: [Short title of what this is]
description: [One sentence description]
-->
Output ONLY the complete HTML code, nothing else. No explanations, no markdown code blocks - just the raw HTML starting with <!-- DECLIPT
2
Copy the AI's response
The AI will output a single block of HTML code. Copy all of it.
3
Post it on Declipt
Click "Ship It", choose "Playable Code", paste your code, and ship!