πŸŽ‰ Exciting news! We've launched Nakxi, a powerful design tool for creating designs, app screenshots and mockups. Check it out today! πŸš€
Code & Dev Compatible: claude

SaaS Admin Panel Dashboard Build Spec

Complexity Level: Intermediate
Prompt Code Block

Design a full internal Admin Dashboard for [PRODUCT_NAME] used by [ADMIN_ROLE: support | ops | super-admin]. --- 🎯 CONTEXT Admin tasks: [USER_MANAGEMENT | BILLING_OVERRIDE | CONTENT_MODERATION | SYSTEM_LOGS β€” pick all that apply] Scale: [~100 | ~10K | ~1M] records β€” affects table patterns Auth: [RBAC roles list] --- πŸ“ INFORMATION ARCHITECTURE Sidebar sections: 1. Overview β€” system health, signups today, errors, MRR snapshot 2. Users β€” searchable table, impersonate, suspend, role edit 3. [WORKSPACE | ORG] management 4. Billing β€” subscriptions, refunds (read-only or action?) 5. Content / Assets β€” if applicable 6. Audit log β€” immutable event stream 7. Settings β€” feature flags, email templates Each section needs: page header, breadcrumbs, primary action button, filters, table or detail drawer pattern. --- 🎨 VISUAL DIRECTION Utilitarian, high-density, accessible. Light mode default [#FAFAFA base]. Accent [BLUE | SLATE] for actions only. Typography: [Inter acceptable here for admin] OR [Geist] for modern feel. Show danger actions in [RED] with confirm modals spec. --- 🧩 CRITICAL UX PATTERNS - User detail: slide-over drawer with tabs (Profile, Activity, Billing, Notes) - Bulk select + bulk action bar - Toast notifications for mutations - Optimistic UI rules: when allowed vs blocked - Permission gates: hide vs disable vs redirect --- βš™οΈ IMPLEMENTATION Stack: [NEXT.JS + SHADCN | REACT ADMIN | CUSTOM] Deliver: route map, component list, Prisma/schema entities referenced, API endpoints table (method, path, purpose) --- βœ… Deliver wireframes in text, all microcopy, error messages, and empty states. No lorem ipsum.

🌟 Example Output / Preview

### Generated Component Preview: ```typescript // Fully validated modern structure import { z } from 'zod'; export const RequestSchema = z.object({ id: z.string().uuid(), createdAt: z.date().default(() => new Date()), data: z.record(z.string(), z.any()) }); export type ValidatedRequest = z.infer<typeof RequestSchema>; ```

Prompt Metadata

DifficultyIntermediate
Compatibilityclaude

Primary Use Cases:

  • β€’Legacy code modernization & technical refactoring
  • β€’Full-stack layout generation & component structuring
  • β€’CI/CD workflow automation & unit/E2E testing suites

Associated Tags:

#admin #dashboard #saas #crud #tailwind

πŸ’‘ Pro Tips & Advice

1. Use bracketed items: Be sure to fill out all [PLACEHOLDER] elements with specific details before sending the prompt to the AI model.

2. Adjust temperature: For creative tasks, set AI temperature higher (e.g., 0.8), or lower (e.g., 0.2) for strict coding/technical tasks.

πŸ”— Related AI Prompts

Code & Dev
β˜… Featured

Full SaaS Landing Page Build Spec (SEO + Conversion)

You are a Staff Product Designer + Frontend Engineer + SEO strategist. Build a complete, production-ready marketing landing page f...

Compatible:claudeDiff:Advanced
#landing-page #saas #seo #nextjs #tailwind
Code & Dev
β˜… Featured πŸ”₯ Trending

SaaS Analytics Dashboard Full Build Spec

You are a Principal Product Designer + Frontend Lead. Design and specify a complete [LIGHT | DARK] analytics dashboard for [PRODUC...

Compatible:claudeDiff:Intermediate
#dashboard #saas #ui #tailwind #seo
Code & Dev
β˜… Featured

No-Code Platform Landing Page (Full Spec)

Landing Page Design Prompt β€” No-Code App Builder & Form Platform (customize all [BRACKETS]) 🎯 Product Context Product name: [YOU...

Compatible:claudeDiff:Advanced
#no-code #landing-page #forms #app-builder #seo