Data Visualization Dashboard Designer
Design a data dashboard with the right chart types, layout hierarchy, KPI placement, and interactive filters — with implementation code for your charting library.
More in Data & SQL Prompts
SQL: Rewrite a Slow Query for 10x Performance
Optimise a slow query with a step-by-step EXPLAIN ANALYZE walkthrough.
SQL: Schema Design for a New Feature
Produce a normalised schema, migrations, and seed data for a new product feature...
SQL: Detect N+1 and Suggest Eager Loading Fix
Audit a query log for N+1 issues and produce a fix with ORM-specific eager loadi...
SQL: Safe Zero-Downtime Schema Migration
Plan a schema migration that runs safely against a live production database.