Skip to content

Commit

Permalink
edited future tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutlope committed Aug 2, 2024
1 parent fd821fb commit 83f2dd5
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@
- [ ] New route for updateCode that only sends the latest generated code + the modify request
- [ ] Fix bug where if a user edits the code, then does a change, it doesn't use the edited code
- [ ] Save previous versions so people can go back and forth between the generated ones
- [ ] Apply code diffs directly instead of asking the model to generate the code from scratch
- [ ] Apply code diffs directly instead of asking the model to generate the code from scratch'
- [ ] Make it generate more consistent apps by only importing from a component library like shadcn
- [ ] Add the ability to upload things like a screenshot to it for it to start from that
- [ ] Support different kinds of apps (not just React) & scripts with Python for example
120 changes: 120 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 83f2dd5

Please sign in to comment.