11 tools live
Small tools that fix real pains.
Each one does a single job properly. No account needed to try it. Nothing stored beyond the request. A dollar a month if it earns a place in your workflow.
All tools
CI Log Explainer
Stop staring at cryptic build errors
Paste your GitHub Actions, GitLab CI, Jenkins, or CircleCI failure log. Get an instant plain-English breakdown of what broke, why it broke, and the exact steps to fix it — no more digging through Stack Overflow.
- ✓Covers npm, Python, Docker, TypeScript, Go, Maven, and more
- ✓Detects the platform automatically from your log
- ✓Returns exact fix steps, not just error descriptions
- ✓Runs entirely in your browser — log never leaves your machine
✗ npm ci failed with exit code 1
✗ ERESOLVE unable to resolve dependency tree
✗ peer react@"^17.0.0" from react-scripts@5.0.1
What broke
react-scripts 5 requires React 17, but you have React 18 pinned in package.json.
Fix
Downgrade react-scripts to 5.0.1 or migrate to Vite. Run: npm i react-scripts@5.0.1 --legacy-peer-deps
Agent Allowlist
Stop approving the same command twice
Paste the commands your coding agent keeps interrupting you for. Get back a settings.json allowlist that is scoped correctly — narrow enough to stay safe, broad enough to actually stop the prompts.
- ✓Unlimited rule generation and checks
- ✓No daily cap while you tune a config
- ✓Every rule explained, not just emitted
- ✓Cancel anytime, one click
{
"permissions": {
"allow": [
"Bash(npm run build)",
"Bash(npm run typecheck)",
"Bash(git status)",
"Bash(git diff:*)",
"Read(*)"
],
"deny": [
"Bash(rm -rf:*)"
]
}
}JSON Formatter
Clean up JSON without pasting it into a sketchy site
Pretty-print, minify, sort keys, or parse JSON Lines — all in one place. Your data never leaves your browser session.
- ✓Unlimited runs
- ✓No daily cap, no waiting
- ✓Priority processing
- ✓Cancel anytime, one click
Input
{"user":{"id":1,"name":"Alice","active":true},"roles":["admin","viewer"]}Output
{
"roles": [
"admin",
"viewer"
],
"user": {
"active": true,
"id": 1,
"name": "Alice"
}
}n8n Credential Sync
Promote n8n credentials from dev to prod without re-entering them by hand
Point it at two n8n instances, see exactly what's missing, fill in the values once, and sync. No more credential archaeology every time you ship a workflow.
- ✓Unlimited syncs
- ✓No daily cap
- ✓Cancel anytime, one click
n8n Git Sync
Keep your n8n workflows safe in git — diffs you can actually read
Export every workflow as stable, pretty-printed JSON. Volatile IDs and timestamps stripped. One file per workflow. Meaningful diffs, real history.
- ✓Unlimited exports per day
- ✓No daily cap
- ✓All workflows, all instances
- ✓Cancel anytime, one click
{
- "name": "Slack Alert v1",
+ "name": "Slack Alert v2",
"nodes": [
{
- "parameters": {
- "channel": "#old-alerts"
+ "parameters": {
+ "channel": "#prod-alerts"
}
}
]
}OAuth Token Refresh
Stop re-authenticating your Google integrations every week
Paste your Google OAuth refresh token + app credentials and get a fresh access token in seconds. Works with rclone, n8n, Grafana, and any script that uses Google APIs.
- ✓Unlimited refreshes per day
- ✓No daily cap, no waiting
- ✓Refresh history (last 10 runs)
- ✓Cancel anytime, one click
RSS to Supabase Sync
RSS feeds land in Supabase once, not repeatedly
Paste a feed URL, connect your Supabase project, and every new item is upserted exactly once — no duplicate rows, no n8n workarounds.
- ✓Unlimited manual syncs
- ✓No daily cap
- ✓Priority processing
- ✓Cancel anytime, one click
Pentest Report Drafter
Stop spending half your engagement writing the report
Paste your raw findings, Nmap output, Burp requests, or messy notes. Get a structured report with CVSS scores, CWE IDs, remediation steps, and an executive summary — ready to deliver.
- ✓Accepts any input format — Nmap, Burp, Nessus, raw notes
- ✓CVSS 3.1 scoring and CWE mapping per finding
- ✓Executive summary for non-technical stakeholders
- ✓Copy the full report with one click
Turn raw findings into a professional pentest report in minutes, not hours.
CVE Triage
Stop treating every CVE like a fire drill
Paste your Trivy, Grype, npm audit, or Dependabot output. Get a prioritized triage: what to fix this week, what to monitor, and what to dismiss — with plain-English reasoning for each.
- ✓Accepts Trivy, Grype, npm audit, and any CVE list
- ✓Ranks by real-world exploitability, not just CVSS score
- ✓Filters dev-only and unreachable dependencies
- ✓Plain-English explanation for every decision
Cut through scanner noise — fix 2, ignore 28.
Landing Page Analyzer
Find out why your landing page isn't converting
Paste your landing page copy or HTML. Get a specific, opinionated critique across 8 dimensions — headline, value prop, CTA, social proof, objection handling — with concrete rewrites, not generic advice.
- ✓8-dimension analysis with specific ratings
- ✓Concrete rewrites for headline and subhead
- ✓Top 3 quick wins you can fix in under an hour
- ✓Works with raw copy, HTML, or product descriptions
Get an expert critique of your landing page — headline, CTA, copy, structure.
Landing Page Style Cloner
Clone any landing page's style in minutes
Paste a reference site URL (competitor, design showcase, anything) and describe your goal. Get concept cards showing exactly how that style translates to your page — then generate the full HTML.
- ✓Analyses any public landing page for colors, layout, and tone
- ✓Returns 4 concept cards specific to your goal
- ✓One click to generate the full HTML page
- ✓No account needed to see concept cards
Paste a reference site + your goal — get design concept cards, then generate the page.
Pricing
Transparent pricing.
No surprises.
Try any tool for free. Pay $1/month for the ones you keep. No seat minimums, no bundles, no upsells.
Free
$0
Try any tool, right now.
- ✓ Full access to every tool
- ✓ No account required
- ✓ No credit card
- ○ Daily request limits apply
Keep it
$1/tool/mo
For tools that earn their place.
- ✓ Unlimited requests
- ✓ No daily cap
- ✓ Cancel anytime, one click
- ✓ Priority processing
FAQ
Common questions
Do I need an account to try a tool?
No. Open any tool and use it immediately. No sign-up wall, no email required.
What does the $1/month cover?
Each tool is $1/month individually. If you use multiple tools, it's $1 per tool per month. Cancel any tool anytime — no contracts, no seat minimums.
Is my data sent to a server?
It depends on the tool. For tools like JSON Formatter, everything runs in your browser and nothing leaves your machine. For tools that use AI (like CI Log Explainer), the content you paste is sent to our API to generate a response. We don't store it after the request completes.
Can I suggest a new utility?
Yes. Email us at papercliptools@gmail.com with the specific pain you hit every week. If it's a real problem with a focused fix, we'll build it.
Find the tool that fixes your week.
No account. No signup. Open a tool and try it in 30 seconds.
Browse all 11 toolsStay in the loop
New tools ship weekly. Get notified.
No spam. Unsubscribe any time.