ContentAIDOCS
Features

Templates

Browse, search, and filter all AI templates.

The Templates page is a searchable gallery of every prompt template in the app. It's the main entry point for picking the right tool for what you want to write.

What you can do

  • Search by name or description (keyword search across both)
  • Filter by category using the pills at the top
  • Click any template to jump to Generate pre-filled with that template

Categories

Templates are organized into 10 categories:

CategoryExamples
Blog & ArticlesBlog Post, Listicle, How-to Guide
Marketing CopyLanding Page, Value Proposition, Press Release
Social MediaTwitter Thread, LinkedIn Post, Instagram Caption
EmailCold Email, Newsletter, Welcome Email
E-CommerceProduct Description, Review Response
SEOMeta Descriptions, Keywords, FAQ Schema
Creative WritingStory Starter, Poem, Dialogue
BusinessBusiness Plan, Pitch Deck, Job Description
Ads & PPCGoogle Ads, Facebook Ad
Website CopyAbout Page, Testimonial Request, CTAs

See the Templates Reference for every template in detail.

Template card

Each card shows:

  • An icon (Lucide)
  • The template name
  • A one-sentence description
  • The category badge
  • A Use template button

Hovering a card highlights it; clicking anywhere on the card navigates to Generate.

Searching

The search bar at the top matches against name and description. It's case-insensitive and doesn't require exact words — typing "seo meta" will match "Meta Descriptions".

Combine search with a category filter to narrow things down fast.

Empty state

If your search returns nothing, you'll see a "No templates match" message with a Reset filters button.

Customization

  • Change the grid density — the template grid is a standard Tailwind grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 in app/(dashboard)/templates/page.tsx. Swap the column count as you like.
  • Add your own categories — see Customizing Templates.
  • Tag templates — extend the Template interface with a tags: string[] field and render them as secondary badges on each card.

Next: Generate →

On this page