
Closed
Posted
Paid on delivery
Upgrade my existing platform: [login to view URL] I need a production-grade AI filmmaking website, not a demo or basic prompt-to-video generator. The system must generate high-quality AI films from 5 seconds up to 2 minutes (120 seconds) and support multiple productions/jobs at the same time. CORE WORKFLOW: Users must be able to create a project, enter a story/script/commercial concept/prompt, create or upload characters and reference images, create locations, generate/edit a screenplay, automatically create scenes/shots, generate storyboards, approve shots, run Production Preflight, submit production, generate video segments using GPU workers, automatically assemble segments, add dialogue/music/SFX/captions/audio, produce the final MP4 and download the completed film. Support 5/10/15/30/45/60/90/120 seconds and custom durations up to 120 seconds. LONG-VIDEO ARCHITECTURE: DO NOT attempt to generate a 120-second diffusion video in one request. Automatically divide movies into controlled shots/segments. Example: 120-second film → screenplay → scenes → shots → 5–10 second segments → QC → assembly → audio → upscale/post-processing → final master. A 120-second movie could contain approximately 12–24 segments. Users should not manually assemble them. BASE44 + GPU BACKEND: Base44 should handle users/login, projects, productions, characters, locations, scripts, storyboards, shots, assets, settings, job status, admin and database. Actual AI generation must run on a dedicated GPU backend. Architecture: Base44 Website → ROLLCALL API → Job Queue → GPU Workers → Storage → QC/Assembly → Final Video. The browser must not be responsible for keeping generation alive. JOB QUEUE: Implement a real queue using Redis/Celery, Redis/RQ, BullMQ or another production solution. Hierarchy: Production ID → Scene ID → Shot ID → Segment ID → Generation Job ID. Statuses: QUEUED, ASSIGNED, RUNNING, UPLOADING, QC, COMPLETED, RETRYING, FAILED, CANCELLED. Every job must save settings, model, prompt, references, seed, GPU, start/end time, retries, errors and output. MULTIPLE PRODUCTIONS: Mandatory. I need to submit Production A/B/C/D without waiting for one movie to finish. With one GPU, jobs queue. With multiple GPUs, jobs automatically distribute across GPU-01/GPU-02/GPU-03/GPU-04. Additional GPUs must be addable without rebuilding the website. GPU WORKERS: Do not hard-code one provider. Support architecture for RunPod, [login to view URL], Lambda, CoreWeave, AWS and local/dedicated servers. Workers register capabilities, GPU model, VRAM, installed models, status and heartbeat. States: ONLINE/BUSY/DRAINING/OFFLINE/ERROR. If a worker crashes, unfinished jobs return to the queue. Completed segments must survive. VIDEO MODELS: Start with Wan 2.2 or the best appropriate self-hosted model. Support text-to-video, image-to-video and reference-image generation. Build a Model Registry so additional models/APIs can be added without rebuilding the platform. Do not hard-code the database around one model. CHARACTER IDENTITY LOCK: Character consistency is critical. Each character needs ONE canonical Character ID. Example CAMBELL = CHAR_CAMBELL_001. Every screenplay, scene, shot, storyboard and production must reference this ID rather than typed name variations. Store face/front/left/right/3/4/full-body references, wardrobe, appearance description, approved plates and identity-lock status. Never create duplicate characters. Approved references automatically follow the character into every required generation. LOCATIONS/WARDROBE/PROPS: Use canonical IDs for locations, wardrobe, props, vehicles and sets. Location records store references, lighting, room/set characteristics, important objects and continuity information. References automatically follow relevant shots. STORYBOARD + SHOTS: Create storyboard frames before expensive video generation. Allow Approve/Edit/Regenerate/Delete/Reorder. Every shot contains duration, Character IDs, Location ID, action, camera/framing, movement, lighting, wardrobe, props, dialogue, audio, prompt, negative prompt, seed, references and previous/next-shot continuity. Where possible use a previous shot's ending frame as reference for the next shot. PRODUCTION PREFLIGHT: Before rendering validate characters, character locks, locations, references, storyboards, durations, prompts, GPU worker, model, storage and audio settings. Show READY TO PRODUCE or specific errors explaining what must be fixed. Never silently fail. QUALITY: Support DRAFT (fast testing), STANDARD (balanced), CINEMA (high quality), MASTER (maximum quality/post-processing). Support 480p draft, 720p generation/preview, 1080p final/upscale and future 4K. Do not falsely call upscaled footage native 4K. Support 16:9, 9:16, 1:1, 4:5 and 2.39:1. SHOT REGENERATION: If Shot 17 of a 24-shot movie is bad, do NOT regenerate the movie. Allow Regenerate Shot, Change Prompt, Seed, Camera, Motion, Reference or Model. Replace the shot and rebuild the master. QC + RETRIES: Automatically verify file existence, duration, resolution, FPS, corruption, black/frozen output and where practical AI-check identity, anatomy, unwanted people, wardrobe and location continuity. Failed jobs retry automatically. Attempt 1 FAIL → retry → Attempt 2 → retry → Attempt 3 NEEDS ATTENTION. Never restart an entire production because one shot fails. CHECKPOINTING: Continuously save production state. If 18/24 shots are completed and a server restarts, continue unfinished work. Never unnecessarily regenerate completed segments. VIDEO/AUDIO ASSEMBLY: Use FFmpeg or equivalent. Support clip assembly, trimming, transitions, FPS/resolution normalization, dialogue, voice-over, music, SFX, ambience, captions, loudness normalization and final encoding. Architecture must allow future lip-sync/facial performance. PRODUCTION DASHBOARD: Show production runtime, total shots, completed/rendering/queued/failed shots and overall progress. Show individual shot statuses. Users must be able to pause/cancel production and regenerate individual shots. ADMIN/GPU DASHBOARD: Show active/queued/failed/completed productions, queue depth, GPU workers, GPU model/VRAM, current jobs, loaded models, worker health, generation time, storage, errors and costs. Track GPU time and estimated cost for each production so I know actual cost for 30/60/90/120-second productions. API: Create a versioned ROLLCALL API including GET /v1/health, GET /v1/certify, POST /v1/jobs, GET /v1/jobs/{id}, POST /v1/jobs/{id}/cancel, GET /v1/workers, GET /v1/models and POST /v1/worker/heartbeat. Website communicates with the ROLLCALL API, not directly with random Python scripts/ComfyUI workflows. Secure GPU endpoints using server-side API keys/service authentication. Never expose GPU/API secrets in browser code. STORAGE + DATABASE: Use S3-compatible storage such as S3/R2/B2 for large video/image/audio assets. Database entities should include Users, Projects, Productions, Scenes, Shots, Segments, Characters, CharacterReferences, Locations, Storyboards, Assets, RenderJobs, GPUWorkers, Models, AudioTracks, QCReports, ProductionVersions and Logs. Use resumable/multipart uploads for large media. NO FAKE FUNCTIONALITY: Every visible Generate, Lock Character, Preflight, Render, Regenerate, Cancel, Pause, Resume, Connect Worker, Test GPU and Download button must perform a real backend action. No placeholders. Do not patch errors individually while leaving broken architecture underneath. Inspect the existing application first and preserve/migrate valid existing data. ACCEPTANCE TESTS: Before completion demonstrate: (1) real 5-second AI video, (2) assembled 30-second film, (3) 60-second film, (4) complete 120-second film, (5) at least 3 productions submitted simultaneously, (6) queue management, (7) two workers/GPUs processing jobs in parallel, (8) intentionally fail one segment and prove automatic retry, (9) restart worker and prove completed segments survive, (10) regenerate one bad shot without regenerating movie, (11) character references follow every relevant shot, (12) final video/audio synchronization. DEFINITION OF DONE: This project is NOT complete because a 120-second option appears in a dropdown. It is complete when the platform can reliably go IDEA → SCRIPT → CHARACTERS → STORYBOARD → SHOTS → PREFLIGHT → GPU QUEUE → AI GENERATION → QC → ASSEMBLY → AUDIO → FINAL FILM and return a playable downloadable 30–120 second high-quality AI-generated film. Architecture must support multiple simultaneous productions and multiple GPU workers. Build this as a scalable AI film-production system, not a prototype. AI Video ← most important AI App Development AI Model Development AI Workflow Automation Python Machine Learning (ML) API Development Cloud Computing Full Stack Development Video Processing
Project ID: 40674758
246 proposals
Remote project
Active 1 day ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
246 freelancers are bidding on average $1,258 USD for this job

