From a9ec15d1213d79303ec4f2d70acdb4a7a8abd3c2 Mon Sep 17 00:00:00 2001 From: Reynaldi Chernando <12949382+reynaldichernando@users.noreply.github.com> Date: Thu, 6 Aug 2026 07:07:02 +0700 Subject: [PATCH] Update NPM readme (#3510) --- src/puter-js/README.md | 9 ++++++--- src/puter-js/package.json | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/puter-js/README.md b/src/puter-js/README.md index acd018964..dcdea40a6 100644 --- a/src/puter-js/README.md +++ b/src/puter-js/README.md @@ -1,8 +1,5 @@

Puter.js

-

The official JavaScript SDK for Puter.com

-

Free, Serverless, Cloud and AI from the frontend code.

-

Learn More ยท @@ -16,6 +13,12 @@

+
+ +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. +
## Installation diff --git a/src/puter-js/package.json b/src/puter-js/package.json index f02b214cd..7866ca994 100644 --- a/src/puter-js/package.json +++ b/src/puter-js/package.json @@ -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",