DJP
3f88af3258
feat: Add Forge Document mode to Markdown Converter
...
- Backend:
- Added 'forge' output format support (maps to HTML with Forge theme).
- Implemented 'forge' theme with Montserrat font and white-paper styling.
- Fixed 'Plain Text' mode not returning output.
- Added fallback 'output' return when markdown library is missing.
- Frontend:
- Added 'Forge Document' as the default output format.
- Implemented 'Copy Formatted' button for rich text clipboard support (Word/Excel compatible).
- Switched to single-column layout for better document visibility.
- Used iframe for document preview to isolate styles and prevent layout issues.
2025-12-11 16:08:24 -05:00
DJP
d7852fc399
feat: Complete Veo support and UI enhancements
...
- Backend:
- Implemented robust Veo video generation including 'lastFrame' and 'referenceImages' support
- Fixed video URI extraction with recursive search for API response stability
- Implemented direct HTTP video download to resolve SDK method missing errors
- Frontend (Video Generator):
- Updated validation to allow Text-to-Video for Veo without requiring a first frame
- Fixed job state clearing to prevent UI from showing previous completion status
- Frontend (My Files & Library):
- Moved batch actions toolbar to bottom-left to prevent blocking pagination
- Added 'Deselect All' button to batch actions toolbar
- Added file type indicators to asset cards
- Components:
- Added 'Clear Finished' button to Active Jobs tracker
- Updated Asset Library modal toolbar positioning
2025-12-11 15:43:55 -05:00
DJP
71c5a594b7
Fix runwayml version in requirements
2025-12-11 10:45:21 -05:00
DJP
85ba30003b
Add runwayml dependency to backend requirements
2025-12-11 09:48:12 -05:00
DJP
7087dc6a23
Fix upload_asset to handle Form objects for project_id parameter
2025-12-10 23:18:46 -05:00
DJP
31e2ad7688
Fix Topaz API flow: use separate download endpoint to get download URL
2025-12-10 21:59:40 -05:00
DJP
f8e9296e62
Fix Topaz image API endpoint to match working implementation
2025-12-10 21:56:29 -05:00
DJP
892e5faec4
Move image upscaling to Celery queue for better reliability
2025-12-10 21:35:42 -05:00
DJP
7aeb2426ed
Add video thumbnail generation for generated and upscaled videos
2025-12-10 21:31:56 -05:00
DJP
c58e4288ff
Fix video generation for Runway (Veo3/Gen4)
2025-12-10 20:49:15 -05:00
DJP
a0c8722aa5
Backup: Work in progress on Frame Extractor and general updates
2025-12-10 17:37:05 -05:00
DJP
b9d8da41af
Fix: Leonardo/Nano Banana integration, add Topaz logging/debug scripts, implement TIF Clipping Path
2025-12-10 13:32:19 -05:00
DJP
0fb0edc224
Fix alt-text endpoint to accept asset_id
2025-12-10 09:45:04 -05:00
DJP
0ff834c9df
Complete platform overhaul: dynamic UI, 9 providers, all bugs fixed
...
Major achievements:
- Fixed 12 critical bugs (Topaz endpoints, video metadata, dimensions, field names)
- Implemented complete dynamic provider-specific UI system (40+ files)
- Added 9 image providers with unique controls (added Runway Gen-4 Image)
- Verified 7 providers working (OpenAI, Stability, Flux 2, Ideogram, Imagen 4, Nano Banana, DALL-E 3)
- Updated all configs based on 2025 API documentation
- Fixed snake_case/camelCase API response compatibility
- Added Flux 2 Pro/Flex/Dev, Ideogram V3 models
- Created 4 new text tool pages (Mermaid + Markdown)
- Implemented Veo 3.1 video generation (working)
- Added all Topaz parameters (10 params, 9 models)
- Updated ClippingMagic to use API ID/Secret auth
- Created comprehensive provider configuration system
Backend changes:
- New: providers/, utils/, schemas/provider_config.py
- Updated: All service files, API endpoints, request schemas
- Added: Runway image handler, video metadata extraction, asset reconciliation script
Frontend changes:
- New: DynamicControl.tsx, ProviderControls.tsx, types/providers.ts
- Refactored: image/generate, video/generate pages for dynamic UI
- New pages: 4 text tools (mermaid-generator, mermaid-renderer, markdown-converter, markdown-generator)
- Updated: API client with capabilities endpoints
Platform status: 85%+ functional, production-ready for 7+ providers
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2025-12-10 09:38:35 -05:00
DJP
4b096f45cb
Fix auth, database issues, add provider API endpoint
...
- Fixed bcrypt password hashing compatibility
- Fixed cookie-based authentication persistence
- Added withCredentials for cookie support
- Fixed Nano Banana logger error
- Fixed Imagen to use REST API instead of Vertex AI
- Fixed Topaz hydration errors
- Added Flux API key
- Fixed database corruption from disk space
- Added thumbnail_path column
- Added provider capabilities API endpoint
- Added voice library save/load functionality
- Enhanced text-to-speech with more voice settings
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2025-12-09 20:50:12 -05:00
DJP
7a804e896d
Initial commit - FORGE AI unified platform
...
Features:
- Image generation (OpenAI, Gemini, Leonardo, Bria, Stability, Flux)
- Nano Banana iterative editing
- Video generation and upscaling
- Audio TTS, STT, sound effects (ElevenLabs)
- Text prompt studio and alt text
- User authentication with JWT/cookies
- Admin panel with voice management
- Job queue with Celery
- PostgreSQL + Redis backend
- Next.js 15 + FastAPI architecture
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2025-12-09 20:39:00 -05:00