Pages
66
Tested
8
58 untested
Avg diff
49.4%
Menus / Cats / CPTs
5 / 4 / 0
Elementor REST
✓
Build & deploy status
Laatste activiteit per stageGit (lokaal)
708a17a
feat(admin): site-wide prompts + deploy-buttons + public URL met password gate
74 minutes ago
2 uncommitted
Staging-improve
niet deployed
Klant approve flow
Status per stage. Klant klikt "approve" → unlocks volgende stage. Approval-state wordt lokaal opgeslagen (sessionStorage) en getoond aan team.
Stage 1 — staging-clone
Eerste rebuild. Klant reviewt: heeft alles meegenomen?
staging-clone.korton-website.pages.dev ↗Stage 2 — staging-improve
Design polish + verbeteringen. Klant reviewt: ziet ie er goed uit?
nog niet deployed
Sanity content management
Bewerk content rechtstreeks via Sanity Studio. Wijzigingen worden meteen door de site getoond na rebuild.
Site-wide prompts (raakt alle pages)
Voor veranderingen die op meerdere/alle pages tegelijk moeten landen.
Tailwind tokens (kleuren / fonts / spacing)
clients/korton-website/tailwind.config.mjs
Block components (alle iconBox / contentBox / counter / ...)
clients/korton-website/src/components/blocks/BlockRenderer.astro
Default page template (alle "page" docs)
clients/korton-website/src/components/templates/Default.astro
BaseLayout (head, fonts, page-frame)
clients/korton-website/src/layouts/BaseLayout.astro
Header (navigation + mobile-menu)
clients/korton-website/src/components/Header.astro
Footer (5 columns + legal + social)
clients/korton-website/src/components/Footer.astro
Site config (klant-data: nav, footer-cols, features)
clients/korton-website/src/lib/site-config.ts
Deploy
1-click copy-paste voor terminal. Toekomst: directe button (Sprint 15).
Build + Staging-clone
cd ~/websitebuilder/clients/korton-website && npm run build && cd ~/websitebuilder/_scripts/migrations && node staging-deploy.mjs --slug korton --branch staging-clone --force
Build + Staging-improve
cd ~/websitebuilder/clients/korton-website && npm run build && cd ~/websitebuilder/_scripts/migrations && node staging-deploy.mjs --slug korton --branch staging-improve --force
Build + PRODUCTION (main)
cd ~/websitebuilder/clients/korton-website && npm run build && cd ~/websitebuilder/_scripts/migrations && node staging-deploy.mjs --slug korton --branch main --force
Modern features (per-klant toggle)
Bewerk in
clients/korton-website/src/lib/site-config.ts → features object.Pagina-overzicht (66)
Quick actions (terminal)
Re-extract Elementor data
node ~/websitebuilder/_scripts/migrations/extract-elementor.mjs --slug korton
Re-migrate content
node ~/websitebuilder/_scripts/migrations/migrate-content.mjs --slug korton --force
Re-build templates
node ~/websitebuilder/_scripts/migrations/rebuild-templates.mjs --slug korton --concurrency 2 --force
Build + deploy staging-clone
cd ~/websitebuilder/clients/korton-website && npm run build && cd ~/websitebuilder/_scripts/migrations && node staging-deploy.mjs --slug korton --branch staging-clone --force
Re-meet visual-diff (alle pages)
node ~/websitebuilder/_scripts/migrations/compare-sites.mjs --slug korton --branch staging-clone --max-pages 30
Inspect 1 specifieke page
node ~/websitebuilder/_scripts/migrations/inspect-page.mjs --slug korton --path /<path>