Update NPM readme (#3510)

This commit is contained in:
Reynaldi Chernando
2026-08-05 17:07:02 -07:00
committed by GitHub
parent eb53c842dd
commit a9ec15d121
2 changed files with 7 additions and 4 deletions
+6 -3
View File
@@ -1,8 +1,5 @@
<h3 align="center">Puter.js</h3>
<p align="center">The official JavaScript SDK for <a href="https://puter.com">Puter.com</a></p>
<p align="center">Free, Serverless, Cloud and AI from the frontend code.</p>
<p align="center">
<a href="https://developer.puter.com" target="_blank">Learn More</a>
·
@@ -16,6 +13,12 @@
</p>
<br>
Puter.js gives you auth, cloud storage, database, AI, and more through a single JavaScript library. It is the go-to backend for AI-generated apps.
There is nothing to configure, no API keys, no infrastructure to set up, whether you write the code yourself or have your AI tool do it. Tools like Claude Code, Codex, OpenCode, Lovable, and Replit can generate complete, production-ready apps in a single shot with fewer AI tokens.
<br>
## Installation
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@heyputer/puter.js",
"version": "2.6.0",
"description": "Puter.js - A JavaScript library for interacting with Puter services.",
"description": "Puter.js gives you auth, cloud storage, database, AI, and more through a single JavaScript library. It is the go-to backend for AI-generated apps.",
"homepage": "https://docs.puter.com",
"main": "src/index.js",
"types": "./index.d.ts",