Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cameronking4/sketch2app
The ultimate sketch to code app made using GPT4 vision. Choose your desired framework (React, Next, React Native, Flutter) for your app. It will instantly generate code and preview (sandbox) from a simple hand drawn sketch on paper captured from webcam
https://github.com/cameronking4/sketch2app
ai-tool app-maker code-assistant code-generator design2code generate-app-ai gpt4 gpt4-vision gpt4v nextjs openai pad2pixel sketch2app sketch2code wireframe
Last synced: 3 months ago
JSON representation
The ultimate sketch to code app made using GPT4 vision. Choose your desired framework (React, Next, React Native, Flutter) for your app. It will instantly generate code and preview (sandbox) from a simple hand drawn sketch on paper captured from webcam
- Host: GitHub
- URL: https://github.com/cameronking4/sketch2app
- Owner: cameronking4
- License: mit
- Created: 2023-11-19T05:23:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-06T21:24:27.000Z (10 months ago)
- Last Synced: 2024-04-07T09:37:31.282Z (10 months ago)
- Topics: ai-tool, app-maker, code-assistant, code-generator, design2code, generate-app-ai, gpt4, gpt4-vision, gpt4v, nextjs, openai, pad2pixel, sketch2app, sketch2code, wireframe
- Language: JavaScript
- Homepage: https://sketch2app.io
- Size: 73.4 MB
- Stars: 38
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Sketch-2-App](https://www.sketch2app.io/)
## Use GPT4 Vision to generate web app code (CRA + Tailwind)
Use React to generate a web app with Tailwind CSS or React Native for a mobile app prototype. It will generate code and a sandbox to preview the app within seconds of capturing your wireframe/sketch
[![Sketch2Code](https://markdown-videos-api.jorgenkh.no/url?url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D1VC_a0JP7TM)](https://youtu.be/1pWKNbSsI3o)
To get started, go to Sketch2App web app 2.0 or the VS code extension!
### Tried Sketch2App? Please give us feedback [here](https://bit.ly/sketch2app)!
![Green and Blue Modern QR Code Placement Poster (1)](https://github.com/cameronking4/sketch2app/assets/35708477/765aebe1-611d-43fb-bbcb-5ff3355b1be6)## Running Locally
After cloning the repo, go to [OpenAI](https://beta.openai.com/account/api-keys) to make an account and put your API key in a file called `.env`.
Then, run the application in the command line and it will be available at `http://localhost:3000`.
```bash
pnpm run dev
```## One-Click Deploy
NOTE:
This repo will no longer be maintained after May 1, 2024.
Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_medium=readme&utm_campaign=vercel-examples):[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/cameronking4/sketch2code&env=OPENAI_API_KEY&project-name=sketch-2-code-hack&repo-name=sketch2code)