# Notion Template Structure Guide

**Purpose:** Quick reference for building templates that sell  
**Time to build:** 1-2 hours per template once you have this structure

---

## Template Structure Formula (Proven to Work)

Every successful template has this architecture:

```
Template
├── 📄 Welcome/Intro Page
│   ├── How to use this template
│   ├── Quick tips
│   └── Link to support/contact
├── 🎯 Main Database/Dashboard
│   ├── Multiple views (Board, Table, Timeline, Calendar)
│   └── Filters & sorts pre-configured
├── 📊 Analytics/Summary
│   ├── Charts/graphs of data
│   ├── Key metrics
│   └── Progress indicators
├── 🎨 Settings/Customization
│   ├── Color palette guide
│   ├── How to modify
│   └── Hidden "admin" section
└── 📚 Templates/Examples
    ├── Pre-filled example data
    ├── Copy/duplicate these rows
    └── Before/after screenshots
```

**Why this works:** Users want to:
1. Understand what they bought
2. See it in action
3. Customize it easily
4. Get started immediately

---

## Template #1: Project Management Suite

### Database: Projects
- **Fields:**
  - Name (title)
  - Status (select: Planning, In Progress, On Hold, Complete)
  - Priority (select: Low, Medium, High, Urgent)
  - Team (multi-select)
  - Start Date (date)
  - End Date (date)
  - Budget (number)
  - % Complete (number/progress)
  - Notes (text)

- **Views:**
  1. **Kanban** - Grouped by Status (most used)
  2. **Timeline** - Shows start/end dates
  3. **Table** - All projects sortable
  4. **Calendar** - By end date

### Database: Tasks
- **Fields:**
  - Task Name (title)
  - Project (relation to Projects)
  - Assigned To (person)
  - Due Date (date)
  - Status (select: Todo, In Progress, Done)
  - Priority (select: Low, Medium, High)
  - Subtasks (checkbox items)
  - Notes (text)

- **Views:**
  1. **Kanban** - Grouped by status, filtered by my tasks
  2. **Upcoming** - Due date this week, sorted by priority
  3. **By Project** - Grouped by project
  4. **Backlog** - All open tasks

### Dashboard Page
- Quick stats:
  - Projects in progress (formula count)
  - Tasks due this week (rollup count)
  - Team capacity (estimate)
  - Budget spent (sum)
- Quick links to Kanban views
- "Start new project" button

### Welcome Page
- Screenshots of each view
- "How to:" guide (5 steps)
- Customization tips
- FAQ section

**Build time:** 8-10 hours  
**Est. price:** $14.99  
**Est. first month sales:** 60-80 units = $900-1,200

---

## Template #2: Content Creator Bundle

### Database: Content Ideas
- **Fields:**
  - Idea (title)
  - Platform (select: TikTok, Instagram, YouTube, Blog, Email)
  - Category (select: Education, Entertainment, News, Other)
  - Status (select: Brainstorm, Researching, Creating, Posted, Repurposed)
  - Urgency (select: Low, Medium, High)
  - Resources (text: links, references)
  - Notes (text)

- **Views:**
  1. **This Week** - Filter by status & due date
  2. **By Platform** - Grouped by platform
  3. **Ideas Board** - Kanban of brainstorming

### Database: Content Calendar
- **Fields:**
  - Title (title)
  - Platform (select)
  - Publish Date (date)
  - Publish Time (text)
  - Caption (text - full caption)
  - Hashtags (text)
  - Status (select: Scheduled, Posted, Repurposed)
  - Performance (number: views/likes)

- **Views:**
  1. **Calendar** - Month view by publish date
  2. **Next 30 Days** - Table sorted by date
  3. **By Platform** - Grouped by platform

### Database: Brand Assets
- **Fields:**
  - Asset Type (select: Logo, Color, Font, Template, Banner)
  - Name (title)
  - Description (text)
  - Usage Guidelines (text)
  - Files (file attachment)
  - Approved (checkbox)

- **Views:**
  1. **All Assets** - Table view
  2. **Brand Guidelines** - Organized by type

### Dashboard Page
- This month stats:
  - Posts published (count)
  - Content ideas in queue (count)
  - Average engagement (formula)
  - Platform breakdown (breakdown by platform)
- Quick links to calendars
- "Add new post" button

**Build time:** 10-12 hours  
**Est. price:** $16.99  
**Est. first month sales:** 50-70 units = $850-1,200

---

## Template #3: Personal Finance Dashboard

