Commit graph

54 commits

Author SHA1 Message Date
Anil Chandra Naidu Matcha
87f18dd088
Merge pull request #49 from Anil-matcha/master
Master
2026-03-21 10:58:39 +05:30
Anil Matcha
df7d2dd9a7 Convert to Next.js monorepo with shared studio component library
- Migrated from Vite/vanilla JS to Next.js App Router
- Added packages/studio: shared React component library (ImageStudio, VideoStudio, LipSyncStudio, CinemaStudio)
- BYOK flow via StandaloneShell (localStorage API key) + ApiKeyModal
- Fixed dropdown clipping caused by overflow-x-auto on controls row
- Fixed dropdown background to solid bg-[#111] (was glass/transparent)
- Renamed Cinema tab to Cinema Studio
- Updated README: architecture, quick start port (3000), tech stack

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-21 10:47:00 +05:30
Anil Matcha
a6860e71cc Update macOS install instructions for Gatekeeper bypass 2026-03-18 12:33:33 +05:30
Anil Chandra Naidu Matcha
41dc0c2810
Merge pull request #48 from Anil-matcha/master
Disable gatekeeperAssess for unsigned macOS builds
2026-03-18 12:31:23 +05:30
Anil Matcha
541246fca9 Add afterPack hook for ad-hoc code signing on macOS 2026-03-18 12:30:06 +05:30
Anil Matcha
71a53c9451 Add macOS and Windows installation troubleshooting to README 2026-03-18 12:20:56 +05:30
Anil Matcha
35846f0608 Disable gatekeeperAssess for unsigned macOS builds 2026-03-18 12:17:10 +05:30
Anil Chandra Naidu Matcha
150cd639cb
Merge pull request #47 from Anil-matcha/master
Add Electron desktop app with macOS DMG and Windows installer support
2026-03-18 12:00:58 +05:30
Anil Matcha
9d0bc2580e Add desktop app download links to README and fix build config
- Add download table for macOS and Windows installers in README
- Add desktop app build instructions to Quick Start section
- Move electron-builder output to release/ to avoid Vite dist conflicts
- Add electron:build:all script to build all platforms in one pass
2026-03-18 12:00:00 +05:30
Anil Matcha
6e0b18cd22 Add Electron desktop app with macOS DMG and Windows installer support
- Add electron/main.js as the Electron main process
- Configure electron-builder for macOS (x64 + arm64 DMG) and Windows (x64 + arm64 NSIS installer)
- Add build scripts: electron:build (mac), electron:build:win (windows)
- Set vite base to './' for file:// protocol compatibility in Electron
2026-03-18 11:45:23 +05:30
Anil Chandra Naidu Matcha
38ce0ecbf1
Merge pull request #45 from Anil-matcha/master v1.0.0
Add mode selector for video models and API key UI
2026-03-13 19:40:48 +05:30
Anil Matcha
82215cbf63 Add mode selector for video models and API key UI
- Add mode control (fun/normal/spicy) to VideoStudio for models that support it; wired through generateVideo and generateI2V in muapi.js
- Add getModesForModel helper to models.js
- Header key button now opens SettingsModal to update API key in-place instead of wiping and reloading
2026-03-13 19:39:48 +05:30
Anil Chandra Naidu Matcha
6877dbefe4
Merge pull request #44 from Anil-matcha/master
Add 15s duration and all modes to Grok Imagine video models
2026-03-13 19:39:19 +05:30
Anil Matcha
f26506e9fd Add 15s duration and all modes to Grok Imagine video models
- grok-imagine-text-to-video: duration [6, 10] → [6, 10, 15], add mode field (fun/normal/spicy)
- grok-imagine-image-to-video: duration [6, 10] → [6, 10, 15]
- Update README with Grok Imagine T2V and I2V entries
2026-03-13 18:59:20 +05:30
Anil Chandra Naidu Matcha
b84e38ef25
Merge pull request #43 from Anil-matcha/master
Fix LipSync uploads: use UploadPicker for image, VideoStudio pattern …
2026-03-12 18:09:31 +05:30
Anil Matcha
8bab51f10f Fix LipSync uploads: use UploadPicker for image, VideoStudio pattern for video/audio buttons 2026-03-12 18:08:04 +05:30
Anil Chandra Naidu Matcha
9e50297717
Merge pull request #42 from Anil-matcha/master
Master
2026-03-12 17:43:52 +05:30
Anil Matcha
89cb0e2321 Fix API key placeholder to remove sk- prefix 2026-03-12 17:43:15 +05:30
Anil Matcha
d05c8448e8 Add Lip Sync Studio with 9 models (Infinite Talk, Wan 2.2, LTX, Sync, LatentSync, Creatify, Veed) 2026-03-12 17:41:17 +05:30
Anil Chandra Naidu Matcha
d7ec9f239a
Merge pull request #41 from Anil-matcha/master
Improve generation reliability and error handling
2026-03-10 14:11:42 +05:30
Anil Matcha
7ca2f280e7 Improve generation reliability and error handling
- Fix silent failures: catch block no longer overridden by finally; errors now display for 4s before resetting
- Restore hero section on generation failure so the page doesn't look broken
- Extend video polling timeout from 4 min to 30 min (900 attempts)
- Add pending job recovery: save requestId to localStorage on submit, resume polling on studio load with a live banner showing progress
- Add onRequestId callback to all muapi generate methods (generateImage, generateI2I, generateVideo, generateI2V, processV2V)
- New pendingJobs.js utility for CRUD operations on pending jobs in localStorage
2026-03-10 10:17:44 +05:30
Anil Chandra Naidu Matcha
be5c759e2a
Merge pull request #40 from Anil-matcha/master
Video generation fix
2026-03-09 19:17:48 +05:30
Anil Matcha
a85089c607 Video generation fix 2026-03-09 19:17:11 +05:30
Anil Chandra Naidu Matcha
d6aafa18e1
Merge pull request #38 from Anil-matcha/master
Seedance 2.0 watermark remover changes added
2026-03-07 20:32:52 +05:30
Anil Matcha
ade8e20fe8 Seedance 2.0 watermark remover changes added 2026-03-07 20:13:03 +05:30
Anil Chandra Naidu Matcha
692cef85a7
Merge pull request #37 from Anil-matcha/master
Add Seedance 2.0 i2v and video extend support
2026-03-04 15:13:01 +05:30
Anil Matcha
d707604afe Add Seedance 2.0 i2v and video extend support
- Add seedance-v2.0-i2v to i2vModels with images_list field, aspect ratio, duration (5/10/15s), and quality controls
- Add seedance-v2.0-extend to t2vModels for seamlessly continuing Seedance 2.0 generations
- Auto-store request_id after each Seedance 2.0 t2v/i2v generation
- Show Extend button on canvas after Seedance 2.0 generation; clicking it pre-selects the extend model and auto-passes stored request_id
- Add quality dropdown control to VideoStudio for models that support it
- Show extend banner when extend model is active; optional prompt guides the continuation
- Restore extend context when browsing Seedance 2.0 history entries
- Make prompt optional in muapi.generateVideo and forward request_id for extend endpoint
- Update README with new models and features
2026-03-04 15:11:09 +05:30
Anil Chandra Naidu Matcha
07f3eb2179
Merge pull request #36 from Anil-matcha/master
Add Seedance 2.0 text-to-video model
2026-03-02 15:48:35 +05:30
Anil Matcha
492f8bf693 Add Seedance 2.0 text-to-video model
Integrates ByteDance's Seedance v2.0 into Video Studio with support for
aspect ratios (16:9, 9:16, 4:3, 3:4), durations (5/10/15s), and quality
(basic/high). Updates README to reflect the new model.
2026-03-02 15:24:29 +05:30
Anil Chandra Naidu Matcha
d9f7151996
Merge pull request #35 from Anil-matcha/master
Master
2026-02-27 19:09:17 +05:30
Anil Matcha
aca8ff152b Nano banana resolution fix 2026-02-27 19:07:40 +05:30
Anil Matcha
a65bdb2a77 Add Nano Banana 2, Seedream 5.0 models with multi-image input support
- Add nano-banana-2 and seedream-5.0 to t2i models
- Add nano-banana-2-edit and seedream-5.0-edit to i2i models
- Add maxImages to 22 i2i models based on schema maxItems (up to 14 for nano-banana-2-edit)
- UploadPicker: multi-select mode with order badges, batch file upload, count/+ trigger badge
- ImageStudio: track uploadedImageUrls[], setMaxImages() on model switch, pass images_list to API
- muapi: pass quality and images_list array params in generateImage/generateI2I
- Expose quality/resolution controls for t2i models (nano-banana-2, seedream-5.0)
- Update README with new models, multi-image picker docs, and comparison table
2026-02-27 19:03:06 +05:30
Anil Chandra Naidu Matcha
cf5ca7ce69
Merge pull request #34 from Anil-matcha/master
Update README with Image Studio, Video Studio, upload history, and 20…
2026-02-23 23:13:29 +05:30
Anil Matcha
b61de547e5 Update README with Image Studio, Video Studio, upload history, and 200+ model support 2026-02-23 23:12:27 +05:30
Anil Chandra Naidu Matcha
5b1cfcf347
Merge pull request #33 from Anil-matcha/master
Add image upload history, i2i/i2v model support with dynamic mode swi…
2026-02-23 21:06:35 +05:30
Anil Matcha
996571828c Add image upload history, i2i/i2v model support with dynamic mode switching
- Add uploadHistory.js: localStorage CRUD + canvas thumbnail generation
- Add UploadPicker.js: reusable upload button + history panel component
- Add i2i/i2v models from schema_data.json to models.js (115 models)
- Add generateI2I, generateI2V, uploadFile methods to muapi.js
- ImageStudio: dynamically switches between t2i and i2i models based on image presence
- VideoStudio: dynamically switches between t2v and i2v models based on image presence
- Fix i2i/i2v model display names derived from slugs instead of generic variant labels
2026-02-23 21:04:33 +05:30
Anil Chandra Naidu Matcha
3364a34111
Merge pull request #28 from Anil-matcha/master
Improved README and description
2026-02-17 23:47:17 +05:30
Anil Matcha
a205e303a0 Improved README and description 2026-02-17 23:46:16 +05:30
Anil Chandra Naidu Matcha
4b48d1c976
Merge pull request #27 from Anil-matcha/master
Added Video Studio
2026-02-17 21:53:33 +05:30
Anil Matcha
6eebebc9ec Added Video Studio 2026-02-17 21:52:55 +05:30
Anil Chandra Naidu Matcha
119589ef5d
Merge pull request #25 from Anil-matcha/master
Added comprehensive Medium guide
2026-02-15 07:32:46 +05:30
Anil Matcha
69f7dce699 Added comprehensive Medium guide 2026-02-15 07:30:05 +05:30
Anil Chandra Naidu Matcha
06229973f4
Merge pull request #24 from Anil-matcha/master
Resolution change to lower case fix for cinema studio
2026-02-14 15:54:56 +05:30
Anil Matcha
3bf62fbc19 Resolution change to lower case fix for cinema studio 2026-02-14 15:54:15 +05:30
Anil Chandra Naidu Matcha
c9ae73077d
Merge pull request #23 from Anil-matcha/master
Cinema studio feature supported
2026-02-14 15:03:34 +05:30
Anil Matcha
f9adf55aa4 Cinema studio feature supported 2026-02-14 15:02:51 +05:30
Anil Matcha
c30891eeb6 docs: Add comprehensive project knowledge and vision document 2026-02-14 13:24:44 +05:30
Anil Matcha
f9371009f4 docs: Replace demo media with high-quality pg2.mp4 version 2026-02-13 15:40:50 +05:30
Anil Matcha
c80b21b9e0 docs: Update README hero with high-quality animated studio demo 2026-02-13 15:39:23 +05:30
Anil Matcha
50f5bb36a0 docs: Add preview images and demo video to README 2026-02-13 15:36:34 +05:30