Basically a tarot card reading web app. It uses OpenAI's GPT-3.5 model to generate tarot card readings based on user input. The app is built using HTML, CSS (with Tailwind), and JavaScript for the frontend, and Cloudflare Workers for the backend.
- Tarot card reading using Qwen3-30b-a3b model
- User-friendly interface with Tailwind CSS
- Responsive design for mobile and desktop
- Easy to deploy on Cloudflare Workers
- Simple and clean code structure
- No external dependencies (except for OpenAI API)
- No database required (all data is stored in memory)
- No authentication required (anyone can use it)
- No server-side rendering (all rendering is done on the client side)
- No build tools required (just HTML, CSS, and JavaScript)
- Clone the repository or download the ZIP file.
- Open the
index.htmlfile in your web browser. - Enter your name and select the tarot card spread you want to use.
- Click the "Get Reading" button to generate your tarot card reading.
- The reading will be displayed on the screen.
- Create a Cloudflare account and set up a new Workers project.
- Copy the contents of the
index.htmlfile into theindex.jsfile in your Workers project. - Replace the
YOUR_OPENAI_API_KEYplaceholder with your actual OpenRouter API key. - Deploy the Workers project.
- Open the URL of your deployed Workers project in your web browser.