Sam Denty
commited on
Commit
·
65ecef8
1
Parent(s):
c502b14
feat: add readme image (#4)
Browse files- README.md +5 -5
- public/social_preview_index.jpg +0 -0
README.md
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
-
|
2 |
-
|
|
|
3 |
|
4 |
### Why Build with Bolt + WebContainer API
|
5 |
-
By building with the Bolt + WebContainer API you can create browser-based applications that let users **prompt, run, edit, and deploy** full-stack web apps directly in the browser, without the need for virtual machines. With WebContainer API, you can build apps that give AI direct access and full control over a **Node.js server**, **filesystem**, **package manager** and **dev terminal** inside your users browser tab. This powerful combination allows you to create a new class of development tools that support all major javascript libraries and node packages right out of the box, all without remote environments or local installs.
|
6 |
|
|
|
7 |
|
8 |
### What’s the Difference Between Bolt (This Repo) and [Bolt.new](https://bolt.new)?
|
9 |
|
@@ -27,7 +28,7 @@ the browser. WebContainers provide Bolt with a full-stack sandbox environment
|
|
27 |
using [WebContainer API](https://webcontainers.io/api). WebContainers run full-
|
28 |
stack applications directly in the browser without the cost and security
|
29 |
concerns of cloud hosted AI agents. WebContainers are interactive and editable,
|
30 |
-
and enables Bolt's AI to run code and understand any changes from the user.
|
31 |
|
32 |
The [WebContainer API](https://webcontainers.io) is free for personal and open source usage. If you're building an application for commercial usage, you can learn more about our [WebContainer API commercial usage pricing here](https://stackblitz.com/pricing#webcontainer-api).
|
33 |
|
@@ -44,7 +45,6 @@ models. At this time, Bolt supports using Anthropic's Claude Sonnet 3.5.
|
|
44 |
You can get an API key from the [Anthropic API Console](https://console.anthropic.com/) to use with Bolt.
|
45 |
Take a look at how [Bolt uses the AI SDK](https://github.com/stackblitz/bolt-oss/tree/main/app/lib/.server/llm)
|
46 |
|
47 |
-
|
48 |
## Prerequisites
|
49 |
|
50 |
Before you begin, ensure you have the following installed:
|
|
|
1 |
+
[](https://bolt.new)
|
2 |
+
|
3 |
+
> Welcome to the **Bolt** open-source codebase! This repo provides everything you need to start building **AI-powered software development tools** powered by StackBlitz’s **WebContainer API**.
|
4 |
|
5 |
### Why Build with Bolt + WebContainer API
|
|
|
6 |
|
7 |
+
By building with the Bolt + WebContainer API you can create browser-based applications that let users **prompt, run, edit, and deploy** full-stack web apps directly in the browser, without the need for virtual machines. With WebContainer API, you can build apps that give AI direct access and full control over a **Node.js server**, **filesystem**, **package manager** and **dev terminal** inside your users browser tab. This powerful combination allows you to create a new class of development tools that support all major javascript libraries and node packages right out of the box, all without remote environments or local installs.
|
8 |
|
9 |
### What’s the Difference Between Bolt (This Repo) and [Bolt.new](https://bolt.new)?
|
10 |
|
|
|
28 |
using [WebContainer API](https://webcontainers.io/api). WebContainers run full-
|
29 |
stack applications directly in the browser without the cost and security
|
30 |
concerns of cloud hosted AI agents. WebContainers are interactive and editable,
|
31 |
+
and enables Bolt's AI to run code and understand any changes from the user.
|
32 |
|
33 |
The [WebContainer API](https://webcontainers.io) is free for personal and open source usage. If you're building an application for commercial usage, you can learn more about our [WebContainer API commercial usage pricing here](https://stackblitz.com/pricing#webcontainer-api).
|
34 |
|
|
|
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-oss/tree/main/app/lib/.server/llm)
|
47 |
|
|
|
48 |
## Prerequisites
|
49 |
|
50 |
Before you begin, ensure you have the following installed:
|
public/social_preview_index.jpg
ADDED
![]() |