Web app for generating code from wireframe screenshots
Top 29.9% on sourcepulse
Napkins.dev is an open-source tool that generates functional web applications from user-provided screenshots. It targets developers and designers seeking rapid prototyping capabilities, enabling quick iteration from visual concepts to runnable code.
How It Works
The system leverages Meta's Llama 4 model for interpreting the screenshot and generating code. Inference is handled by Together AI. The generated code is presented within a Sandpack environment for immediate testing and interaction. Image storage is managed via S3.
Quick Start & Requirements
npm install
npm run dev
TOGETHER_API_KEY
environment variable).env.example
)Highlighted Details
Maintenance & Community
The project is maintained by Nutlope. Further community engagement channels are not specified in the README.
Licensing & Compatibility
The repository is licensed under the MIT License, permitting commercial use and integration with closed-source projects.
Limitations & Caveats
The project is actively under development, with planned improvements for mobile responsiveness and feature expansion. The current UI may appear cluttered on smaller screens.
3 months ago
Inactive