Puter.js
The official JavaScript SDK for Puter.com. Cloud and AI features right from your frontend code!
« LIVE DEMO »
Docs
·
Puter.com
·
Discord
·
Reddit
·
X (Twitter)
## Installation
```
git clone https://github.com/HeyPuter/puter.js.git
cd puter.js
npm install
```
## Run development server
```
npm start
```
## Build
```
npm run build
```
### Example
Make sure the development server is running.
```html
```