Hi, I’m Elias, a Miami-based senior software engineer with 20 years of experience in AI, web development, and video processing. I’ve reviewed your project and understand that your main goal is to upgrade your existing AI film-making platform for improved functionality and user experience. I have built similar systems focusing on secure architecture, responsive UI, and scalability. My approach would involve a few clear phases: 1) Assess the current platform's architecture and identify areas for improvement. 2) Design an enhanced user experience tailored to your audience. 3) Implement core features, integrating advanced AI models for video processing. 4) Conduct thorough testing to ensure performance and reliability. 5) Launch the upgraded platform and provide ongoing support. Could you please clarify the following questions to help me better understand the project? 1) What specific functionalities do you want to add or improve? 2) Are there existing integrations that need to be maintained or new ones to consider? 3) How do you envision user roles and permissions working in the upgraded site? I have successfully completed similar projects before, although most were under NDA, so I can’t share links. I’d be happy to discuss the architecture and features I implemented. I also focus on maintainable code to ensure your platform can evolve with your needs.
$1,200 USD in 6 days
8.0
8.0

Hello, I trust you're doing well. I am well experienced in machine learning algorithms, with nearly a decade of hands-on practice. My expertise lies in developing various artificial intelligence algorithms, including the one you require, using Python, and similar tools. I have worked with pytorch, and tensorflow to develop DL models, .I hold a doctorate from Tohoku University and have a number of publications in the same subject. My portfolio, which showcases my past work, is available for your review. Your project piqued my interest, and I would be delighted to be part of it. Let's connect to discuss in detail. Warm regards. please check my portfolio link: https://www.freelancer.com/u/sajjadtaghvaeifr
$1,025 USD in 7 days
7.3
7.3

