Skip to content

Commit ff6d2c0

Browse files
committed
edited readme
1 parent 2dec371 commit ff6d2c0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424

2525
## Future Tasks
2626

27-
- [ ] Look into a way to export/deploy the app in a single click. Can try extracting the codesandbox URL and displaying it to the user (check React docs) or can try to do it myself with a dynamic route + some hashing
27+
- [ ] Look into a way to export/deploy the app in a single click. Can try to do it myself with a dynamic route + some hashing, or try to use Replit/Vercel
2828
- [ ] Save previous versions so people can go back and forth between the generated ones
29-
- [ ] Add dark mode to the site overall, nice design change
30-
- [ ] Could be nice to show a "featured apps" sections on the site
29+
- [ ] Could be nice to show a "featured apps" route on the site on `/featured`. Have a `/id/${prompt}` dynamic route that can display a bunch of nice example apps in the sandbox ready to go
3130
- [ ] Support more languages starting with Python, check out E2B
3231
- [ ] Try finetuning a smaller model on good prompts from 405b or GPT-4/Claude
32+
- [ ] Add dark mode to the site overall, nice design change
3333
- [ ] Think about how to have 405B correct itself (sometimes it makes up imports)
3434
- [ ] New route for updateCode that only sends the latest generated code + the modify request
3535
- [ ] Fix bug where if a user edits the code, then does a change, it doesn't use the edited code

0 commit comments

Comments
 (0)