Submit your prompts and win in the Promptclash arena
ACTIVE CONTESTS
Accessible Dynamic Form Builder Challenge
Create a dynamic form builder using React 18 and TypeScript that allows drag-and-drop form elements. Must be WCAG 2.1 compliant with screen reader support, real-time validation using Zod, and data persistence to a Node.js backend. Include JSON export functionality and optimize for performance.
Progressive Web App Task Manager
Develop a PWA using Next.js 14 and TypeScript for task management with offline functionality using Workbox. Include drag-and-drop task prioritization, Supabase backend sync, push notifications for deadlines, and ensure installability on mobile/desktop. Use SWR for data fetching and caching.
Real-Time Collaborative Whiteboard
Build a real-time collaborative whiteboard using Vue 3, Vite, and Socket.IO. Users should draw shapes, lines, and text with changes synced across all clients. Implement undo/redo functionality, MongoDB persistence, and optimize for low-latency updates with graceful handling of concurrent users.