Hello, {{{ I HAVE CREATED SIMILAR AI FILMMAKING & AI VIDEO GENERATION PLATFORMS BEFORE AND I CAN SHOW YOU }}} I have carefully reviewed your requirements and understand that you need a production-grade AI filmmaking system, not a basic prompt-to-video application. I have 10+ years of experience in AI, Python, full-stack development, APIs, cloud infrastructure, video processing and workflow automation. I can build the complete workflow from IDEA → SCRIPT → CHARACTERS → STORYBOARD → SHOTS → PREFLIGHT → GPU QUEUE → GENERATION → QC → ASSEMBLY → AUDIO → FINAL FILM. I will implement a proper job queue, checkpointing, automatic retries, multi-production support, scalable GPU workers, character/asset consistency, model registry, shot-level regeneration, FFmpeg assembly, S3-compatible storage and admin/GPU monitoring. I will first inspect your existing Base44 application and preserve valid functionality while fixing the underlying architecture and reliability issues. No fake buttons or browser-dependent generation; every workflow will perform a real backend action. I WILL PROVIDE 2 YEARS OF FREE ONGOING SUPPORT AND COMPLETE SOURCE CODE. We will work with Agile methodology and I will assist from development through production deployment. I eagerly await your positive response. Thanks, Christina
$1,125 USD in 7 days
6.7
6.7

Hello!, I am a Florida-based senior software engineer and I’d love to help turn your current platform into a production-grade AI film-making system. I checked the link, and the real challenge here is not just “adding AI”, it’s making the workflow reliable end to end so users can go from input to generated video without broken steps, slow processing, or messy outputs. My plan would be: 1. Review your current Base44 build and identify workflow gaps 2. Design the AI pipeline for script, scenes, visuals, voice, and video assembly 3. Build the backend services, API integrations, and async job processing 4. Improve the UI/UX so the platform feels clean and easy to use 5. Test the full flow, then optimize performance and deployment I pay close attention to details like this because these projects only succeed when the pipeline feels seamless and the AI output is actually usable. Relevant builds I’ve handled: - An AI content studio for automated short-form video generation - A cloud-based media processing dashboard for creators - A SaaS app with queued ML jobs and workflow automation - A dashboard platform with API-driven asset generation and review Quick questions: 1. What exact inputs should users provide, and what final video format do you want? 2. Are you already using any AI/video APIs, or should I recommend the stack? 3.
$1,250 USD in 5 days
6.5
6.5

Hi, With our team's extensive experience in AI and web application development, we are uniquely equipped to turn your vision into a production-grade AI filmmaking website that surpasses your existing platform and meets every requirement you have laid out. We specialize in constructing scalable web applications with a strong focus on building efficient and secure backend systems. In this project, we would take on your vision of a long-video architecture, automatically segmenting shots and assembling high-quality films from those segments. In terms of AI capabilities, we have substantial expertise in AI Model Development, particularly in areas such as text-to-video, image-to-video, and reference-image generation. Creating a comprehensive Model Registry to accommodate different models/APIs is well within our skillset. Additionally, our knowledge extends into preserving character consistency by employing canonical Character IDs — one for each character, associated with unique markers like face/front/left/right/full-body references. Our team is equally versed in frontend development, including proficiency in React.js — an essential aspect of delivering a user-friendly experience on your website. Thanks....
$1,500 USD in 7 days
6.7
6.7

I have experience building AI-powered applications, automation workflows, APIs, video processing pipelines, and scalable full-stack systems. I understand the need for a real production architecture with GPU workers, job queues, shot-based generation, character consistency, QC, checkpointing, FFmpeg assembly, and multi-production support rather than a simple prompt-to-video demo. I can integrate the existing Base44 platform with a dedicated GPU backend and build the workflow to reliably handle 5–120 second productions. Please message me in inbox so we can review the current application, GPU setup, and architecture and get started.
$1,125 USD in 7 days
6.4
6.4

Hi, I reviewed your upgrade request to build a production-grade AI filmmaking website (30-120 seconds) that turns scripts into storyboards, shots, GPU-rendered segments, and a downloadable final MP4. I’ll implement the Base44 website plus a versioned ROLLCALL API, with a Redis/Celery job queue (Production → Scene → Shot → Segment → RenderJob), resumable S3-compatible storage, GPU workers registering capabilities, and a Model Registry that supports text-to-video, image-to-video, and reference-image flows. I’ll ensure character identity lock via canonical Character IDs, full preflight validation, QC with retries per shot, and FFmpeg assembly with dialogue/music/SFX/captions. Clean, reliable execution, Let’s discuss here now.
$750 USD in 30 days
6.0
6.0

Hello, Proficient in Python and versed in multiple AI frameworks, I am confident that I can transform your current film-making platform into a powerful and scalable AI movie generator. My mastery in ROLLCALL, Redis/Celery, and GPU management will ensure that the new system smoothly handles multiple productions/jobs simultaneously, without compromising on quality or performance. My experience as a full-stack developer enables me to seamlessly integrate Base44 with a separate GPU backend - providing stability to the AI-generation process while effectively utilizing computational resources. By employing proper job-queue hierarchies and implementing robust status tracking, your projects will follow a predetermined workflow, ensuring an uninterrupted supply chain from storyboarding to upscale/post-processing. I understand the paramount significance of maintaining character consistency for storytelling. Hence, I will implement a robust Character Identity Lock mechanism ensuring each character has a unique canonical ID and providing an accurate reference framework for screenplay, scene, storyboard, and production stages. Thanks!
$1,250 USD in 1 day
5.9
5.9

Base44 exports run each generation as a synchronous call tied to the browser tab that started it, so the moment the tab closes the job is gone, no queue, no retry, nothing to pick it back up. That's the real ceiling here, not the video model itself, since Kling, Runway, Pika and the rest sit behind a plain HTTP call with no concept of a job existing once the response comes back. I wouldn't spend the first days on prompt tuning or picking which model looks best on a demo reel. I'd build what's underneath it: a job queue with real state, queued, running, failed, done, a worker registry so GPU workers register, heartbeat and get replaced if one dies mid render, and a data model where a production doesn't collapse into one tab. Story to screenplay to storyboard to shot list to render to assembly with audio, each step its own job, so productions and GPU workers run side by side without one blocking another. M1: end to end thin slice, one queued job, one worker, one assembled clip with audio, downloadable. $375, 4 days. M2: job queue and worker registry, multiple GPU workers, retries, heartbeats, concurrent productions. $450, 4 days. M3: screenplay to storyboard to shot list pipeline, character lock across shots. $375, 3 days. M4: QC pass, assembly polish, multi production dashboard. $300, 3 days. $1500 across the four, 14 days total. What I'd firm up once M1 is running is how many GPU workers you need in parallel day one, that moves the cost most once the queue is real.
$1,500 USD in 14 days
5.8
5.8

With a deep understanding of AI filmmaking, I can upgrade your platform to support high-quality AI films seamlessly. My experience in creating advanced AI-driven production workflows aligns perfectly with your requirements. How can we ensure seamless integration of the Base44 platform with the GPU backend for optimal performance and scalability? Regards, Yogesh Kumar
$900 USD in 10 days
5.3
5.3

Your platform will fail at scale if you generate 120-second videos as single diffusion requests - GPU memory will crash and retry costs will destroy your budget. You need segment-based orchestration with fault-tolerant queuing, not a monolithic pipeline. Quick questions - are you planning horizontal GPU scaling with multiple RunPod/Vast instances running parallel jobs? And do you need character identity preserved across segments using LoRA fine-tuning or embedding injection? Here's the architectural approach: - PYTHON + CELERY + REDIS: Implement distributed job queue with hierarchical task structure (Production → Scene → Shot → Segment). Each segment generates independently, survives worker crashes, and stores metadata for assembly. - GPU WORKER POOL: Build provider-agnostic worker registration system supporting RunPod/Vast/Lambda APIs. Workers report capabilities (VRAM/model/status), claim jobs via heartbeat, and auto-redistribute failed tasks without losing completed segments. - CHARACTER IDENTITY LOCK: Create canonical Character ID system with reference image storage (front/side/3-4/full-body). Link Character IDs to every shot/storyboard/generation job so Wan 2.2 receives consistent conditioning inputs across all segments. I've built similar multi-GPU video pipelines for 2 AI production companies that scaled from prototype to 50+ concurrent jobs. Let's schedule a 30-minute architecture review to map your Base44 integration and GPU backend before you commit budget to the wrong infrastructure.
$1,020 USD in 30 days
5.5
5.5

The difficult part here isn't generating AI video-it's building a production system where 120-second films survive worker failures, individual shots can be regenerated, and multiple productions run without blocking each other. I'd keep Base44 focused on users, projects and production control, with a dedicated backend handling orchestration. I'd start by auditing the existing application and structuring the core flow as Production -> Scene -> Shot -> Segment -> Job. The backend could use Python, Redis/Celery for the queue, PostgreSQL for state, and S3-compatible storage for durable media assets. GPU workers would register capabilities and heartbeat independently, allowing providers or dedicated machines to be added without changing the website. Jobs would be checkpointed, retried safely, and requeued after worker failure while completed segments remain intact. For long films, I'd generate controlled 5-10 second segments, run QC, then assemble them with FFmpeg. Canonical Character and Location IDs would ensure approved references follow every relevant shot. A Model Registry would also keep Wan 2.2 and future models decoupled from the core system. I'd build this in milestones: architecture/API -> queue/workers -> generation -> storyboard/preflight -> QC/assembly -> scaling and acceptance tests. * Does the existing Base44 app contain usable production data? * Which GPU provider should be used first? * Do you have a preferred voice/music generation provider? Juan Pablo
$1,125 USD in 7 days
5.3
5.3

Hi, I am a full-stack AI developer with 8 years of rich experience in software development, with a background in AI platforms, GPU workflows, and production-grade backend systems. I am familiar with Python, FastAPI, Redis, Celery, PostgreSQL, S3-compatible storage, FFmpeg, Docker, GPU workers, AI video models, job queues, API development, cloud deployment, and AI workflow automation. I can review the existing Base44 application first, preserve valid data, and build the backend around a real ROLLCALL API, queue, worker registry, checkpointing, QC, shot-level regeneration, and automated video/audio assembly. The architecture can support multiple simultaneous productions and multiple GPU providers without tying the platform to one model or one server. I'm an individual freelancer and can work on any time zone you want. Please contact me with the best time for you to have a quick chat. Looking forward to discussing more details. Thanks.
$1,500 USD in 7 days
5.1
5.1

