← Back to Developers

Sample Apps

Example implementations to help you get started quickly. Clone, customize, and deploy.

React + Node.js

JavaScript

Full-stack example with React frontend and Node.js backend.

View on GitHub →

Next.js

TypeScript

Server-side verification with Next.js API routes.

View on GitHub →

Python Flask

Python

Backend integration with Python and Flask.

View on GitHub →

Ruby on Rails

Ruby

Rails integration with webhook handling.

View on GitHub →

iOS Swift

Swift

Native iOS app with camera capture.

View on GitHub →

Android Kotlin

Kotlin

Native Android app with document scanning.

View on GitHub →

Quick Start

Clone the React example:

git clone https://github.com/unfamiliar-id/react-example.git

Install dependencies:

cd react-example && npm install

Add your API key and run:

UNFAMILIAR_API_KEY=your_key npm run dev