An open API service indexing awesome lists of open source software.

https://github.com/phanatagama/viloader

🌐 Tiktok and Instagram Reels Video Downloader
https://github.com/phanatagama/viloader

instagram-downloader sveltekit tiktok-downloader video-downloader yt-dlp

Last synced: 6 months ago
JSON representation

🌐 Tiktok and Instagram Reels Video Downloader

Awesome Lists containing this project

README

          

![Viloader](https://socialify.git.ci/phanatagama/viloader/image?description=1&font=KoHo&forks=1&issues=1&language=1&pattern=Formal+Invitation&pulls=1&stargazers=1&theme=Auto)

# Viloader

Viloader is a powerful and easy-to-use video downloader for Instagram and TikTok. With Viloader, you can quickly download your favorite videos from these popular social media platforms and save them for offline viewing. Whether you want to keep a collection of memorable videos or need to download content for later use, Viloader provides a seamless and efficient solution.

## 💡 Features

- Download video from Instagram Reels and Tiktok url
- Unlimited download video
- Fast download speed
- No login required

## ⚙ Tech Stack

- SvelteKit
- Typescript
- Vite

## 👁 Preview
| Home Page | Download Page |
| --- | --- |
| ![Landing Page](https://github.com/user-attachments/assets/2c4a8d7e-4f73-45bc-8b15-dfd131edc2ab) | ![Download Page](https://github.com/user-attachments/assets/a24826d4-a16f-4c1b-bb47-d8fffb2c8913) |

## 👩‍💻 Developing

Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:

```bash
npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open
```

## 🚢 Building

To create a production version of your app:

```bash
npm run build
```

You can preview the production build with `npm run preview`.

> To deploy your app, you may need to install an [adapter](https://svelte.dev/docs/kit/adapters) for your target environment.