-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,24 @@ | ||
# Web Spinner | ||
|
||
Web Spinner is an LLM agent that progressively builds your web application from low-fidelity mockups. | ||
Web Spinner is a tool that creates modular React code from low-fidelity mockups. | ||
|
||
See it in action: [Twitter](https://x.com/gramliu/status/1737273439608775088?s=20) | ||
|
||
## Getting Started | ||
``` | ||
pnpm run apps | ||
``` | ||
``` | ||
|
||
## Screenshots | ||
### Generate an interactive preview of your design in action | ||
<img width="500" src="assets/mockup.png"> | ||
|
||
<img width="500" src="assets/mockup-open.png"> | ||
|
||
### View the draft code for the preview | ||
<img width="500" src="assets/standalone.png"> | ||
|
||
### Generate a PR on your codebase with the modular code changes | ||
<img width="500" src="assets/pr.png"> | ||
|
||
<img width="500" src="assets/gh-pr.png"> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.