Skip to content

Captcha-La/electron-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Captchala Electron Demo

A minimal Electron app showing how to integrate the @captchala/electron SDK.

Links

Run

npm install
npm start

The window opens, click Verify to trigger the captcha. The SDK runs in the main process and presents a native captcha window from the OS.

App key

The demo uses a public demo appKey. Replace with your own in main.js after signing up at https://dash.captcha.la.

Layout

.
├── main.js          # Electron main process — calls CaptchalaClient.verify()
├── preload.js       # Renderer ↔ main IPC bridge
├── index.html       # Renderer UI
├── package.json
├── README.md
└── LICENSE

Requirements

  • Node.js 18+
  • Electron 28+ (declared as devDep, installed by npm install)

License

MIT — see LICENSE.

About

CaptchaLa for Electron. A privacy-first, user friendly Captcha plugin for Electron.

Topics

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors