Overview
Saved Styles

Persist and reuse custom style configurations across prompts and sessions

savedstylespresets
Tuners
Props
PropTypeDefaultDescription
stylesSavedStyleItem[]requiredArray of saved style items with id, name, optional description, values map, and optional isDefault flag
selectedStyleIdstringundefinedID of the currently selected saved style
onSelectStyle(styleId: string) => voidrequiredCallback fired when a saved style is selected
onSaveStyle(name: string) => voidrequiredCallback fired to save current settings under a style name
onDeleteStyle(styleId: string) => voidundefinedOptional callback fired when deleting a saved style
titlestring"Saved Styles"Optional heading for the saved styles panel
variant"list" | "cards""list"Display style for listing saved styles
maxVisiblenumberundefinedOptional cap on number of style entries shown
Docs

Saved Styles let users persist custom style configurations and reuse them across prompts or sessions. This pattern builds on presets by allowing personalized, user-defined combinations of tone, format, and parameter values. It reduces repetitive setup work and improves consistency for recurring workflows.

Variants

  • List manager A compact list of saved styles with quick select, save, and delete actions.
  • Card library Visual cards for each saved style with descriptions and default badges.
  • Inline save action A lightweight 'save current settings' action embedded near active controls.

Use Cases

  • Persisting preferred style setups for repeated task types
  • Sharing repeatable style configurations within teams
  • Reducing setup friction for frequent prompt workflows
  • Switching quickly between customer-facing and internal writing styles
  • Maintaining output consistency across long-running projects

Best Practices

  • Allow quick save from current control state with minimal steps.
  • Support default/non-deletable styles as safe fallbacks.
  • Show concise descriptions so users remember intent of each style.
  • Confirm destructive delete actions for non-recoverable styles.
  • Keep selection and save flows accessible from the same surface.

Search patterns

Search for a pattern, category, or tag