
router
TanStack Router is a type-safe, data-driven React router with built-in caching, prefetching, and nested layouts, while TanStack Start extends it into a full-stack SSR framework.
It provides a deployable reference for the emerging Email Verification Protocol, integrating Cloudflare's edge computing and Zero Trust for secure email-based identity verification.
Minimal implementation of the Email Verification Protocol on Cloudflare Workers + Zero Trust.
wrangler.jsonc./accounts, /login, and /verify-email..well-known/web-identity on your eTLD+1 domain name./login endpoint.node <<EOT
const jose = await import("jose");
const keyPair = await jose.generateKeyPair("EdDSA", { extractable: true });
const jwk = await crypto.subtle.exportKey("jwk", keyPair.privateKey);
console.log(jwk);
EOT
The d value is a private key and the x value is a public key.
Minimal implementation of the Email Verification Protocol on Cloudflare Workers + Zero Trust.
Similar projects matched by category, topics, and programming language.

TanStack Router is a type-safe, data-driven React router with built-in caching, prefetching, and nested layouts, while TanStack Start extends it into a full-stack SSR framework.
scriptc compiles ordinary TypeScript into small, fast native executables without needing Node.js, V8, or any JavaScript runtime in the binary.
A React component library that renders six hand-tuned animated thought orb loading indicators on a plain 2D canvas, with two purpose-tuned sizes and automatic theme detection for AI and agent UIs.