Summit Themes
After you buy

You're in. Here's how to get your theme.

Four steps from receipt to a running site, usually under ten minutes.

Open the customer portal
01

Open your receipt from Polar

Polar is our checkout and merchant of record. Your receipt email (from Polar, right after purchase) contains your personal link to the customer portal. That link is your proof of purchase and your key.

02

Claim your access in the portal

All-access: connect your GitHub account and accept the read-only invite to the private summit-themes/themes repo, and every current and future theme is one git pull away. Single theme: download your theme zip directly from the portal.

03

Run it locally

Clone the repo (or unzip), install, and start the dev server. Every theme is a complete Astro site, so it runs on the first try.

04

Point your AI editor at it

Each theme ships with llms.txt, a map your AI editor reads so it can reshape the site without spelunking. Paste the starter prompt below into Claude Code or Cursor and make the theme yours.

Run it (all-access)

git clone https://github.com/summit-themes/themes.git
cd themes/themes/<your-theme>
npm install
npm run dev

Your first 10 minutes: AI starter prompt

Read llms.txt and src/data/business.json first. This is my new website theme.
Replace the demo business with mine: <business name>, a <trade> company in <city, state>.
Update business.json (services, service areas, phone, hours) and keep every page,
JSON-LD block, and internal link working. Don't restructure; reshape.

Want a more specific prompt? Build one with thePrompt Builder or readhow to use your theme.

Didn't get the receipt, or something's off with your access?Contact support with the email you used at checkout. Not the right fit? See our refund policy. Refunds automatically revoke repo access, no hard feelings.