### Database: Income
- **Fields:**
  - Source (title: "Freelance Project", "Job", "Investment", etc.)
  - Amount (number)
  - Date Received (date)
  - Category (select: Employment, Freelance, Investment, Other)
  - Notes (text)

- **Views:**
  1. **This Month** - All income this month
  2. **Year to Date** - Running total
  3. **By Source** - Breakdown by income type

### Database: Expenses
- **Fields:**
  - Description (title)
  - Amount (number)
  - Category (select: Housing, Food, Transport, Entertainment, Health, Other)
  - Date (date)
  - Recurring (checkbox)
  - Payment Method (select: Cash, Card, Check, Transfer)

- **Views:**
  1. **This Month** - All expenses
  2. **By Category** - Grouped for breakdown
  3. **Recurring** - Monthly subscriptions

### Dashboard Page
- Key metrics:
  - Total income this month (sum)
  - Total expenses this month (sum)
  - Net income (formula)
  - Savings rate % (formula)
  - Top expense category (rollup)
  - Monthly budget vs actual (comparison)
- Monthly trend chart
- Quick access to "Add income/expense"

### Budget Tracker
- Monthly budget by category
- Track against actual
- Alert if over budget

**Build time:** 8-10 hours  
**Est. price:** $12.99  
**Est. first month sales:** 80-120 units = $1,000-1,600

---

## Key Design Principles

### 1. Pre-fill with Examples
- Include 3-5 example rows/entries
- Label as "[EXAMPLE] - You can delete me"
- Helps users understand immediately

### 2. Make It Easy to Start
- "Getting Started" section on first page
- Copy/duplicate button for templates
- Clear "Add new" buttons in each view

### 3. Customize, Don't Overwhelm
- Simple default view
- Advanced views in separate pages
- Settings section for power users

### 4. Add Personality
- Use emojis thoughtfully
- Add a "Tips & Tricks" section
- Include your personality in instructions

### 5. Support Ready
- FAQ section
- Link to email/support
- Video walkthrough (external link)

---

## Building Workflow

For each template, follow this order:

1. **Sketch structure** (30 min)
   - Draw database layout
   - List fields needed
   - Plan views

2. **Build databases** (1-2 hours)
   - Create main database
   - Add all fields
   - Test relations

3. **Create views** (1 hour)
   - Kanban/main view
   - Secondary views
   - Test filters/sorts

4. **Build dashboard** (30 min)
   - Add summary stats
   - Create quick links
   - Format nicely

5. **Add examples** (30 min)
   - Pre-fill with sample data
   - Label examples
   - Make them copy-able

6. **Create welcome page** (30 min)
   - How-to instructions
   - Screenshot gallery
   - FAQ section

7. **Polish & test** (30 min)
   - Mobile preview
   - Test all views
   - Verify search/filter

**Total:** 4-5 hours efficient building

---

## Pricing Formula

**Price = Base + Component Premium**

- Base: $9.99
- +$2 per database
- +$1.50 per view
- +$1 per advanced feature (dashboard, formulas, rollups)

**Examples:**
- Simple budget tracker: $9.99 + $2 (1 DB) + $1.50 (1 view) = $13.49 → **Price $12.99**
- Project suite: $9.99 + $4 (2 DB) + $3 (2 views) + $1 (dashboard) = $17.99 → **Price $16.99**

**Rule:** Always price at X.99 (psychological pricing)

---

## Common Mistakes to Avoid

❌ **Too many databases** - Keep it simple, max 3-4 databases per template  
❌ **No examples** - Always include pre-filled example data  
❌ **Confusing navigation** - Main features should be immediately obvious  
❌ **Overly designed** - Function beats form, avoid excessive customization  
❌ **No instructions** - Include a "Read Me First" page  
❌ **Mobile unfriendly** - Test on mobile, keep it usable  

---

## Next Steps

1. **Pick one template** - Start with Project Management (most popular)
2. **Build in Notion** - Use this structure as guide
3. **Test thoroughly** - Duplicate it, use as customer would
4. **Create listings** - Screenshot each view for Etsy
5. **Upload to Etsy** - Title, description, price, images
6. **Monitor feedback** - Iterate based on customer questions

---

## Revenue Timeline

**Week 1:** Build 1 template, launch on Etsy  
**Week 2:** Build 2 more templates, create bundle  
**Week 3:** Market aggressively via Pinterest/Reddit  
**Week 4:** Monitor sales, iterate, build templates 4-5  

**Expected by Week 4:** 200-300 sales, $3-4K revenue

---

**Remember:** Ship fast. Iterate faster. Money follows execution.

Let's go build. 🚀