Hi, The key requirement here is not simply generating AI video. It is making the entire production survive independently of the browser, GPU failures, individual shot failures, and multiple simultaneous productions. I have experience building AI-integrated production systems where asynchronous jobs, APIs, cloud infrastructure, media processing, persistent state, and reliable recovery are critical. I would first audit the existing Base44 application and preserve the usable project/data model rather than rebuilding blindly. From there I would establish ROLLCALL as the controlled API layer, implement persistent production/scene/shot jobs, worker registration and queue processing, then connect real video generation and FFmpeg assembly. The architecture would keep models and GPU providers replaceable. Character/location/reference IDs would persist through storyboard and generation jobs, while checkpointing allows completed shots to survive worker restarts. Individual failed shots can retry or regenerate without restarting a production. Most importantly, I would validate this through actual generated output, not placeholder buttons: concurrent productions, parallel workers, failure/retry recovery, shot replacement, assembly and synchronized final video/audio. I can start with the existing Base44 system immediately after award and establish the backend architecture before extending the generation workflow.
$1,250 USD in 30 days
5.2
5.2

You need a production orchestrator for segmented AI filmmaking, not a prompt-to-video wrapper: every shot must be traceable, recoverable, replaceable, and distributable across independent GPU workers. At Marin Software, I built Python, AWS, LangChain, and real-time processing systems using queues, serverless services, and persistent pipelines. I’d keep Base44 as the control plane and build ROLLCALL with FastAPI, PostgreSQL, Redis/Celery, S3-compatible storage, worker heartbeats, leases, idempotent jobs, checkpoints, retries, and a provider-neutral model registry. Productions would compile into scenes, shots, segments, QC tasks, FFmpeg assembly, and versioned masters, with canonical asset IDs preserving character and location continuity. API keys stay server-side, completed outputs survive worker loss, and new GPU providers register by capability rather than requiring application changes. What backend, database, and working generation flows already exist behind the current Base44 application?
$750 USD in 4 days
4.9
4.9

As a freelancer with several years of experience in AI App Development, AI Model Development, AI Video and API Development, I am fully confident in my ability to deliver an exceptional solution for your project. Your project will benefit immensely from my expertise in Machine Learning (ML) and Python programming, which underpin essential components like producing high-quality AI films, screenplay generation and scene to shot attribution. I've even undertaken similar projects where I successfully incorporated texts, images and references into coherent videos using self-hosted models. Moreover, my experience in architecting GPU-centric solutions will be pivotal in developing a receptive and efficient backend that handles large-scale queue management while guaranteeing that segments are automatically assembled for your users. Lastly, character identity lock is paramount in producing consistent films. With my command of data structuring and management techniques combined with an unwavering commitment to detail orientation, I will create a comprehensive database that demands notably minimal manual input. It would be truly exciting—and a great match for my skills—to collaborate with you on this ambitious endeavor to create an exceptional AI filmmaking platform-raising the bar for video synthesis. Let's get started!
$750 USD in 7 days
5.2
5.2

Hi there, Thank you for the detailed and well-structured brief. I’m excited about the opportunity to help you transform your existing platform into a robust, scalable, and production-grade AI filmmaking system. Having delivered advanced AI video and workflow automation solutions for creative and media clients, I understand the importance of reliability, scalability, and end-to-end workflow integration. Your requirements—such as multi-GPU job queuing, granular production segmentation, character identity locking, storyboard-driven shot management, and API-driven cloud GPU orchestration—are exactly the types of challenges I specialize in. I am highly experienced in Python, machine learning, full-stack development, video processing, and cloud infrastructure. My past projects include architecting distributed AI pipelines, building custom API layers over GPU workers (AWS, RunPod, CoreWeave, Lambda), and implementing robust job queue systems using Celery and Redis. I also have a strong background in video assembly (FFmpeg), S3-compatible storage, and building admin/user dashboards for real-time production tracking. My approach will be to conduct a thorough review of your current Base44 system, preserving valid data while upgrading the architecture for modularity and extensibility. I’ll implement a true job queue linked with GPU workers, design a model registry for future expansion, and ensure all critical backend actions are fully functional—no placeholders. Every aspect, from character consistency to QC, checkpointing, and API security, will be engineered for reliability and future growth. I’m passionate about building creative AI tools that empower real production workflows. Let’s collaborate to make your vision for high-quality, automated AI filmmaking a reality. Looking forward to discussing your project in more detail! Best regards, DemiVision, LLC
$750 USD in 14 days
4.6
4.6

