ConvexFS
Virtual filesystem for Convex, backed by Bunny.net Edge Storage & CDN
ConvexFS is a Convex component that provides
filesystem-like operations for managing files in your Convex application.
Instead of dealing with raw blob storage, you work with familiar concepts like
paths, files, and directories—while getting the performance benefits of a global
CDN.
Features# Path-based file management — Organize files with familiar filesystem pathsAtomic transactions — Move, copy, and delete files with preconditions to prevent data racesReference-counted blobs — Efficient storage with automatic deduplicationSigned CDN URLs — Secure, time-limited download links served from Bunny.net's global edge networkSoft deletes & disaster recovery — Configurable grace periods let you recover from accidental deletionsFlexible authentication — Bring your own auth logic for uploads and downloadsFile expiration — Set automatic expiration times on files for temporary uploads, time-limited sharing, or session-scoped contentCustom CDN parameters — Pass parameters to Bunny.net edge rules for on-the-fly transformations like custom download filenames and image optimizationExample app# The repository includes a runnable example app that allows you to curate a
photo gallery .
Status# Alpha — This project is in active development. APIs may change before 1.0.
Documentation# For installation instructions, guides, and API reference, visit:
convexfs.dev
License# Apache-2.0