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
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,16 +24,24 @@
24
24
25
25
## Future Tasks
26
26
27
+
-[ ] Experiment with a prompt rewriter and launch this as well
28
+
-[ ] Make the toast that opens better like a modal for sharability
29
+
-[ ] Add sharability to people can take their apps and share them publicly
30
+
-[ ] Add the ability to toggle on and off shadcn components and others
31
+
-[ ] Launch support for different themes – somehow pass down variables to components
27
32
-[ ] Add dynamic OG images to the specific generations & include the prompt
28
33
-[ ] Add more dynamic OG images for playwright
29
34
-[ ] Address issue of ability to publish the same app repeatedly
30
35
-[ ] Try chain of thought reasoning to see if it works better overall
31
36
-[ ] Encourage best practices by making the input and textarea & having pills to generate apps w/ good prompts
37
+
-[ ] Add more customizability in terms of changing the prompt, temperature, ect...
32
38
-[ ] Save previous versions so people can go back and forth between the generated ones
33
-
-[ ] 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
39
+
-[ ] 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
34
40
-[ ] Support more languages starting with Python, check out E2B
41
+
-[ ] Try chain of thought reasoning to see if it works better overall
35
42
-[ ] Try finetuning a smaller model on good prompts from 405b or GPT-4/Claude
36
43
-[ ] Add dark mode to the site overall, nice design change
44
+
-[ ] Surface errors better in codesandbox to the user so people know what is wrong
37
45
-[ ] Think about how to have 405B correct itself (sometimes it makes up imports)
38
46
-[ ] New route for updateCode that only sends the latest generated code + the modify request
39
47
-[ ] Fix bug where if a user edits the code, then does a change, it doesn't use the edited code
0 commit comments