You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .vitepress/config.mts
+37-8Lines changed: 37 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -5,22 +5,51 @@ export default defineConfig({
5
5
title: 'Drivebase',
6
6
description:
7
7
'Next-generation cloud-agnostic file management application that empowers users to organize, upload, and access files across multiple cloud providers.',
Drivebase is a tool that allows you to manage your files across multiple cloud providers. It uses OAuth to authenticate with the cloud providers and then uses the cloud provider's API to upload, download, and delete files.
11
+
12
+
::: info
13
+
You use your own API keys to authenticate with the cloud providers. In this way, you are in control of your own data.
14
+
And the data is stored in your own database.
15
+
:::
16
+
17
+
18
+
## Step 1: Connect to a cloud provider
19
+
20
+
From the available providers, you select the one you want to connect to by entering the required credentials.
21
+
After that, you add your account to Drivebase by clicking the "Add account" button. You will be redirected to the cloud provider's website to authorize Drivebase to access your files.
22
+
23
+
You can check [this page](/docs/providers/) for a list of supported providers.
24
+
25
+
## Step 2: Create a folder structure
26
+
27
+
You create a folder structure on Drivebase and they are stored in the connected database.
28
+
29
+
## Step 3: Upload files
30
+
31
+
You can upload files to Drivebase by dragging and dropping them into the application or by using the upload button.
32
+
Before the files are uploaded, you will be asked to select the provider you want to upload the files to.
Drivebase is a cloud-agnostic file management application. It allows you to manage your files across multiple cloud providers in your own folder structure.
8
+
9
+
Imagine your digital life scattered across multiple clouds. Your family photos on **Google Drive**, work documents on **Dropbox**, creative projects on **OneDrive**, and archives on **Amazon S3**. Each with its own login, interface, folder structure, and pricing model.
10
+
11
+
You've likely experienced this frustration:
12
+
**"Where did I save that file again? Was it on Drive or Dropbox?"**
13
+
14
+
This fragmentation creates real challenges:
15
+
16
+
-**Mental Overhead**: Constantly switching between services and remembering where files are stored
17
+
-**Organizational Chaos**: Maintaining different folder structures across multiple platforms
18
+
-**Provider Lock-In**: The painful process of migrating when a provider changes pricing or policies
19
+
-**Storage Inefficiency**: Paying for premium tiers on one service while having free space on another
20
+
-**Inconsistent Experience**: Learning different interfaces, search capabilities, and sharing mechanics
21
+
22
+
What if your files could live anywhere while appearing exactly where you want them in your own unified organizational system?
23
+
24
+
This is the promise of Drivebase—a single folder structure you control, with the freedom to choose where each file physically resides. You decide the storage provider. You break free from cloud fragmentation.
0 commit comments