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
- 📈 **Streamlit Developer** - Data apps and dashboards
63
+
- 🎯 **Gradio Developer** - ML model interfaces
33
64
34
-
This is an open-source version of apps like [Anthropic's Claude Artifacts](https://www.anthropic.com/news/claude-3-5-sonnet), Vercel [v0](https://v0.dev), or [GPT Engineer](https://gptengineer.app).
65
+
### Built With
66
+
-**Next.js 14** (App Router, Server Actions)
67
+
-**shadcn/ui** + **TailwindCSS** for beautiful UI
68
+
-**Vercel AI SDK** for LLM streaming
69
+
-**E2B** for secure code execution
70
+
-**Supabase** for database and auth
71
+
-**TypeScript** for type safety
72
+
73
+
**⭐ Give us a star if you like this project!**
35
74
36
75
## Get started
37
76
@@ -58,12 +97,14 @@ Enter the repository:
58
97
cd fragments
59
98
```
60
99
61
-
Run the following to install the required dependencies:
100
+
Run the following to install the required dependencies for both workspaces:
62
101
63
102
```
64
-
npm i
103
+
pnpm install
65
104
```
66
105
106
+
> **Note:** This project uses **pnpm workspaces**. The command above installs dependencies for both the web app and desktop app.
0 commit comments