Sam Denty
commited on
Commit
·
e4c7294
1
Parent(s):
fc84501
fix: update links
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ By building with the Bolt + WebContainer API you can create browser-based applic
|
|
8 |
|
9 |
### What’s the Difference Between Bolt (This Repo) and [Bolt.new](https://bolt.new)?
|
10 |
|
11 |
-
- **Bolt.new**: This is the **commercial product** from StackBlitz—a hosted, browser-based AI development tool that enables users to prompt, run, edit, and deploy full-stack web applications directly in the browser. Built on top of the [Bolt open-source repo](https://github.com/stackblitz/bolt) and powered by the StackBlitz **WebContainer API**, it offers non-technical users the ability to create production-grade apps using AI.
|
12 |
|
13 |
- **Bolt (This Repo)**: This open-source repository provides the building blocks behind **Bolt.new**. This package contains the UI interface for Bolt as well as the server components, built using [Remix Run](https://remix.run/). By leveraging this repo and StackBlitz’s **WebContainer API**, you can create your own AI-powered development tools and full-stack applications that run entirely in the browser. This code allows you to customize and expand use cases, integrating AI and WebContainers into your own unique applications.
|
14 |
|
@@ -43,7 +43,7 @@ deployed using [CloudFlare Pages](https://pages.cloudflare.com/) and
|
|
43 |
Bolt uses the [AI SDK](https://github.com/vercel/ai) to integrate with AI
|
44 |
models. At this time, Bolt supports using Anthropic's Claude Sonnet 3.5.
|
45 |
You can get an API key from the [Anthropic API Console](https://console.anthropic.com/) to use with Bolt.
|
46 |
-
Take a look at how [Bolt uses the AI SDK](https://github.com/stackblitz/bolt
|
47 |
|
48 |
## Prerequisites
|
49 |
|
|
|
8 |
|
9 |
### What’s the Difference Between Bolt (This Repo) and [Bolt.new](https://bolt.new)?
|
10 |
|
11 |
+
- **Bolt.new**: This is the **commercial product** from StackBlitz—a hosted, browser-based AI development tool that enables users to prompt, run, edit, and deploy full-stack web applications directly in the browser. Built on top of the [Bolt open-source repo](https://github.com/stackblitz/bolt.new) and powered by the StackBlitz **WebContainer API**, it offers non-technical users the ability to create production-grade apps using AI.
|
12 |
|
13 |
- **Bolt (This Repo)**: This open-source repository provides the building blocks behind **Bolt.new**. This package contains the UI interface for Bolt as well as the server components, built using [Remix Run](https://remix.run/). By leveraging this repo and StackBlitz’s **WebContainer API**, you can create your own AI-powered development tools and full-stack applications that run entirely in the browser. This code allows you to customize and expand use cases, integrating AI and WebContainers into your own unique applications.
|
14 |
|
|
|
43 |
Bolt uses the [AI SDK](https://github.com/vercel/ai) to integrate with AI
|
44 |
models. At this time, Bolt supports using Anthropic's Claude Sonnet 3.5.
|
45 |
You can get an API key from the [Anthropic API Console](https://console.anthropic.com/) to use with Bolt.
|
46 |
+
Take a look at how [Bolt uses the AI SDK](https://github.com/stackblitz/bolt.new/tree/main/app/lib/.server/llm)
|
47 |
|
48 |
## Prerequisites
|
49 |
|