Ducket
Sign in
Open source
Roadmap

DUCKET

Next generation of file storage made simple for developers.

Quick Share

Recently shared files

app_logo.png

488.4 KB • Uploaded

Community

Everyday more and more users are transitioning to Ducket. Are you one of them?

Active users

0+

Files

0+

Projects

0+

Downloads

0+
Start your project

Features

Ducket is a simple, secure, and easy-to-use file storage solution.

Upload

Example-file.doc

200KB • Uploaded 2 min ago

Download

Example-file.png

200KB • Uploaded 2 min ago

Delete

Example-file.txt

200KB • Uploaded 2 min ago

Files

With Ducket, you can easily manage your files for everything you need.

Upload files

Download files

Delete files

Users

You can also invite users with different permissions to work with your files in a secure way.

If needed, it is possible to transfer ownership of a project to another user.

Admin

All permissions

Invited

Read
Write
Delete

Transfer ownership

Usage

Every free account has a bunch of storage space.Up to 1GB of files storage to start your projects now.

Storage Used

750MB / 1GB

Monitoring

Everything on your project is monitored and logged. You can see the activity of your project in real time.

Example-document.pdf

2 min ago • John Doe

Download

Example-file.txt

10 min ago • John Doe

Upload

Example-image.png

Yesterday • John Doe

Delete

Pricing

All features are free during beta.

Beta

$0one-time

For everyone during beta

Up to 10 projects
5MB max file size
Up to 1GB for each project
Analytics up to 30 days
Multiple users

Developer mode

Ducket provides a simple API for you to integrate with your existing framework.
Just use the API to list, get, upload, download and delete files usign your API Keys.

import { Bucket } from '@bucket';const bucket = new Bucket({
useDucket: true,
apiKey: gI6ZDBq1GV....fv2t96Xd
});
export const uploadFile = async (formData: FormData) => {
const file = formData.get('file') as File;
const fileName = formData.get('fileName');
const type = formData.get('type');

const arrayBuffer = await file.arrayBuffer();
const buffer = Buffer.from(arrayBuffer);

await bucket.uploadFile({
file: buffer,
name: fileName,
type,
});
};

Try Ducket now

Start using Ducket today and experience a different file storage solution.