title, description, section, sectionOrder, order
title description section sectionOrder order
push.rocks libraries A practical guide to the TypeScript libraries that power the foss.global ecosystem. Overview 10 1

push.rocks libraries

push.rocks is a broad set of focused, TypeScript-first libraries used across the foss.global ecosystem. The packages cover asynchronous work, files and data formats, HTTP and networking, databases and object storage, AI, security, browser applications, mail, and operational tooling.

Issue Reporting and Security

For reporting bugs, issues, or security vulnerabilities, please visit community.foss.global/. This is the central community hub for all issue reporting. Developers who sign and comply with our contribution agreement and go through identification can also get a code.foss.global/ account to submit Pull Requests directly.

This site is a curated adoption guide. It documents a source-verified first cohort in depth and keeps the full repository inventory separate. For exact behavior, use this order of authority: the published package metadata and export map, the current source and tests, then the package README for orientation. An example README can lag behind a release.

Find the right package

Need Start with
Promise coordination and timing @push.rocks/smartpromise, @push.rocks/smartdelay
In-memory files and filesystem access @push.rocks/smartfile, @push.rocks/smartfs, @push.rocks/smartpath
HTTP requests and network diagnostics @push.rocks/smartrequest, @push.rocks/smartnetwork
MongoDB data models and embedded storage @push.rocks/smartdata, @push.rocks/smartdb
S3-compatible object storage @push.rocks/smartbucket
Language models, agents, and MCP @push.rocks/smartai, @push.rocks/smartagent, @push.rocks/smartmcp
Logging and metrics @push.rocks/smartlog, @push.rocks/smartmetrics
CLI applications @push.rocks/smartcli
Cryptography, hashing, and JWTs @push.rocks/smartcrypto, @push.rocks/smarthash, @push.rocks/smartjwt
WebSocket communication @push.rocks/smartsocket

Use the package decision tree when you know the problem but not the package. The runtime and exports matrix makes entry points and runtime assumptions explicit. The package families explain the wider ecosystem, while the package index records the repositories found in the source organization for this documentation snapshot.

Design principles

  • TypeScript-first APIs; published declarations and export maps vary by package and release.
  • Small packages with explicit responsibilities.
  • Promise-based and reactive composition where it improves control flow.
  • Node.js, browser, Deno, or Bun support when the package runtime permits it.
  • Shared foss.global conventions for pnpm, testing, builds, and plugin imports.

Runtime support is package-specific. Check the package README and exports before assuming that a Node-oriented package also works in a browser or Deno process.

Start here

This repository contains open-source code licensed under the MIT License. A copy of the license can be found in the repository license file.

Please note: The MIT License does not grant permission to use the trade names, trademarks, service marks, or product names of the project, except as required for reasonable and customary use in describing the origin of the work and reproducing the content of the NOTICE file.

Trademarks

This project is owned and maintained by Task Venture Capital GmbH. The names and logos associated with Task Venture Capital GmbH and any related products or services are trademarks of Task Venture Capital GmbH or third parties, and are not included within the scope of the MIT license granted herein.

Use of these trademarks must comply with Task Venture Capital GmbH's Trademark Guidelines or the guidelines of the respective third-party owners, and any usage must be approved in writing. Third-party trademarks used herein are the property of their respective owners and used only in a descriptive manner, e.g. for an implementation of an API or similar.

Company Information

Task Venture Capital GmbH
Registered at District Court Bremen HRB 35230 HB, Germany

For any legal inquiries or further information, please contact us via email at hello@task.vc.

By using this repository, you acknowledge that you have read this section, agree to comply with its terms, and understand that the licensing of the code does not imply endorsement by Task Venture Capital GmbH of any derivative works.

© 2014 Task Venture Capital GmbH · Legal information

S
Description
No description provided
Readme 94 KiB
Languages
JavaScript 100%