You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,12 +24,12 @@
24
24
25
25
## Future Tasks
26
26
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
28
28
-[ ] 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
31
30
-[ ] Support more languages starting with Python, check out E2B
32
31
-[ ] 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
33
33
-[ ] Think about how to have 405B correct itself (sometimes it makes up imports)
34
34
-[ ] New route for updateCode that only sends the latest generated code + the modify request
35
35
-[ ] Fix bug where if a user edits the code, then does a change, it doesn't use the edited code
0 commit comments