AI-Powered Development
Build Apps with LLM Assistance
These prompts are designed for SvelteKit 5 apps deployed on Cloudflare Workers. Each uses Dexie.js for local-first persistence and follows the PPX interoperability standard.
SvelteKit 5 + Runes
Cloudflare Workers
Dexie.js (IndexedDB)
How to Use These Prompts
Three easy steps to build your app
1
Choose an App
Browse the ideas below and pick one that matches your needs
2
Copy the Prompt
Click "Copy Prompt" to copy the full specification to your clipboard
3
Paste & Build
Paste into Claude, ChatGPT, Cursor, or your favorite AI tool
App Ideas
Click on any card to view the full prompt
Pro Tips for Better Results
- Start with "You are building a SvelteKit 5 app" to set context
- Ask the LLM to create the Dexie database class first, then build components
- Request TypeScript types for all data models upfront
- Use "make it local-first with IndexedDB" to ensure offline support
- Add "export to PPX format" to make data interoperable with other tools