Documentation
Welcome to the edd Starter documentation. Find architecture overviews, integration matrices, implementation guides, and legal templates to ship your SaaS safely and quickly.
Starter
Understand the architecture, module map, design system tokens, and development conventions.
Product
Follow the feature roadmap, view updates in the changelog, learn about integrations, and browse release notes.
Support
Find guides, templates, real examples, and quick answers to frequently asked questions.
Legal
Review our open-source privacy policy, service terms, cookies statement, and package licenses.
Getting Started Instantly
To begin developing your SaaS application, we recommend walking through the core components in order. Clone the template repository, set up your credentials, configure your database, and run the developer server.
git clone https://github.com/eddremonts86/edd-app-template.git your-saas-app
cd your-saas-app
pnpm install
pnpm db:up
pnpm dev