shlogg · Early preview
Ramu Narasinga @karthik-m22

HCaptcha In Open Source Projects: Supabase And Chatwoot Examples

Learn how hCaptcha helps detect bots in Open Source projects like Supabase & Chatwoot. See code examples of its usage in React, Vue.js and more at https://www.hcaptcha.com/

In this article, you will learn what is hCaptcha and its usage in Open Source projects such as Supabase and Chatwoot.


  
  
  What is hCaptcha?

hCaptcha helps you detect bots. when you have a public facing form such as signin/signup, you could have bots spamming your systems. This is where hCaptcha comes into picture, it provides a captcha for a user to solve the puzzle so bots are not allowed to sign up.
Link to official website — https://www.hcaptcha.com/

  
  
  hCaptcha docs

hCaptcha docs is built using Docusaurus and their developer guide provides a vanilla example, but there’s frame...