nowfound

Alternatives

Products that do what Pushduck – S3 uploads that run on Cloudflare Workers, no AWS SDK does

I was tired setting up file uploads for multiple projects with bloated aws-sdk so built my own, my first attempt was next-s3-uploader, it worked but needed much better developer experience and wanted to get all benifits of typesafe Typescript, and wanted to have a very light weight toolkit that can do all things a dev needs to manage s3. Credits to `aws4fetch` which made it be able to run in edge enviornments and cloudflare workers, now im trying to expand and build towards non Reactjs frameworks too and have support. Setting up file uploads shouldnt be hard, but is. the easier options have…

  1. 1
    Uppy.io300

    Next open source file uploader for web browsers

    2017

  2. 2
    S3nding98

    The fastest way to upload and share files from S3.

    Feb 2026 · s3nding.nicoandrade.com

  3. 3NA

    Colin here, creator of Nub. I’ve had the general shape of this in mind for years. Nub runs your code with stock `node`, augmented with a `--require` preload hook[0] that adds a transpiler (oxc-powered, packaged as a Node-API add-on), registers a module resolution hook[1], and injects polyfills as needed for APIs like `Worker`, `Temporal`, etc. All purely additive, your code ultimately runs using Node’s actual engine & stdlib implementations. [0] https://nodejs.org/api/cli.html#-require-module [1]…

    Jun 2026 · github.com

  4. 4

    Easy File Uploader for your websites and apps

    2018

  5. 5

    Build full stack apps better and faster than everyone else

    2022

  6. 6

    Simple and easy file uploads for React, use your S3 bucket

    Nov 2025

  7. 7
    Uppy 1.0194

    Sleek, modular open-source JavaScript file uploader

    2019

  8. 8OS

    I've been working on this for some time now, starting with vm2, then deno-core for 2 years, and recently rewrote it on rusty_v8 with Claude's help. OpenWorkers lets you run untrusted JS in V8 isolates on your own infrastructure. Same DX as Cloudflare Workers, no vendor lock-in. What works today: fetch, KV, Postgres bindings, S3/R2, cron scheduling, crypto.subtle. Self-hosting is a single docker-compose file + Postgres. Would love feedback on the architecture and what feature you'd want next.

    Jan 2026 · openworkers.com

  9. 9IB

    I created a 100% Open source Company-wide Self-hosted File Sharing Solution for Teams Recently, I wanted to share HD images and video files with my graphic designer. She’s exceptional at her craft but isn’t familiar with AWS S3 So, I got an idea and built this. Github Repo: https://github.com/rohitg00/s3-file-share-for-free Detailed Guide: https://ghumare64.medium.com/i-built-a-company-wide-self-hos...

    2024 · s3-file-share-for-free-35n2u.kinsta.app

  10. 10
    BeamUp140

    Drag-and-drop files straight into your S3

    2025

  11. 11

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

    2022

  12. 12WI

    WinCse is an application that integrates AWS S3 buckets with Windows Explorer. Utilizing WinFsp and the AWS SDK, WinCse allows you to treat S3 buckets as part of your local file system, making file management simpler. The application is currently in development, with plans for additional features and improvements.

    2025 · github.com

  13. 13
    Uppy156

    The next open source file uploader for web browsers

    2017

  14. 14

    JAMstack platform let you collaborate and deploy for free

    2021

  15. 15SF

    An alternative S3 sync tool to extremly fast sync s3 buckets. Feedback and contributions are welcome!

    2024 · github.com

  16. 16CC

    Chunk co-founder here. We spent the last 2 weeks building this to scratch our own itch: As developers, we often have problems that could be solved just by running a few lines of code. Sometimes, running this code on your local machine is fine. But other time, the code need to run automatically reacting to external events or to run continuously, which means, it needs to run on a server somewhere. So now, you have to find a cloud provider, to package or build the code and finally to deploy it. All of that for what could be literally be 4 lines of code. We couldn’t find an easier way to do…

    2022 · chunk.run

  17. 17AN

    Hi HN! I'd love to seek your insights on a fullstack web framework that employs a different approach: no build. It's not a new concept. The folks as Preact mentioned it: https://preactjs.com/guide/v10/no-build-workflows/ However, in the Web Framework market, I've yet to find many that support both "no build" and "SSR". There's always some sorts of "client mount" and "server mount" and either has (or both have) to go through a build (bundling) process. With the build process, there comes additional maintenance efforts and cognitive load. I've enjoyed wrestling…

    2025 · jsr.io

  18. 18TO

    Hi HN! We’re excited to share our new code generator that lets you ship high-quality TypeScript SDKs, that your users will love, from your OpenAPI documents. Our ongoing goal is to help you build one SDK that runs anywhere modern JavaScript runs. This includes new runtimes like Deno and Bun in addition to the ever-popular Node.js. Additionally, the popularity of AI has meant server-sent events and file streaming are also commonplace - we wanted to cover these use cases too. This explosion in new runtimes and ways of interacting with APIs shifts cognitive burden on API developers often having…

    2024 · speakeasyapi.dev

  19. 19BI

    For the last month or so I've been working on bewCloud, and today I'm making its source code public and open! Right now, the Dashboard (URLs + freeform notes), News (RSS/Atom/JSON feeds), and Contacts (CardDav) are working. If you have any suggestions, comments, or recommendations, I'd love to hear it. Thank you for your attention and kindness. I really appreciate it!

    2024 · bewcloud.com

  20. 20DN

    Hi HN, we are Frank and Jay and we are working on a better way to deploy Next.js apps to AWS: https://serverless-stack.com/examples/how-to-create-a-nextjs-app-with-serverless.html We are the founders of SST, an open source framework that makes it easy to build serverless apps on AWS: https://github.com/serverless-stack/serverless-stack We found that many people in the community were looking for a better way to deploy Next.js apps to their own infrastructure and they were unhappy with the options. These were not easy to customize (Amplify Next.js) or…

    2021

  21. 21
    SandCrab152

    Amazon S3 GUI for MacOS

    2024

  22. 22SF

    Hello, Stacktape CEO here. As a full-stack developer, I was looking for an easy way to deploy and host my applications for years. I could go with Kubernetes and Terraform. But the complexity of running this in production can be overwhelming even for a team of dedicated DevOps specialists. Or I could go with Heroku. But I’m not willing to pay 5-10 times more for my infrastructure just because my app was easier to deploy. I could also choose Serverless framework. But If my use case requires more than Lambda functions, I need to read through 100s of pages of AWS documentation figuring out how…

    2022 · stacktape.com

  23. 23BF

    I built bknd because I was tired of stitching together auth, file storage, and database APIs every time I started a new project. Existing solutions were either too hard to extend, too basic, or required a separate deployment. bknd runs directly inside your frontend app — no separate backend required. It works with Next.js, Remix, Astro, React Router. It also runs standalone on Cloudflare Workers, AWS Lambda, Bun, or Node. It supports Postgres, LibSQL (Turso), D1, SQLite and has adapter-based storage. You get instant APIs, multi-strategy auth, media handling and a built-in Admin UI. Curious…

    2025 · github.com

  24. 24

    Upload, store & stream media in minutes — not days.

    Nov 2025

Ranked by how close each launch is in meaning, then by votes. Refine with a description →