Hi there, I have read and understood the project details and your requirement for a production-grade AI filmmaking platform, not a basic prompt-to-video demo. I understand Base44 will manage users, projects, scripts, characters, shots, dashboards and database, while a scalable GPU backend handles segmented video generation, QC, audio and final assembly up to 120 seconds. My approach is to first audit the existing Base44 app, preserve valid data, then build a secure ROLLCALL API with Redis/Celery or BullMQ, GPU worker orchestration, model registry, S3-compatible storage and FFmpeg assembly. I’ll implement canonical character/location IDs, storyboard approval, preflight validation, retries, checkpointing, shot-level regeneration and multi-production queues, with support for multiple GPU providers. Do you already have a preferred GPU provider and starting model such as Wan 2.2, or should I configure the initial GPU infrastructure as part of the build? I can own the full architecture and implementation and validate the required 5s, 30s, 60s and 120s workflows, concurrent productions, worker recovery, automatic retries and individual shot regeneration. Cheers Rabia Shaikh
$750 USD in 3 days
4.8
4.8

Hello, The critical part of this platform is the asynchronous production pipeline, not the Base44 interface itself. Productions need to decompose into scenes, shots, and segments, then move through a persistent queue to GPU workers, QC, assembly, and final delivery without depending on the browser remaining open. The backend should therefore keep production state and generation metadata durable, while workers remain replaceable and horizontally scalable. A model registry and worker capability layer also prevent the architecture from becoming tied to one model or GPU provider. For the first milestone, would you accept implementing the production/job orchestration layer and one GPU generation path before adding the complete model and provider ecosystem? Have a nice day
$1,500 USD in 30 days
4.8
4.8

With my decade-long experience and a team of 60+ professionals at 360 Elevate, we can guarantee an exceptional film-making website that aligns perfectly with your demanding needs. Our journey in digital services has made us adept at meeting unique client requirements, leading to our specialization in Full Stack Development, AI Video, and Video Processing. Drawing from our vast experience, we understand the criticality of character consistency, perfecting the art of handling assets like character identity locking; wardrobe, prop and location references; lighting descriptions; and quality checks. We have successfully built comprehensive systems for ERP, CRM, HRM and other similar complex systems. Moreover, our proficiency in AI automation will be a significant asset. We have mastered creating and managing Production ID hierarchies along with use of real queue using Redis/Celery or similar production solutions to track job statuses and preserving jobs despite any worker crash or outage. Apart from Wan 2.2 model, we have also integrated additional models/APIs based on client demands, which guarantees future-proofing your platform as new models emerge. All this combined makes us the best choice for your project. At 360 Elevate, resourcefulness with an eye for high-quality solution is our commitment!
$750 USD in 7 days
5.5
5.5

Nuremberg, France
Payment method verified
Member since Jul 30, 2026
€20-50 EUR
€30-250 EUR
$100-250 USD
$750-1500 USD
€30-250 EUR
$30-250 USD
$8-15 USD / hour
$750-1500 USD
$30-250 USD
₹1500-12500 INR
$750-1500 USD
$100-250 USD / hour
$100-250 USD
₹1500-12500 INR
$30-250 USD
$250-750 USD
₹75000-150000 INR
₹12500-37500 INR
₹600-1500 INR
$30-250 USD
$750-1500 USD
₹750-1250 INR / hour
₹12500-37500 INR
€30-150 EUR
$750-1500 USD