app_logo.png
488.4 KB • Uploaded
Everyday more and more users are transitioning to Ducket. Are you one of them?
Active users
Files
Projects
Downloads
Ducket is a simple, secure, and easy-to-use file storage solution.
Example-file.doc
200KB • Uploaded 2 min ago
Example-file.png
200KB • Uploaded 2 min ago
Example-file.txt
200KB • Uploaded 2 min ago
With Ducket, you can easily manage your files for everything you need.
Upload files
Download files
Delete files
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
Invited
Transfer ownership
Every free account has a bunch of storage space.
Up to 1GB of files storage to start your projects now.
Storage Used
750MB / 1GB
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
Example-file.txt
10 min ago • John Doe
Example-image.png
Yesterday • John Doe
All features are free during beta.
For everyone during beta
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,});};
Start using Ducket today and experience a different file storage solution.