Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)


Sketch2App | Featured on Futurepedia

## 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)