SkillAgentSearch skills...

Snapcode

Take a picture of code and run it

Install / Use

/learn @sergeichestakov/Snapcode
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

snapcode

<p align="center"> <a aria-label="snapcode" href="https://twitter.com/SergeiChestakov/status/1289726580210561025?s=20" target="_blank"> <img src="assets/snapcode.png" width="300" height="300" /> </a> </p>

About

Expo app that allows you to take a picture of handwritten code and execute it on Repl.it. Watch the demo here.

Logo credit: @Vandesm14.

Setup

  1. Get a Google Cloud Vision API Key.
  2. Get a Repl.it API Key.
  3. Create a .env file with the following fields:
GOOGLE_CLOUD_VISION_API_KEY='${YOUR_KEY_HERE}'
REPLIT_API_KEY='${YOUR_KEY_HERE}'
  1. Make sure you have expo-cli installed. If you don't you can install it via:
npm install -g expo-cli
  1. From there you can just:
# Install dependencies
yarn install

# Run the app
expo start

Related Skills

View on GitHub
GitHub Stars163
CategoryDevelopment
Updated6mo ago
Forks8

Languages

TypeScript

Security Score

87/100

Audited on Oct 4, 2025

No findings