1. Clear value up front
The first screen explains what the toolkit does and where to begin.
This site brings together a CSP generator, header audit tools, and implementation guides for teams shipping static sites, Jamstack apps, and frontend-heavy platforms.
Choose whether you need to generate a policy, inspect real headers, or understand a platform-specific setup.
Generate first, validate with checkers, and use the guide or FAQ only when you need context.
Use the articles to understand the pattern, then jump into the tools when you need a real answer from a real page.
The fastest path is always: generate, check, compare, and only then enforce.
Build a copy-ready policy, share it with a link, and move from report-only to enforcement with confidence.
Inspect the real response header before you guess. The browser and the CDN do not always match the config file.
Use Chrome's console, network panel, and Issues tab to turn a CSP violation into a fixable instruction.
The homepage stays focused on getting people to the right tool fast.
Explanations live deeper in the guide and FAQ, not in the hero.
Build a copy-ready policy string with report-only, nonce, hash, and common directive helpers.
Paste response headers and quickly see what is missing, why it matters, and how to fix it.
Fetch real response headers through a proxy or paste them manually to inspect CSP coverage.
Compute sha256-… hashes for inline scripts or stylesheets before pasting them into your policy.
Score a Content-Security-Policy header from 0 to 100 with explanations of every risk.
Compare two policies directive-by-directive to see what changed between report-only and enforce.
Audit Set-Cookie headers for Secure, HttpOnly, SameSite, and the __Host- / __Secure- prefixes.
Run your HTML under your CSP in a sandboxed iframe and see which payloads are blocked.
Pick the browser features your site uses and emit a copy-ready Permissions-Policy header.
Compute integrity hashes for any external <script> or <link> so CDN tampering is detectable.
Understand COOP, COEP, CORP, and OAC — and one-click the config that unlocks SharedArrayBuffer.
Spot missing og:, twitter:, viewport, canonical, and theme-color on any URL or pasted HTML.
Edit a robots.txt visually and immediately check whether a URL would be allowed or blocked.
Validate any sitemap for required fields, http/https consistency, long URLs, and 50K cap.
Detect Schema.org types, check required fields, and surface common structured-data errors.
Inspect a domain's SPF, DKIM, and DMARC records via DNS-over-HTTPS — no backend required.
Follow every hop in a redirect chain, see status codes and timings, and catch loops.
Each section has a job: conversion, explanation, or troubleshooting.
The first screen explains what the toolkit does and where to begin.
The core tools stay visible so users do not have to interpret a large docs-first homepage.
Guides and FAQs handle concepts, platform details, and recurring implementation questions.
Jump into the environment you are actually shipping.