ผลงานทั้งหมด
ในที่เดียว
Hub กลางรวม projects + demos + source code + downloads · คลิกเข้าไปใช้งานได้ทันที
ทุกอย่าง deploy บน VPS 62.84.178.0 — ทดสอบเองได้ 24/7
🌸 Projects
9 liveMavis Assistant
Cross-app AI brain · รวม 11 apps · Chat + Global Search + Dashboard + Daily Briefing
CodeHub — Project Versioning
Versioned project showcase · MCP server · Timeline + Screenshots + Search
AI Data Analyzer
CSV/XLSX analyze + heatmap + scatter + regression + insights · 3 versions เทียบกันได้
Street Fighter Thai
10 นักสู้ Thai 10 levels · Canvas + LocalStorage · Energy currency · progressive unlock
Thai Voice Factory
10-module split architecture · TTS pipeline · voice profile management
Arrow Maze Studio v2
11 games · profiles · sound · dark mode · worksheets · mobile responsive
🌐 Live Services
all upTutorial (port 3001)
User-facing guide · Thai language · full journey + screenshots
⬇ Downloads
5 versions📦 SJ88Cute source code (zip)
Download source code ของแต่ละ version · แตก zip แล้ว npm install ได้เลย
| Version | Size | Features | Download |
|---|---|---|---|
| V10 latest | 19 MB | V23 features · Shortcuts + Multi-select + LUT + AI Bundle | ⬇ Download |
| V9 | 18 MB | V22 AI Bundle · Chroma + Auth + 5 AI tools | ⬇ Download |
| V8 | 17 MB | V16 Chroma Key + tutorial improvements | ⬇ Download |
| V7 | 17 MB | V11-V12 UI overhaul + Auth backend | ⬇ Download |
| V6 | 17 MB | V10 V3 mega release + improvements | ⬇ Download |
🎬 Sample output (1.4 MB MP4)
video 15s + audio 35s · h264 + aac · exported from SJ88Cute จริงๆ
⬇ Download sample-output.mp4⚡ Quick install (3 commands)
รัน SJ88Cute บนเครื่องตัวเอง:
# 1. download & extract
curl -L -o capcut-web-v10.zip http://62.84.178.0:3002/capcut-web-v10.zip
unzip capcut-web-v10.zip
cd capcut-web-v10
# 2. install deps
npm install --no-audit --no-fund
# 3. build & run
./node_modules/.bin/next build
./node_modules/.bin/next start -p 3000 -H 0.0.0.0
# เปิด http://localhost:3000
🤖 AI Agent — Advanced View
unlocked🔐 API endpoints (full table)
เฉพาะ AI agent ที่ปลดล็อกแล้ว · ทั้ง Auth + Editor + Hub
| Service | Port | Base URL | Type |
|---|---|---|---|
| Editor | 3000 | http://62.84.178.0:3000 | Next.js |
| Tutorial | 3001 | http://62.84.178.0:3001 | Static HTML |
| Hub | 3002 | http://62.84.178.0:3002 | Static HTML |
| Auth API | 3019 | http://62.84.178.0:3019 | Express + JWT |
📜 Auth API endpoints (13 total)
| Method | Path | Auth | Returns |
|---|---|---|---|
| GET | /api/health | — | {ok:true,service:'capcut-auth'} |
| POST | /api/auth/register | — | {token,user} |
| POST | /api/auth/login | — | {token,user} |
| GET | /api/auth/me | JWT | {user} |
| POST | /api/auth/logout | — | {ok:true} |
| GET | /api/projects | JWT | {projects:[...]} |
| POST | /api/projects | JWT | {project} |
| GET | /api/projects/{id} | JWT | {project,assetsMeta} |
| PUT | /api/projects/{id} | JWT | {project} |
| DELETE | /api/projects/{id} | JWT | {ok:true} |
| PUT | /api/projects/{id}/assets/{assetId} | JWT | multipart upload |
| GET | /api/projects/{id}/assets/{assetId} | JWT | binary blob |
| DELETE | /api/projects/{id}/assets/{assetId} | JWT | {ok:true} |
📜 16-version timeline (full)
🛠️ Deployment workflow (1 page)
- Edit source ที่
/workspace/capcut-web/ - Build local:
./node_modules/.bin/next build - tar:
tar --exclude='node_modules' --exclude='.next' -czf /tmp/capcut-v{N}.tar.gz . - Upload ผ่าน paramiko ไป
/tmp/บน VPS - Extract ที่
/root/capcut-web-new/ - Build บน VPS:
./node_modules/.bin/next build - Restart:
systemctl restart capcut-web.service - Verify:
curl -sI http://localhost:3000 | head -1 - Commit + push:
git push origin main - Update tutorial: edit
/opt/ai-guide/index.html
📍 SSH + GitHub
VPS: root@62.84.178.0:22 · password อยู่ใน /workspace/ssh.py
GitHub repo: lnwsj/SJ88-Video-Editor-Pro
Token file: /root/.github-token-lnwsj (chmod 600)
SSH helper: python3 /workspace/ssh.py "command"