
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
inotmovingtoday
Advanced tools
AI Video Generator for Reels/TikTok/Shorts/Youtube - Generate viral short videos through AI-guided conversation
Viral video? Making it myself? Nope. I'm not moving today.
An AI-powered video script generator for Reels/TikTok/Shorts/YouTube. Upload images, describe your idea, and let AI craft viral-worthy video scripts and generate videos with Google Veo 3.1.
No setup needed. Just open and use.
npx inotmovingtoday
One command to launch
Options:
--port 8080--lang en
docker run -p 8080:8080 supra126/inotmovingtoday
# With API Key (optional)
docker run -p 8080:8080 -e GEMINI_API_KEY=your-api-key supra126/inotmovingtoday
The Creative Spark
Let AI Do The Work
| Ratio | Best For |
|---|---|
| 9:16 | TikTok, Reels, Shorts (vertical) |
| 16:9 | YouTube, landscape videos |
| 1:1 | Instagram posts, square format |
| Setting | Options |
|---|---|
| Consistency Mode | None, Product, Character, Both |
| Motion Dynamics | Subtle, Moderate, Dramatic |
| Quality Booster | Commercial, Cinematic, Luxury, Editorial, Documentary, Artistic |
| Scene Mode | Auto, Single (≤8s), Multi (story-based) |
| Resolution | 720p, 1080p |
| Mode | Description |
|---|---|
| Start | Use image as video opening (Image-to-Video) |
| None | Pure text-to-video generation |
Powered by Google Veo 3.1 for high-quality AI video generation.
| Category | Technology |
|---|---|
| Framework | Next.js 16 + React 19 + TypeScript |
| AI Models | Google Gemini (text analysis) |
| Google Veo 3.1 (video generation) | |
| Styling | Tailwind CSS |
| State | Zustand |
# Clone the repo
git clone https://github.com/supra126/INotMovingToday.git
cd INotMovingToday
# Install dependencies
pnpm install
# Copy environment variables
cp .env.example .env.local
# Start dev server
pnpm dev
# Server version (requires Node.js server)
pnpm build
pnpm start
# Static version (GitHub Pages, Cloudflare Pages, etc.)
pnpm build:static
pnpm start:static # Local test
# Output: ./dist
Copy .env.example to .env.local:
# Gemini API Key (optional - if set, users get free access)
GEMINI_API_KEY=your-api-key
# Gemini Thinking Budget (optional)
GEMINI_THINKING_BUDGET=2048
# Video Provider: mock (testing), veo (Google Veo 3.1)
VIDEO_PROVIDER=veo
# Veo Quality Mode (optional)
# false = Fast mode (default), true = Standard mode (higher quality)
VEO_USE_STANDARD=false
Get Gemini API Key: Google AI Studio
| Feature | Server | Static |
|---|---|---|
| API Key | Server-side supported | User must provide |
| Rate Limiting | Server-controlled | None |
| Deployment | Node.js server | Any static hosting |
| Output | .next/ | dist/ |
Don't want to work alone? Neither do we.
"I'm not moving today, but I'll review your PR." — The Maintainers
![]() @mag477 | ![]() @supra126 |
|---|
MIT License
Built with coffee and the desire to never move again.
做病毒式短影片?自己剪?不用,今天不想動。
一個由 AI 驅動的影片腳本生成工具,支援 Reels/TikTok/Shorts/YouTube。上傳圖片、描述你的想法,讓 AI 幫你打造爆款影片腳本,並使用 Google Veo 3.1 生成影片。
免安裝,打開即用。
npx inotmovingtoday
一行指令啟動
選項:
--port 8080--lang zh
docker run -p 8080:8080 supra126/inotmovingtoday
# 帶 API Key(可選)
docker run -p 8080:8080 -e GEMINI_API_KEY=your-api-key supra126/inotmovingtoday
創意的火花
讓 AI 來努力
| 比例 | 適用場景 |
|---|---|
| 9:16 | TikTok、Reels、Shorts(直式) |
| 16:9 | YouTube、橫式影片 |
| 1:1 | Instagram 貼文、方形格式 |
| 設定 | 選項 |
|---|---|
| 一致性模式 | 無、產品、人物、兩者皆是 |
| 動態程度 | 微妙、中等、劇烈 |
| 品質增強 | 商業級、電影級、奢侈品、編輯級、紀錄片、藝術感 |
| 場景模式 | 自動、單場景(≤8秒)、多場景(故事敘述) |
| 解析度 | 720p、1080p |
| 模式 | 說明 |
|---|---|
| 開頭 | 使用圖片作為影片開頭(圖生影片) |
| 不用 | 純文字生成影片 |
由 Google Veo 3.1 驅動的高品質 AI 影片生成。
| 類別 | 技術 |
|---|---|
| 框架 | Next.js 16 + React 19 + TypeScript |
| AI 模型 | Google Gemini(文字分析) |
| Google Veo 3.1(影片生成) | |
| 樣式 | Tailwind CSS |
| 狀態 | Zustand |
# 克隆專案
git clone https://github.com/supra126/INotMovingToday.git
cd INotMovingToday
# 安裝依賴
pnpm install
# 複製環境變數
cp .env.example .env.local
# 啟動開發伺服器
pnpm dev
# 伺服器版(需要 Node.js 伺服器)
pnpm build
pnpm start
# 靜態版(可部署到 GitHub Pages、Cloudflare Pages 等)
pnpm build:static
pnpm start:static # 本地測試
# 輸出目錄: ./dist
複製 .env.example 為 .env.local:
# Gemini API 金鑰(選填 - 若設定,用戶可免費使用)
GEMINI_API_KEY=your-api-key
# Gemini Thinking Budget(選填)
GEMINI_THINKING_BUDGET=2048
# 影片提供者:mock(測試用)、veo(Google Veo 3.1)
VIDEO_PROVIDER=veo
# Veo 品質模式(選填)
# false = 快速模式(預設)、true = 標準模式(更高品質)
VEO_USE_STANDARD=false
取得 API Key: Google AI Studio
| 功能 | 伺服器版 | 靜態版 |
|---|---|---|
| API 金鑰 | 支援伺服器端 | 用戶必須提供 |
| 速率限制 | 伺服器控制 | 無 |
| 部署方式 | Node.js 伺服器 | 任何靜態託管 |
| 輸出目錄 | .next/ | dist/ |
不想一個人努力?我們也是。
「今天不想動,但我會 review 你的 PR。」 — 維護者們
![]() @mag477 | ![]() @supra126 |
|---|
MIT License
用咖啡和「今天不想動」的心情打造。
FAQs
AI Video Generator for Reels/TikTok/Shorts/Youtube - Generate viral short videos through AI-guided conversation
We found that inotmovingtoday demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.