Skip to content

Instantly share code, notes, and snippets.

View dikaio's full-sized avatar
:copilot:
I may be slow to respond.

Don Dikaio dikaio

:copilot:
I may be slow to respond.
View GitHub Profile
@suhaotian
suhaotian / CaptchaWidget.tsx
Last active October 10, 2025 01:36
Cloudflare turnstile for next.js
'use client';
import Script from 'next/script';
import { useEffect, useRef, useState } from 'react';
const scriptLink = 'https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicit';
type TurnstileRenderParameters = Turnstile.RenderParameters;
export default function Captcha(