Nutlope / napkins

napkins.dev – from screenshot to app
https://www.napkins.dev/
MIT License
847 stars 115 forks source link

Napkins

Napkins.dev

An open source wireframe to app generator. Powered by Llama 3.2 Vision & Together.ai.

Tech stack

Cloning & running

  1. Clone the repo: git clone https://github.com/Nutlope/napkins
  2. Create a .env file and add your Together AI API key: TOGETHER_API_KEY=
  3. Create an S3 bucket and add the credentials to your .env file. Follow this guide to set them up. All required values are in the .env.example file.
  4. Run npm install and npm run dev to install dependencies and run locally

Future Tasks