Introduction · Installation · Tech Stack · Contributing
QuickVid is here to revolutionize how you interact with YouTube content. It's simple:
- Paste a YouTube link.
- Get lightning-fast summaries.
- Now, verify videos with internet facts!
-
Clone the Repository
git clone https://github.com/metaloozee/quickvid.git cd quickvid
-
Install Dependencies
[pnpm | npm | yarn] install
-
Set Environment Variables
-
Run the Application
[pnpm | npm | yarn] run dev
this will launch the application, and you can access it by visiting
http://localhost:3000
in your web browser.
-
Clone the Repository
git clone https://github.com/metaloozee/quickvid cd quickvid
-
Set Environment Variables
-
Build the Docker Image
docker build -t quickvid .
-
Run the Docker Container
docker run -p 3000:3000 --env-file .env.local quickvid
this will launch the Next.js application inside the Docker container, and you can access it by visiting http://localhost:3000 in your web browser.
- Next.js – Framework
- Typescript – Language
- Whisper - Speech-to-Text
- LangChain - AI Orchestration
- Neon – Database
- shadcn/ui - UI Component Library
We love our contributors! Here's how you can contribute:
- Open an issue if you believe you've encountered a bug.
- Make a pull request to add new features/make quality-of-life improvements/fix bugs.
- Ayan (@metaloozee)
QuickVid is open-sourced under the GNU General Public License Version 3 (GPLv3) or any later version. You can find it here