Connecting your first site
Two ways to connect: deployed URL (fastest) or GitHub repository (unlocks edits and PRs).
From a deployed URL#
Paste the live URL from your dashboard. Weblooks proxies the site through its inspection canvas: no DNS changes, no JavaScript injection. Audit and comment features work immediately. Best for one-off reviews and read-only sites.
From a GitHub repository#
Authorize the repo, pick the default branch, and Weblooks reads the file tree through the GitHub API. This connection unlocks pull-request-based edits, CMS adapter writes, and branch-aware preview. Tokens are scoped to the project and never stored in browser bundles.