Artifice#
Guess the real source prompt for an image created by generative AI. Beware the decoy prompts also created by generative AI from that image.
Development#
This is a SolidStart site.
It uses the SolidUI component library and TailwindCSS for styling.
Images are generated with Google Gemini (gemini-3.1-flash-image-preview) via @google/genai, and decoy prompts are generated with Anthropic, both via Netlify AI Gateway.
It is deployed to Netlify.
It persists game data in Netlify Blobs.
It uses the PNPM package manager.
Prerequisites#
You need the Netlify CLI for local development. (This is required to get local Netlify Blobs emulation.)
🧞 Commands#
All commands are run from the root of the project, from a terminal:
| Command | Action |
|---|---|
pnpm install |
Install dependencies |
netlify dev |
Start local dev server |
pnpm run build |
Build production site to ./dist/ |