Furl is a Filesharing web app written without a database, using HTML, CSS and JS.
I wanted to make Furl because there are a few problems with Filesharing websites
- Accounts; I hate signing up for new services.
- Cloud Drives; I don't need to store all of my files on the cloud.
- Plans; Who wants to pay for cloud storage.
So I made Furl.
As assubed to before, It doesn't use a database. It takes the files content and furls it up into a url, then spits it out so you can use it.
I am currently looking into compression to allow bigger files to be uploaded.
- Only Text works; I have been working valiantly on getting binary files to work, but haven't yet.
- Must be ~3KB or less, according to my math.
Licensed under the MIT License.