Just a Normal Captcha, you are not a robot? Then pass this Captcha!
Featuring 2 Cultured Quizzes to test if you are a Robot
Recently, Anime Captcha has been rewritten for better developer and user experience
-
Now written in SvelteKit with SSR (Was Svelte SPA with Vite)
-
Now use TailwindCSS (Was Bootstrap 5)
-
Now has many routes✨
-
Animations🤩 and miscellaneous design changes
-
Statistics and Play history
-
Much better responsiveness for mobile and various screen sizes
Changelog: ./CHANGELOG.md
/api/get : Get Questions just like how the app would retrieve data
- Optional Parameter: category
https://anime-captcha.vercel.app/api/get?category=fbi
/api/getall : Get All Data this website has
/api/insight : Get Insight about the data ex. Questions Count
-
pnpm install
-
pnpm dev