StellarBlob is an open-source S3-compatible object storage solution created by fyntri.dev for modern applications.
import { S3Client } from "@aws-sdk/client-s3";
const client = new S3Client({
endpoint: "https://api.stellarblob.com",
region: "auto",
credentials: {
accessKeyId: "...",
secretAccessKey: "..."
}
});
// Use with any S3-compatible tools
// and SDKs you already know
StellarBlob implements the S3 API, making it compatible with existing tools and libraries that work with Amazon S3.
Works with all existing S3 tools and SDKs. No code changes required.
StellarBlob is an invite-only service.
Designed with modern applications in mind, focusing on simplicity and reliability.
StellarBlob can be used in various scenarios where S3-compatible storage is needed.
Store and serve static assets, media files, and other content for websites and applications.
Use StellarBlob as a backup solution or for storing application data securely.