mirror of
1
2
Fork 0
A simple FOSS drop-in replacement to Google reCaptcha
Go to file
Devshh 399577a49c Now listen on 2020-03-24 11:40:48 +05:30
.vscode Added UI for captcha 2020-03-19 13:05:50 +05:30
dev Fixed typos and bad spacing 2020-03-23 15:13:38 +05:30
docs Forgotten 2 files sorry 2020-03-21 12:46:08 +01:00
scripts Current pre1 2020-03-15 09:56:24 +01:00
src Now listen on 2020-03-24 11:40:48 +05:30
test Updated scripts 2020-03-24 10:39:59 +05:30
.gitignore code refactor and remove unused dependencies 2020-03-16 12:54:10 +05:30
.travis.yml added travis and converted to single quotes 2020-03-16 16:51:34 +05:30
LICENSE Initial commit 2020-03-13 16:43:58 +05:30
README.md Refined code and improved client minification. Updated README 2020-03-23 15:03:52 +05:30
package-lock.json Remove typescript and add redis. Simple image serving and image verification 2020-03-17 19:21:25 +05:30
package.json Now listen on 2020-03-24 11:40:48 +05:30
rollup.config.js Refined code and improved client minification. Updated README 2020-03-23 14:53:48 +05:30

README.md

Build Status

Introduction

uCaptcha is a simple drop-in replacement for reCaptcha by Google. It has much the same API and has an additional benefit of helping OpenStreetCam label their images. It can be self hosted relatively easily, however you can also use our hosted version if you'd like.

Donate

If you use uCaptcha in production, or want to see the project grow, consider funding the project to help pay for hosting and bandwidth costs. XMR: 45uYweaLaasTFKdEHK9qADRZMatRE3U9vKFwT1kpaig26GnruZm1t21ipVjsC1KLeeL7sG3m8bHfhcce4tQJLDKNCFBLPar BTC: bc1qjj45cuu7d8r6g83al7yrtkkmzu6ud4j9qzq3dn

TODO

Short term (1 - 2 weeks)

  • Think of a way to detect if user's selection is correct answer
  • Create tests
  • Configure Rollup to create 2 packages 1x esm 1x cjs

Medium term (> 1 month)

  • Increase security and accuracy of predictions

Long term (> 3 months)

Nothing here