Free tool

Get a personalized Pagewell setup checklist.

Answer 5 questions about your repo, stack, and brand rules. Get a customized setup checklist plus starter templates for DESIGN.md and PAGEWELL.md — ready to paste into your project.

  • No signup
  • Runs in browser
  • No upload

Runs locally in your browser. No signup and no upload.

Answer the questions and click “Generate checklist” to get your personalized setup plan.

How to use

Remove the setup friction that blocks most teams.

The hardest part of Pagewell is often the first 30 minutes: understanding what files you need and what goes in them. This tool gives you a personalized starting point.

01

Answer 5 questions

Framework, existing routes, brand rules, product facts, and team setup.

02

Get a custom checklist

The tool generates a prioritized setup checklist based on your answers.

03

Copy starter templates

Get starter templates for DESIGN.md and PAGEWELL.md matched to your stack.

Example output

A checklist that matches your repo, not a generic tutorial.

The output changes based on your framework, existing conventions, and what you already have.

setup checklist
## Pagewell Setup Checklist for Astro

[ ] Run: bunx skills add ReScienceLab/pagewell --skill pagewell
[ ] Create DESIGN.md from your existing styles and components
[ ] Run discover-site to inspect src/pages, layouts, and metadata
[ ] Review generated PAGEWELL.md for accuracy
[ ] Add product facts and supported claims
[ ] Mark prohibited or unknown claims explicitly
[ ] Document route taxonomy for existing page types
[ ] Run a test page generation and verify the diff
[ ] Update sitemap, robots, and llms.txt if needed

## Starter PAGEWELL.md sections
- Product facts
- Supported claims
- Prohibited claims
- Site implementation (Astro)
- Route taxonomy
- Page patterns
- Generation rules
- QA rules

Start shipping

Ready to turn your content map into reviewable code?

Install Pagewell, run discover-site, and start generating pages with your new setup checklist.

bunx skills add ReScienceLab/pagewell --skill pagewell

Then ask: Use Pagewell to discover this repo and create PAGEWELL.md.

FAQ

Common questions, answered directly.

What if I don't have DESIGN.md yet?

The checklist includes a DESIGN.md starter template. You can also run bun run lint:design after creating it to check against the Google DESIGN.md spec.

Does this work for non-Astro frameworks?

Yes. The tool adapts its checklist and templates based on your selected framework: Astro, Next.js, static HTML, or other.

Can I share the checklist with my team?

Yes. Copy the output or download it as a markdown file.

Is this a substitute for Pagewell discover-site?

No. This tool gives you a human-readable checklist and starter templates. The discover-site skill actually inspects your repo files and creates PAGEWELL.md automatically. Use both.