<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Aryan</title>
    <description>The latest articles on DEV Community by Aryan (@imaryannn).</description>
    <link>https://dev.to/imaryannn</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3815102%2F1d54370a-504e-4cb8-b5a9-b66ecf7353d4.jpeg</url>
      <title>DEV Community: Aryan</title>
      <link>https://dev.to/imaryannn</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/imaryannn"/>
    <language>en</language>
    <item>
      <title>I built a free, unlimited cloud storage app</title>
      <dc:creator>Aryan</dc:creator>
      <pubDate>Sun, 03 May 2026 13:44:21 +0000</pubDate>
      <link>https://dev.to/imaryannn/i-built-a-free-unlimited-cloud-storage-app-2fi0</link>
      <guid>https://dev.to/imaryannn/i-built-a-free-unlimited-cloud-storage-app-2fi0</guid>
      <description>&lt;p&gt;I built a free, unlimited cloud storage app using Telegram's API&lt;/p&gt;

&lt;p&gt;TelStorage is live at &lt;a href="https://telstorage.vercel.app/" rel="noopener noreferrer"&gt;https://telstorage.vercel.app/&lt;/a&gt; — free forever, no sign-up required beyond your Telegram credentials.&lt;/p&gt;

&lt;p&gt;The Problem&lt;br&gt;
I kept hitting storage limits on Google Drive. iCloud wanted a monthly fee. Dropbox was too restrictive on the free tier. Then I realized — Telegram already provides unlimited cloud storage to every user. It just had no proper interface for managing files like a drive.&lt;/p&gt;

&lt;p&gt;What I built&lt;br&gt;
TelStorage is a web app that connects to your Telegram account via the MTProto API and gives you a Google Drive-style interface to manage all your files — completely free, with no storage limits.&lt;/p&gt;

&lt;p&gt;Features&lt;br&gt;
Upload any file — images, videos, documents, and more&lt;br&gt;
Organize files into folders&lt;br&gt;
Instant file search&lt;br&gt;
Cross-device access — desktop, mobile, tablet&lt;br&gt;
End-to-end encrypted via Telegram's infrastructure&lt;br&gt;
No subscription, no storage cap, no data stored on my servers&lt;br&gt;
How it works technically&lt;br&gt;
Users authenticate using their own Telegram API_ID and API_HASH obtained from my.telegram.org. This means:&lt;/p&gt;

&lt;p&gt;All files go directly into the user's own Telegram account&lt;br&gt;
I never touch or store anyone's files&lt;br&gt;
No third-party storage infrastructure needed&lt;br&gt;
The app talks to Telegram's MTProto API to upload, list, and retrieve files — essentially turning Telegram's "Saved Messages" into a structured file system with folders and metadata.&lt;/p&gt;

&lt;p&gt;Challenges I faced&lt;br&gt;
Handling large file uploads within Telegram's chunked upload limits&lt;br&gt;
Building a folder system on top of a flat message-based structure&lt;br&gt;
Keeping the auth flow smooth and secure for non-technical users&lt;br&gt;
Optimizing file streaming for large video files&lt;br&gt;
What's next&lt;br&gt;
I'm actively working on drag-and-drop folder management, file previews, and a shareable link feature. Feedback from the dev community would genuinely help shape what gets built next.&lt;/p&gt;

&lt;p&gt;Try it / Give feedback&lt;/p&gt;

&lt;p&gt;Live app and feedback form below — all responses are read personally.&lt;/p&gt;


&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
        &lt;div class="c-embed__cover"&gt;
          &lt;a href="https://docs.google.com/forms/d/e/1FAIpQLSdl_d9npTxXhUiqG5fxU-6Qt6Ni8LiBX-5zXl5_3hQL6L9ToA/viewform?usp=send_form" class="c-link align-middle" rel="noopener noreferrer"&gt;
            &lt;img alt="" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Flh3.googleusercontent.com%2FyQAth8JPcM2BM1wEctn4EnCfrkbq-Xsbg-8HStQe09ESVmgL7JZi2KylCCqgLvIGaZbprD19d6zHfKA%3Dw1200-h630-p" height="630" class="m-0" width="1200"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
      &lt;div class="c-embed__body"&gt;
        &lt;h2 class="fs-xl lh-tight"&gt;
          &lt;a href="https://docs.google.com/forms/d/e/1FAIpQLSdl_d9npTxXhUiqG5fxU-6Qt6Ni8LiBX-5zXl5_3hQL6L9ToA/viewform?usp=send_form" rel="noopener noreferrer" class="c-link"&gt;
            TelStorage — Share Your Feedback
          &lt;/a&gt;
        &lt;/h2&gt;
        &lt;div class="color-secondary fs-s flex items-center"&gt;
            &lt;img alt="favicon" class="c-embed__favicon m-0 mr-2 radius-0" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fssl.gstatic.com%2Fdocs%2Fspreadsheets%2Fforms%2Ffavicon_qp2.png" width="16" height="16"&gt;
          docs.google.com
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;Feedback form&lt;br&gt;
Happy to answer questions about the architecture, Telegram's API quirks, or anything else in the comments. Would love to hear what the dev.to community thinks!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>cloudstorage</category>
      <category>telegram</category>
    </item>
  </channel>
</rss>
