nowfound

Dev tools · September 3, 2026

Fileway

One file storage SDK for every storage provider

What it does

Fileway is a lightweight TypeScript library for handling cloud file storage through S3, Cloudflare R2, Cloudinary, Local Disk, and more with one clean API. Eliminate vendor SDK bloat from your codebase. Build your file handling logic once and deploy seamlessly across any edge runtime or cloud provider.

Runtime-agnostic file storage for JavaScript & TypeScript. Zero-dependency drivers for local disk, AWS S3, Cloudflare R2, MinIO, and Cloudinary with full type inference.

Stream files effortlessly across Node.js, Cloudflare Workers, Bun, and Deno. Swap between Local, S3, and Cloudinary drivers with a single line of code. The FilewayClient API never changes. Only the driver config. Full TypeScript inference adapts to each driver's metadata. import { FilewayClient } from "@fileway/core" import { LocalDriver } from "@fileway/local" const client = new FilewayClient ( { driver : new LocalDriver ( { directory : "./uploads" , baseUrl : "/files" , } ) , } ) // TypeScript infers result.meta.localPath const result = await client . upload ( stream , { filename : "profile.jpg" , metadata : { userId : "usr_123" } , } ) Full TypeScript inference — your IDE knows exactly…from usefileway.dev

Does the same job

all alternatives →
  • Files SDKMay 2026 · ▲242

    A unified storage SDK for object and blob backends

  • DrivebaseFeb 2026 · ▲98

    Unified file manager for all your cloud storage with E2EE

  • Filestack2016 · ▲221

    A complete file infrastructure for web & mobile apps.

  • Blober.ioJan 2026 · ▲104

    The easiest way to transfer files between cloud providers.

  • React File Upload by Apideck2022 · ▲145

    Embeddable file uploader for Box, Dropbox, Gdrive, and more

  • Firefiles2022 · ▲253

    Get your own file-hosting service in minutes.

More dev tools this month

the category →
  • Dograh592

    The open source VAPI alternative

    Dev tools · 25d ago · dograh.com

  • Meridian530

    Don't let your work go unnoticed. Get promoted!

    Dev tools · 20d ago · meridiona.com

  • x1516

    Lovable for iPhone apps go from idea to App Store

    Dev tools · 11d ago · x1.new

  • Open-source GTM skills for technical founders

    Dev tools · 29d ago · gtmcofounder.com

  • OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.

    Dev tools · 1d ago · opentrailpaper.com

  • Nuphos380

    The AI-Native DevOps Workspace.

    Dev tools · 24d ago · nuphos.ai

Launched alongside, September 2026

the whole month →
  • OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.

    Dev tools · 1d ago · opentrailpaper.com

  • Run Qwen3.8-Flash-Next (125B MoE, 104 GB at 4-bit) on Macs with a fraction of that RAM by streaming experts from SSD. MLX + Swift, Ollama-compatible API. - carloslfu/slotstream

    Dev tools · 4d ago · github.com

  • NPC-Forge is a framework for building conversational agents that run on the CPU without relying on machine learning or LLMs. - NPC-Forge/docs/development.md at main · gioblu/NPC-Forge

    AI · 2d ago · github.com

  • Weedout is a Safari extension that filters out videos YouTube labels as “Made with AI”.

    AI · 4d ago · masteranza.github.io

  • Find your next hire or your next role from Hacker News monthly threads. AI-powered matching between candidates and job postings.

    AI · 4d ago · hnmatchmaker.com

  • I made OwnTime to balance between competing priorities in my life. The idea is based on two main influences: the concept of "roles" from "The 5 Choices" (2015), and my repeated failure to effectively implement time blocking due to the necessary flexibility in my role. The app allows you to define time budgets, which are not much more than a few mutually exclusive countdown timers. The UX is essentially that of a chess clock for an arbitrary number of players with configurable time. The whole point of the app is to kick you out of the running role/priority when its time is up. One…

    Life & fun · 4d ago · owntime.app