convex-file-system

Installation
SKILL.md

ConvexFS — File Storage for Convex

convex-fs — Path-based file storage with global CDN delivery via bunny.net.

Installation & Setup

1. Install

npm install convex-fs

2. Register component

// convex/convex.config.ts
import { defineApp } from "convex/server";
import fs from "convex-fs/convex.config.js";
Installs
29
GitHub Stars
1
First Seen
Feb 24, 2026
convex-file-system — imfa-solutions/skills