Skip to content

Rebuild Basin as internal tools hub#26

Open
Corey-T1000 wants to merge 4 commits intomainfrom
feat/basin-internal-tools
Open

Rebuild Basin as internal tools hub#26
Corey-T1000 wants to merge 4 commits intomainfrom
feat/basin-internal-tools

Conversation

@Corey-T1000
Copy link
Contributor

Summary

  • Replaces the external tools catalog placeholder with an internal tool directory
  • Tools are self-contained HTML files served from public/ — zero build step to add new ones
  • Ships with Email Signature Generator and Voronoi Chromatic Explorer as first two tools
  • Updates Next.js 14.0.4 → 14.2.30 (patches 11 CVEs including critical auth bypass)
  • Adds security headers (CSP, X-Frame-Options, Referrer-Policy, Permissions-Policy)

Adding a new tool

mkdir Basin/public/tool-name
cp tool.html Basin/public/tool-name/index.html
# Add entry to Basin/src/data/projects.ts
# Deploy

Test plan

  • npm run build passes in Basin/
  • Landing page renders tool cards at /
  • /voronoi/ loads the Voronoi Chromatic Explorer
  • /email-signature/ loads the Email Signature Generator
  • Signature copy-to-clipboard works in Chrome/Safari
  • Verify security headers present in response (CSP, X-Frame-Options)
  • Vercel preview deployment renders correctly

🤖 Generated with Claude Code

Replace the external tools catalog with an internal tool directory serving
self-contained HTML tools from public/. Add Email Signature generator
(converted from sandworm React component) and Voronoi Chromatic Explorer.

- Update Next.js 14.0.4 → 14.2.30 (patches 11 CVEs including auth bypass)
- Add security headers via next.config.js (CSP, X-Frame-Options, etc.)
- Strip 9 unused components (filters, search, sort, card expansion)
- Simplify landing page to clean tool card grid

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@vercel
Copy link
Contributor

vercel bot commented Mar 12, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
design-basin Ready Ready Preview, Comment Mar 12, 2026 10:04pm
design-sandworm Ready Ready Preview, Comment Mar 12, 2026 10:04pm

Request Review

Corey-T1000 and others added 2 commits March 12, 2026 18:00
Browser-based OpenGraph image generator using Canvas API with voronoi
backgrounds, 5 theme presets, live preview, and PNG export. Replaces
the Node.js CLI tool for interactive use.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Browser version can't match the CLI tool's multi-layer voronoi
renderer quality. Keeping OG generation as CLI-only via /og skill.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant