mirror of
https://github.com/HeyPuter/puter.git
synced 2026-09-13 00:36:02 +00:00
* feat: events metering and quotas (PUT-1683) * fix: drop the standing subscription charge and price single deliveries at 100 µ¢ An idle durable row costs nothing worth billing; the plan quotas bound how many an account holds. Removing the daily line also removes the global day-claim, the whole-table scan and the timer it rode on. * test: stop asserting on documentation pages The limits test read rate-limits-and-quotas.md and grepped it for numbers, so every rewording of the page failed the backend suite. Docs are kept in step by the PR and checked in review; AGENTS.md now says so.
Puter.js Docs
Docs · Developer · Puter.com · X
Puter.js Docs
The Puter.js documentation contains everything you need to build powerful applications with Puter.js.
- Get started with Puter.js by reading documentations on usage and best practices
- Browse all available APIs, including AI, networking, authentication, and cloud services
- Find code examples and implementations to speed up your development
Getting Started
💻 Local Development
git clone https://github.com/HeyPuter/docs
cd docs
npm install
npm run dev
→ This should launch Puter.js Docs at http://127.0.0.1:8080 (or the next available port).
Support
Connect with the maintainers and community through these channels:
- Bug report or feature request? Please open an issue.
- X (Twitter): x.com/HeyPuter
- Security issues? security@puter.com
- Email maintainers at hi@puter.com
We are always happy to help you with any questions you may have. Don't hesitate to ask!
License
This repository, including its sub-projects, modules, and components, is licensed under MIT, and its content is licensed under CC BY-SA 4.0 unless explicitly stated otherwise. Third-party libraries included in this repository may be subject to their own licenses.
