Hello! This project is a premium personal video studio named GeirdevVideoGen that allows you to easily create high-quality AI videos using x.ai's Grok Imagine Video API.
Even if you are not familiar with computers or terminal commands, you can automatically set up everything—from Node.js installation to launching the web studio—with just a single double-click! 😉
Starting the video studio is incredibly simple and takes only 2 quick steps!
flowchart TD
Step1[1. Install & Login Grok CLI] --> Step2[2. Double-click the script! Done!]
This program securely utilizes your Grok login session to generate high-quality videos. You only need to complete this login once.
- Mac Users: Press
Command(⌘) + Space, type Terminal, and pressEnterto open the Terminal window. - Windows Users: Press the
Windowskey, type cmd or Command Prompt, and pressEnter.
Type or paste the following commands sequentially into the command window and press Enter.
- Install Grok CLI:
npm install -g @xai/grok-cli
- Execute Grok Login:
grok login
- A web browser will open automatically.
- Log in using your registered Grok (x.ai) credentials.
- Once you see
You are logged inin your terminal window, the login is successful! You may close the terminal.
From now on, our intelligent one-touch automated script handles 100% of the complicated setups for you. Just sit back and double-click!
Tip
- If Node.js or npm is not found on your system, it silently downloads and installs Node.js automatically based on your OS!
- Automatically downloads all required project libraries and dependencies.
- Launches the bridge server and web interface concurrently via
runner.js. - Once the server ports are active, it instantly opens your default web browser and navigates straight to the Video Generator Web Page (
http://localhost:5173)!
- 🍏 Mac / 🐧 Linux Users:
- Find the
start.shfile in the project folder and double-click it. - (Optimized execution permissions are pre-configured for macOS, so it runs immediately.)
- Find the
- ** Windows Users**:
- Find the
start.batfile in the project folder and double-click it.
- Find the
Warning
The video generation is running live on the backend.
- If you close the web browser tab or refresh the page during loading, the video generation will be aborted immediately, and your progress will be lost.
- If you accidentally try to close the tab, our exit-prevention warning popup will alert you to protect your creation!
- Additionally, the black command window that opened is the server engine. Please keep it open and active while using the video studio!