PromptsVault AI is thinking...
Searching the best prompts from our community
Searching the best prompts from our community
Discover the best AI prompts from our community
A UI for inspecting JSONL datasets for fine-tuning Llama 3. Features: 1. Raw JSON vs 'Chat View' toggle. 2. Token counter per example. 3. Quality score badge (AI-evaluated). 4. Search and filter by 'instruction' or 'response' keywords. 5. Export filtered view to CSV/Parquet.
Designed to take a messy user prompt and 'optimize' it for GPT-4o. The optimizer should add: 1. Specific Persona (Expert Scientist, Creative Writer). 2. Constraints (No jargon, under 200 words). 3. Step-by-step reasoning instructions. 4. Expected output format (JSON, Markdown). 5. Few-shot examples to guide the model.
Visualize a complex LangChain agent flow. Flow components: 1. User Input -> Embedding Model. 2. Vector DB (Pinecone) retrieval. 3. LLM (GPT-4) reasoning step. 4. Tool execution (Google Search, Python Repl). 5. Final Output. Use a node-based diagram style with directed arrows and color-coded component boxes.
Create a web-based IDE mockup inspired by Cursor. Requirements: 1. File explorer sidebar. 2. Multi-tab editor with dummy code. 3. 'AI Assistant' chat window on the right. 4. Command palette (Ctrl+K) simulation. 5. Integrated terminal at the bottom. Use dark VS Code colors (One Dark Pro) and high-density spacing.
Replicate the polished Clerk user management UI. Features: 1. Organization switcher dropdown. 2. User list with 'Manage User' modal. 3. API key management list with 'Reveal' and 'Copy' actions. 4. Branding settings (Upload logo, change primary color). 5. Usage analytics charts. Use Inter font and very subtle borders.
Design the UI for an AI-powered code generator. Elements: 1. Prompt input field with history and suggestions. 2. Preview window with mobile/desktop viewport toggle. 3. 'Code' tab with syntax highlighting. 4. Version history sidebar. 5. Modern glassmorphism effects and subtle radial gradients in the background.
Build a high-speed task management interface like Linear. Features: 1. Keyboard shortcut integration (e.g., 'c' for create). 2. Kanban board with drag-and-drop columns (Todo, In Progress, Done). 3. Clean, high-density table views. 4. Filter bar with multi-select support. 5. Real-time updates via WebSockets. Use a minimalist, high-contrast dark theme.
Create a custom PostHog-style funnel chart. Requirements: 1. Multi-step funnel (e.g., Landed -> Signed Up -> Paid). 2. Percentage drop-off calculations for each step. 3. Hover effects showing exact visitor counts. 4. Toggle to filter by cohort (e.g., 'Internal', 'External'). 5. Responsive SVG implementation using D3.js or Tremor.
Visualize CI/CD test results. Layout: 1. Summary cards: Passed, Failed, Flaky, Total Time. 2. Searchable list of test cases with status icons. 3. Modal to view trace logs or screenshots of failed steps. 4. Performance over time chart. 5. Dark/Light mode support. Use DaisyUI's alert and progress components.
A comprehensive showcase of Radix UI + Tailwind buttons. Includes: 1. Standard variants: Primary, Secondary, Destructive, Ghost, Link. 2. Icon prefixes/suffixes. 3. Loading state with animated spinner. 4. Custom gradient background animations. 5. Hover/Focus/Active states for a high-quality feel. 6. Copyable code snippets for each variant.
Set up the complete T3 Stack (Next.js, tRPC, Tailwind, Prisma). Focus on the end-to-end authentication flow. Steps: 1. Configure NextAuth with Prisma adapter. 2. Create tRPC procedures to fetch 'protected' user data. 3. Build a login page with provider buttons. 4. Implement a 'UserButton' client component with session hooks. 5. Ensure type safety from DB to UI.
Create a world-class creative portfolio with Framer Motion. Animations to implement: 1. Staggered entrance for hero text. 2. 'Scroll to view' reveal for project cards. 3. Smooth page transitions using AnimatePresence. 4. Custom cursor that changes shape on hover. 5. Parallax effect for the background mesh gradient.
Implement a real-time chat application. Use Supabase for Auth and Realtime Database. Features: 1. Channels/Rooms management. 2. Instantly visible messages using Postgres Changes. 3. 'User typing...' indicator. 4. Chat bubble UI with sender/receiver alignment. 5. Emoji picker integration and image attachment support using Supabase Storage.
Document a complete design system in code. Components to include: 1. Typography scale (H1-H6, Body, Caption). 2. Color variables for Primary, Secondary, Error, Success. 3. Button set (Primary, Outline, Ghost, Sizes). 4. Modal/Dialog patterns. 5. Form inputs with error states. Use Storybook for documentation and Tailwind for utility-first implementation.
Build a high-performance social media timeline. Technical stack: 1. Next.js App Router for server-side initial load. 2. React-window or TanStack Virtual for virtualization. 3. Infinite scroll using Intersection Observer. 4. Optimistic UI updates for 'Like' and 'Retweet' actions. 5. Embedded image/video previews with aspect-ratio management.
Develop a 'Trending Repositories' UI. Layout: 1. Filter dropdowns for 'Language' and 'Date Range'. 2. List items showing repo name, description, stars (count + icon), and contributors. 3. Color-coded language dots (e.g., TS: blue, JS: yellow). 4. Skeleton loading state for initial fetch. 5. Responsive design: switch from list to cards on small screens.
Create a rich-text block editor inspired by Notion. Features: 1. Handle '/' commands for block types (Header, List, Image, Code). 2. Drag-and-drop reordering of blocks. 3. Auto-save functionality using debounced API calls. 4. Slash-menu dropdown with fuzzy search. 5. Use TipTap or Slate.js as the core editor engine, but with custom DaisyUI styling.
Implement an embedded Stripe Checkout experience. Requirements: 1. 'Pay' button that triggers a server action to create a checkout session. 2. Handle 'success' and 'cancel' redirect URLs. 3. Show a loading spinner during session creation. 4. Use Stripe Elements for a custom-styled card entry field that matches the site's DaisyUI theme. 5. Webhook listener for 'checkout.session.completed' events.
Architect a secure User Management system. Use NextAuth.js for authentication (Google & GitHub providers) and Prisma with MongoDB for the database. Components needed: 1. 'Protected Route' wrapper using middleware. 2. Settings page to update profile (name, avatar, email). 3. Admin dashboard table listing all users with CRUD actions (Delete/Update Role). 4. Use Zod for form schema validation on the client and server.
Build a pixel-perfect replica of the Vercel Analytics dashboard. Focus on the 'Web Vitals' section. Use a minimalist grayscale palette with blue accents. Include: 1. Real-time visitor counter with pulse animation. 2. Geography heat map (placeholder). 3. Source/Referral table with clean borders. 4. Inter font family for a premium look. 5. Next.js Link prefetching for sub-pages.
Design a high-converting pricing page using Tailwind CSS v3.4 and DaisyUI 4.0. Feature three tiers: Starter, Pro, and Enterprise. Requirements: 1. Smooth hover scaling effects on the 'Pro' card. 2. A monthly/yearly toggle switch that updates prices with a transition. 3. Gradient borders for the featured plan. 4. Fully responsive flexbox layout. 5. Use primary/secondary theme colors consistently.
Draft a high-performance React 19 Server Component for a 'Product Listing' page. Use the new 'use()' hook for data fetching and 'Suspense' for granular loading states. Implement a skeleton loader that matches the final UI layout. Ensure the component is 'async' and handles empty states and error boundaries gracefully. Focus on minimal client-side JS bundle size.
Act as a senior frontend engineer. Create a production-ready SaaS dashboard using Next.js 14 App Router. Requirements: 1. Sidebar with collapsible links using Lucide-icons. 2. Sticky header with search and user profile dropdown. 3. Main dashboard with responsive grid (3 columns desktop, 1 column mobile). 4. Use DaisyUI stats components for metrics. 5. Integrate a line chart using Recharts for 'Revenue tracking'. 6. Ensure full accessibility (ARIA labels) and dark mode optimization using Tailwind 'dark:' utilities.