Design System Prompts
12 Prompts • Created by Alexander Hunt • Updated 2h ago
Color Palette Generator
Created Oct 12, 2023
Act as a senior UI designer. Generate a 5-color accessibility-compliant palette based on the following brand keyword: [KEYWORD]. Include HEX codes and usage guidelines...
Documentation Rewriter
Created Oct 10, 2023
Transform this technical jargon into a user-friendly guide for non-developers. Focus on benefits over features and use a friendly, encouraging tone throughout...
Unit Test Architect
Created Sep 28, 2023
Analyze the provided TypeScript function and generate comprehensive Jest unit tests covering edge cases, error states, and primary success paths...
SQL Query Optimizer
Created Sep 20, 2023
Refactor the following SQL query for better performance. Focus on reducing JOIN complexity and optimizing subqueries for Postgres 15...
React Hook Refactor
Created Sep 15, 2023
Take this class component and rewrite it into a modern React functional component using hooks like useMemo and useCallback where appropriate...