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:
| Category | Examples |
|---|---|
| Blog & Articles | Blog Post, Listicle, How-to Guide |
| Marketing Copy | Landing Page, Value Proposition, Press Release |
| Social Media | Twitter Thread, LinkedIn Post, Instagram Caption |
| Cold Email, Newsletter, Welcome Email | |
| E-Commerce | Product Description, Review Response |
| SEO | Meta Descriptions, Keywords, FAQ Schema |
| Creative Writing | Story Starter, Poem, Dialogue |
| Business | Business Plan, Pitch Deck, Job Description |
| Ads & PPC | Google Ads, Facebook Ad |
| Website Copy | About 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-3inapp/(dashboard)/templates/page.tsx. Swap the column count as you like. - Add your own categories — see Customizing Templates.
- Tag templates — extend the
Templateinterface with atags: string[]field and render them as secondary badges on each card.
Next: Generate →