{"id":27902740,"url":"https://github.com/tushargr0ver/skyvault","last_synced_at":"2026-04-11T05:32:03.252Z","repository":{"id":291465672,"uuid":"977706617","full_name":"tushargr0ver/skyvault","owner":"tushargr0ver","description":"SkyVault is a fast, secure cloud file storage app with easy file upload, management, and organization, powered by Next.js, Clerk, ImageKit, and Neon PostgreSQL.","archived":false,"fork":false,"pushed_at":"2025-05-04T20:26:26.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-04T20:38:31.071Z","etag":null,"topics":["authentication","cdn","clerk","cloud-storage","drizzle-orm","file-management","file-storage","file-upload","fullstack","hero-ui","imagekit","nextjs","postgresql","react","responsive-ui","tailwindcss","typescript","vercel"],"latest_commit_sha":null,"homepage":"https://www.myskyvault.xyz","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tushargr0ver.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-04T19:48:43.000Z","updated_at":"2025-05-04T20:26:29.000Z","dependencies_parsed_at":"2025-05-04T20:38:35.631Z","dependency_job_id":"b6698102-78b8-4882-91f4-debe84bb85eb","html_url":"https://github.com/tushargr0ver/skyvault","commit_stats":null,"previous_names":["tushargr0ver/skyvault"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tushargr0ver%2Fskyvault","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tushargr0ver%2Fskyvault/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tushargr0ver%2Fskyvault/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tushargr0ver%2Fskyvault/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tushargr0ver","download_url":"https://codeload.github.com/tushargr0ver/skyvault/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252580910,"owners_count":21771423,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["authentication","cdn","clerk","cloud-storage","drizzle-orm","file-management","file-storage","file-upload","fullstack","hero-ui","imagekit","nextjs","postgresql","react","responsive-ui","tailwindcss","typescript","vercel"],"created_at":"2025-05-05T21:37:35.471Z","updated_at":"2025-12-30T20:20:56.504Z","avatar_url":"https://github.com/tushargr0ver.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SkyVault\n\n\u003e A **user-friendly file storage application** built with Next.js, Clerk for authentication, Neon PostgreSQL for database management, Drizzle ORM for efficient queries, and HeroUI for a responsive, intuitive interface.\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)  \n[![Vercel Deploy](https://img.shields.io/badge/Deployed%20on-Vercel-000?logo=vercel)](https://www.myskyvault.xyz)  \n[![Last Commit](https://img.shields.io/github/last-commit/tushargr0ver/skyvault?style=flat-square)](https://github.com/tushargr0ver/skyvault/commits/main)\n\n---\n\n## Features\n\n- **User Authentication**: Secure sign-in and sign-up powered by Clerk.\n- **File Uploads**: Effortless file uploads and transformations using ImageKit.\n- **File Management**: Organize your files with options to star, trash, and more.\n- **Responsive UI**: A clean, responsive design built with HeroUI for seamless device compatibility.\n\n## Tech Stack\n\n- **Frontend**: Next.js, HeroUI\n- **Authentication**: Clerk\n- **Database**: Neon (PostgreSQL)\n- **ORM**: Drizzle\n- **File Storage**: ImageKit\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js 18+ and npm\n- Clerk account\n- Neon PostgreSQL database\n- ImageKit account\n\n### Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/tushargr0ver/droply.git\n   cd droply\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   npm install\n   # or\n   yarn install\n   # or\n   pnpm install\n   ```\n\n3. Create a `.env.local` file in the root directory with the following environment variables:\n\n   ```\n   # Clerk Authentication\n   NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=your_clerk_publishable_key\n   CLERK_SECRET_KEY=your_clerk_secret_key\n\n   # ImageKit\n   NEXT_PUBLIC_IMAGEKIT_PUBLIC_KEY=your_imagekit_public_key\n   IMAGEKIT_PRIVATE_KEY=your_imagekit_private_key\n   NEXT_PUBLIC_IMAGEKIT_URL_ENDPOINT=your_imagekit_url_endpoint\n\n   # Clerk URLs\n   NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in\n   NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up\n   NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/dashboard\n   NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/dashboard\n\n   # Fallback URLs\n   NEXT_PUBLIC_CLERK_SIGN_IN_FALLBACK_REDIRECT_URL=/\n   NEXT_PUBLIC_CLERK_SIGN_UP_FALLBACK_REDIRECT_URL=/\n\n   # App URLs\n   NEXT_PUBLIC_APP_URL=http://localhost:3000\n\n   # Database - Neon PostgreSQL\n   DATABASE_URL=your_neon_database_url\n   ```\n\n4. Set up your accounts and get the required API keys:\n   - Create a [Clerk](https://clerk.dev/) account and get your API keys\n   - Create a [Neon](https://neon.tech/) PostgreSQL database and get your connection string\n   - Create an [ImageKit](https://imagekit.io/) account and get your API keys\n\n### Running the Application\n\n1. Run the development server:\n\n   ```bash\n   npm run dev\n   # or\n   yarn dev\n   # or\n   pnpm dev\n   ```\n\n2. Open [http://localhost:3000](http://localhost:3000) in your browser to see the application.\n\n### Building for Production\n\n1. Build the application:\n\n   ```bash\n   npm run build\n   # or\n   yarn build\n   # or\n   pnpm build\n   ```\n\n2. Start the production server:\n   ```bash\n   npm start\n   # or\n   yarn start\n   # or\n   pnpm start\n   ```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftushargr0ver%2Fskyvault","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftushargr0ver%2Fskyvault","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftushargr0ver%2Fskyvault/lists"}