The Flare Suite, Local Chrome AI & High-Performance Rust.
A flagship ecosystem of zero-cost, zero-latency Astro integrations powered by Chrome on-device Gemini Nano, compiled Rust developer tools for Cloudflare Workers & Pages, and enterprise edge infrastructure.
cargo install flareguard
cargo install flareperf
cargo install flarelint
cargo install flareops
Next-Gen Cloudflare Developer Toolchain
A unified collection of four high-speed compiled Rust binaries engineered to solve security posture, performance budgets, AST validation, and developer operations across Cloudflare Workers, Pages, and Edge databases.
-
flareguard: Secret leak scanner, ghost binding validation, multi-zone TLS posture, & CT log origin IP hunting -
flareperf: Worker gzip/brotli bundle quotas, V8 isolate cold-start budgets, 50-subrequest limits, & D1 batching -
flarelint: OXC AST static analysis for illegal binding access in prerender routes, Node.js compat, & ctx.waitUntil safety -
flareops: Automated Wrangler binding synchronization with TypeScript App.Locals, .dev.vars, & _routes.json optimization
π‘οΈ flareguard
Cloudflare Security, Secret Leaks, Binding Validation, Zone Posture, and Certificate Transparency Origin IP Hunting.
cargo install flareguard
β‘ flareperf
Edge Performance, Bundle Budgets, V8 Isolate Cold-Start analysis, 50-Subrequest Limits, and D1 Batching.
cargo install flareperf
π flarelint
OXC-Powered AST Static Analysis, Node.js Compatibility, ctx.waitUntil Linter, and Durable Objects Safety.
cargo install flarelint
π flareops
DevEx, Wrangler Binding Sync, .dev.vars Migrations, and Pages _routes.json Optimizer.
cargo install flareops
Local AI Intelligence Embedded in Astro
A unified toolchain of hydration directives, dev toolbar extensions, rehype plugins, and link prefetchers powered directly by on-device Chrome Built-in AI with zero API costs.
-
client:ai-readydirective delays hydration until Gemini Nano is resident in memory - Zero-JS interactive code annotations streamed via build-time Rehype data attributes
- Real-time WCAG 2.1 AA/AAA accessibility, microdata & editorial tone auditors
- Link hover intelligence producing instant 15-word route briefs via Chrome Summarizer
astro-client-directive-ai
A custom client:ai-ready directive that delays hydrating components until Chrome's on-device Gemini Nano model is fully resident in memory.
bun add astro-client-directive-ai
astro-rehype-nano-code
Zero-JS code block explainer. Injects build-time data attributes and streams step-by-step code annotations into an accessible drawer on-demand.
bun add astro-rehype-nano-code
astro-prefetch-ai-brief
Link hover intelligence. Automatically background-fetches target route HTML and produces instant 15-word preview tooltips via Chrome Summarizer.
bun add astro-prefetch-ai-brief
astro-dev-audit-nano
Real-time WCAG 2.1 AA/AAA accessibility & SEO auditor. Scans heading hierarchy, contrast ratios, and drafts context-aware image alt-text.
bun add astro-dev-audit-nano
astro-dev-copy-optimizer
Point-and-click copy tuner in development. Inspects headings, CTAs, and paragraphs to audition tone adjustments with 1-click clipboard copy.
bun add astro-dev-copy-optimizer
astro-og-smart-crop
Simulates OpenGraph and Twitter card previews in dev mode, preventing awkward ellipsis cutoffs with character-budgeted headline alternatives.
bun add astro-og-smart-crop
astro-schema-ld-verifier
Dev-time JSON-LD structured data auditor. Checks rendered microdata against actual DOM content to flag ghost claims and mismatched authors.
bun add astro-schema-ld-verifier
astro-dev-i18n-coverage
Finds missing localization keys directly in the rendered DOM and drafts contextual translations ready to export to your locale dictionary.
bun add astro-dev-i18n-coverage
astro-dev-content-linter
Editorial voice and tone auditor. Evaluates reading grade levels, flags passive voice and corporate jargon, and suggests inline rewrites.
bun add astro-dev-content-linter
astro-dev-schema-scaffolder
Scaffolds valid Schema.org microdata (TechArticle, FAQPage, Event, Product) by extracting page headings and structure via Gemini Nano.
bun add astro-dev-schema-scaffolder
astro-dev-mock-generator
Generates synthetic, realistic mock data matching your Astro Content Collections Zod schema without cluttering local markdown files.
bun add astro-dev-mock-generator
astro-dev-broken-anchor-healer
Smart internal anchor link validator. Finds broken #anchor targets and fuzzy-matches renamed headings with 1-click DOM fixes.
bun add astro-dev-broken-anchor-healer
astro-dev-island-hydration-advisor
Island hydration advisor. Visualizes the viewport fold line and flags eager client:load directives on below-the-fold components.
bun add astro-dev-island-hydration-advisor
Edge Infrastructure Verified Before Deployment
High-throughput compiled Rust tools and AST linters preventing runtime crashes, secret leaks, unmasked origin exposures, and Cloudflare Worker bundle overruns.
- Static AST linter detecting illegal Cloudflare binding access in static prerendered Astro pages
- Gzip/Brotli bundle size analyzer auditing quotas against Cloudflare Worker limits
- Multi-zone security auditor verifying SSL/TLS strictness, HSTS headers, and DNSSEC
- High-throughput scanner preventing API keys and Turnstile secrets from leaking into client builds
oxc-astro-cf
Static AST linter detecting illegal access to Cloudflare runtime bindings inside static prerendered Astro pages before deployment.
cargo install oxc-astro-cf
edge-bundle-budget
Audits gzip/brotli sizes against Cloudflare Worker tier quotas, inspects sourcemaps, and decomposes .wasm binaries.
cargo install edge-bundle-budget
cf-origin-hunter
Discovers unmasked origin IPs behind Cloudflare proxies via DNS historical records, Certificate Transparency logs, and direct HTTP probes.
cargo install cf-origin-hunter
cf-zone-auditor
Multi-zone Cloudflare security auditor verifying SSL/TLS strictness, HSTS headers, WAF rulesets, and DNSSEC validation.
cargo install cf-zone-auditor
astro-binding-sync
Synchronizes wrangler.jsonc resources with TypeScript App.Locals and env.d.ts definitions to ensure complete type safety.
cargo install astro-binding-sync
cf-secret-leak-guard
High-throughput scanner preventing Cloudflare tokens, Turnstile keys, and secrets from leaking into client-side production builds.
cargo install cf-secret-leak-guard
Modernizing WordPress with Edge Databases & LLM MCPs
Bridging modern web infrastructure with WordPress via Cloudflare D1 serverless SQL, edge KV stores, AI content sanitizers, and high-performance Rust MCP servers for AI coding assistants.
- Rust port of wp-blockmarkup-mcp: Model Context Protocol server & CLI for Gutenberg block schemas
- Native PHP classes querying Cloudflare D1 SQL and KV edge storage directly inside WordPress
- Editorial content cleaner sanitizing Gemini AI markdown and artifacts from WordPress posts
- TypeScript CLI port of WordPress Theme Check tool with modern validation rulesets
wp-blockmarkup-mcp
Fast, lightweight Rust Model Context Protocol (MCP) server & CLI for auditing, linting, and previewing Gutenberg block markups.
cargo install wp-blockmarkup-mcp
wp-cloudflare-d1
A native PHP class to query and utilize Cloudflare D1 serverless SQL edge database directly within WordPress themes and plugins.
composer require bhubbard/wp-cloudflare-d1
wp-cloudflare-kv
A modern WordPress library to interface directly with Cloudflare Workers KV storage for global sub-millisecond edge lookups.
composer require bhubbard/wp-cloudflare-kv
wp-gemini-cleaner
A WordPress tool for cleaning and sanitizing Gemini AI-generated editorial content, removing unwanted markdown artifacts.
composer require bhubbard/wp-gemini-cleaner
Intentional Velocity
Speed is nothing without direction. We move fast because we know exactly where we are going. Zero guessing.
Code as Craft
The code you donβt see is as critical as the pixel you do. Clean, modular, typed, and engineered to survive growth.
Radical Ownership
Every line of code, component structure, and design decision is owned, defended, tested, and delivered.