You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kickstarter is the world's largest reward-based crowdfunding platform, specifically focused on creative projects. The mental model is all-or-nothing funding — creators set a funding goal and deadline; if the goal is met, pledges are collected and rewards fulfilled; if not, no money changes hands. Kickstarter differentiates through its strict all-or-nothing model (unlike Indiegogo's flexible funding), curated project review process (projects must be approved), creative-only focus (no charity, equity, or personal causes), community engagement (updates, comments, backer interaction), and cultural influence as the launchpad for iconic products (Pebble, Exploding Kittens, Oculus). The platform takes a 5% fee on funded projects.
Site Map
Backer Side
├── Discover (Home)
│ ├── Search Bar
│ ├── Featured Project (hero, editor's pick)
│ ├── Recommended for You
│ ├── Trending Right Now
│ ├── Nearly Funded (close to goal)
│ ├── Just Launched (new projects)
│ ├── Projects We Love (staff picks)
│ ├── Categories (quick links)
│ └── "What We Do" explainer (first-time visitors)
├── Explore
│ ├── Category Browse
│ │ ├── Art
│ │ ├── Comics & Illustration
│ │ ├── Design & Tech
│ │ ├── Film
│ │ ├── Food & Craft
│ │ ├── Games (Tabletop Games, Video Games)
│ │ ├── Music
│ │ ├── Publishing
│ │ └── Each with Subcategories
│ ├── Filter: Location, Goal Amount, % Funded, "Projects We Love"
│ ├── Sort: Magic (algorithm), Popularity, Newest, End Date, Most Funded, Most Backed
│ ├── Ending Soon
│ └── Collections (curated themed lists)
├── Project Page (Core Experience)
│ ├── Project Header
│ │ ├── Video / Hero Image
│ │ ├── Project Title
│ │ ├── Creator (name, avatar, location)
│ │ ├── Category / Subcategory Badge
│ │ └── "Projects We Love" Badge (if selected)
│ ├── Funding Stats Bar
│ │ ├── Amount Pledged / Goal (progress bar)
│ │ ├── Number of Backers
│ │ ├── Days to Go (or "Funded!" / "Funding Unsuccessful")
│ │ └── % Funded
│ ├── Pledge Button (green "Back this project" CTA)
│ ├── Tabs
│ │ ├── Campaign
│ │ │ ├── Story (rich text, images, GIFs)
│ │ │ ├── Risks and Challenges (required section)
│ │ │ └── Environmental Commitments
│ │ ├── Rewards
│ │ │ ├── Pledge Without a Reward
│ │ │ ├── Reward Tiers (cards)
│ │ │ │ ├── Pledge Amount
│ │ │ │ ├── Title & Description
│ │ │ │ ├── Includes (list of items)
│ │ │ │ ├── Estimated Delivery
│ │ │ │ ├── Shipping (where and how much)
│ │ │ │ ├── Backers Count
│ │ │ │ ├── Limited (X of Y left) — if limited
│ │ │ │ └── [Select] Button
│ │ │ └── Add-Ons (optional extras)
│ │ ├── FAQ (creator-authored)
│ │ ├── Updates (creator posts)
│ │ │ ├── Update List
│ │ │ ├── Backer-Only Updates (locked for non-backers)
│ │ │ └── Comment on Updates
│ │ └── Comments (backer discussion)
│ │ ├── Comment Thread
│ │ ├── Creator Responses (highlighted)
│ │ └── Sort (newest, oldest)
│ ├── Reward Sidebar (desktop, sticky)
│ │ ├── All reward tiers (scrollable)
│ │ └── "Back this project" CTA
│ ├── Creator Section
│ │ ├── Creator Bio, Location
│ │ ├── Past Projects (track record)
│ │ ├── Created / Backed Count
│ │ ├── Last Login
│ │ └── Contact Creator
│ ├── Social Share (Twitter, Facebook, email, embed)
│ └── Related Projects ("You might also like")
├── Pledge Flow
│ ├── Select Reward (or "Pledge without a reward")
│ ├── Set Pledge Amount (can go above minimum)
│ ├── Add-Ons (select optional extras)
│ ├── Shipping Country Selection
│ ├── Payment Information (card — charged only if funded)
│ ├── Review Pledge
│ └── Confirm ("Remember, this is an all-or-nothing project")
├── Backed Projects (Your Profile)
│ ├── Backed Projects List
│ │ ├── Status: Live / Successfully Funded / Unsuccessful / Completed
│ │ └── Pledge Detail
│ │ ├── Pledge Amount & Reward
│ │ ├── Estimated Delivery
│ │ ├── Survey Status (not sent / sent / completed)
│ │ ├── Modify/Cancel Pledge (if campaign still live)
│ │ └── Shipping Tracking (post-campaign)
│ ├── Saved Projects (bookmarked)
│ ├── Recommended Projects
│ └── Backed History (lifetime stats)
├── Profile
│ ├── Public Profile (bio, location, backed projects, created projects)
│ ├── Superbacker Badge (if eligible)
│ └── Connected Social Accounts
├── Messages
│ ├── Creator Messages
│ └── Backer-to-Creator Conversations
├── Notifications
│ ├── Project Updates
│ ├── Funding Milestones
│ ├── Survey Requests
│ ├── Reward Shipping
│ └── Recommended Projects
├── Account Settings
│ ├── Profile (name, bio, avatar, location)
│ ├── Email / Password
│ ├── Payment Methods
│ ├── Notification Preferences
│ ├── Privacy Settings
│ └── Connected Apps
├── Help
│ ├── How Kickstarter Works (for backers)
│ ├── Backer FAQ
│ ├── Creator Guidelines
│ ├── Trust & Safety
│ ├── Community Guidelines
│ └── Contact Support
└── Footer
├── About (company, charter, stats, press, jobs)
├── Support / Education
├── Arts & Culture
└── Legal (terms, privacy, cookie policy)