Daily Tarot Card Widget
Add a free daily tarot card to your website or blog. The widget automatically displays today's card from the Chaos Tarot deck with its meaning and keywords. Updates daily.
Preview
Today's Card
The Zero Point
“The infinite blank page before the first keystroke...”
potentialvoidorigin
Powered by Chaos Tarot
Embed Code
Copy and paste this code into your website's HTML where you want the widget to appear:
<div id="chaos-tarot-widget"></div>
<script>
(function() {
var d = document, s = d.createElement('script');
s.src = 'https://chaos-tarot.com/widget-embed.js';
s.async = true;
d.getElementById('chaos-tarot-widget').appendChild(s);
})();
</script>JSON API
Prefer to build your own widget? Use our public API:
GET https://chaos-tarot.com/api/widget/daily-cardReturns today's card with name, meaning, keywords, and image path. CORS enabled. Cached for 1 hour.