Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
gramliu committed Jan 9, 2024
1 parent 40c1d09 commit 03cfd20
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
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">
Binary file added 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.
Binary file added assets/mockup-open.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/mockup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/pr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/standalone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 03cfd20

Please sign in to comment.