Example implementations to help you get started quickly. Clone, customize, and deploy.
Full-stack example with React frontend and Node.js backend.
View on GitHub →Clone the React example:
git clone https://github.com/unfamiliar-id/react-example.gitInstall dependencies:
cd react-example && npm installAdd your API key and run:
UNFAMILIAR_API_KEY=your_key npm run dev