Documentation Menu
Examples
Reference implementations to model your product after.
These reference implementations show how to use the edd Starter template to build different types of web applications.
SaaS Skeleton
A complete boilerplate layout for subscription-based SaaS applications:
- Auth Integration: Protected dashboard directories under
src/routes/_dashboard/that verify sessions before loading pages. - Data Tables: Pre-designed tables in the billing sections showing invoice lists, subscription statuses, and user activity logs.
- Stripe Integration: Example routes showing how to handle checkout redirection and capture billing events.
Dashboard UI Interface
Below is a visual preview of a dashboard built with the template:

SaaS Telemetry Dashboard Interface Mockup
Landing Layouts
A collection of landing page designs optimized for conversion and speed:
- Hero Blocks: Eye-catching headers with calls-to-action (CTAs) and interactive command line blocks.
- Pricing Grids: Responsive pricing cards with toggle buttons to switch between monthly and annual billing plans.
- Feedback Timelines: Dynamic lists to display customer reviews, testimonials, and brand logos.
Internal Tools
Scaffolding for administrative tools, support dashboards, and database viewers:
- Data Fetching & Search: Search layouts with input validation, filters, and paginated lists.
- Role Checks: Page guards that restrict administrative settings to users with designated roles.