SShortSingh.
Back to feed

Developer Builds AI Pet Video Generator Using TanStack Start and ByteDance Seedance

0
·1 views

A software developer built an AI-powered web app called PetVideo Generator that converts a pet photo and a text description into a short cinematic video. The project uses TanStack Start, an RC-stage React framework built on Vite and Nitro, as its core foundation alongside TanStack Query, Form, and Table for full-stack state and UI management. ByteDance's Seedance 2.5 model handles the actual AI video generation, requiring no prompt engineering or editing skills from end users. The developer chose to standardize the entire stack around TanStack tools, replacing common alternatives like Next.js, React Hook Form, and Prisma to maintain consistency across the project. The app also integrates shadcn/ui, Drizzle ORM on PostgreSQL, and better-auth for authentication, spanning over 35 routes in total.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Developer launches Inkspan API to handle PDF generation, editing, and extraction

A developer has launched Inkspan, a single API designed to handle the full PDF document lifecycle including generation, manipulation, and data extraction. The tool allows users to generate PDFs from HTML templates, Markdown, or JSON data, and also supports operations like merging, splitting, watermarking, and form-filling. For extraction, Inkspan returns structured JSON along with a confidence score and a review flag to alert users when parsed data may be unreliable. Built on FastAPI, WeasyPrint, and PyMuPDF, the service is hosted on Railway and uses Supabase for API key management and usage tracking. Inkspan offers a free tier of 100 documents per month with self-serve signup, and is also available through RapidAPI.

0
ProgrammingDEV Community ·

How Nightfall Security Built a Crash-Resistant Multi-Process Discord Bot Architecture

A developer built Nightfall Security, a Discord protection bot engineered with a distributed, multi-process architecture to remain operational during high-stress events like raids and API instability. Unlike typical single-process bots that can freeze or crash under sudden event spikes, Nightfall separates its gateway, handlers, database worker, and supervisor into independent processes with distinct responsibilities. A dedicated supervisor monitors all processes, automatically restarts any that crash, and redistributes load to ensure continuous uptime even on unstable hardware. Asynchronous message queues handle all inter-process communication, preventing race conditions and blocking I/O from affecting critical paths. The system also features a browser-based dashboard displaying real-time process health, CPU usage, event throughput, and crash logs for operational visibility.

0
ProgrammingDEV Community ·

Developer Builds Free Open-Source SVG Gradient Placeholder API Using Next.js

A developer built PlaceGradient, a free open-source API that generates placeholder SVG gradients, after failing to find a suitable existing solution while working on a personal portfolio site. The tool was created using Next.js, TypeScript, Tailwind, and deployed on Vercel, keeping the stack lightweight and infrastructure-free. SVG was chosen over PNG or JPEG for its smaller file size and infinite scalability, making it well-suited for responsive image components. The API accepts a base color — including over 140 standard CSS color names — and automatically applies color theory principles such as complementary, analogous, or monochromatic schemes to generate harmonious gradients. The goal was to offer a plug-and-play developer tool requiring no setup, no stored images, and no manual color configuration beyond a single URL parameter.

0
ProgrammingDEV Community ·

Why SCORM Still Matters as AI Tools Reshape Corporate Course Authoring

Generative AI has simplified drafting training content, but delivering that content through organizational learning management systems still relies heavily on SCORM 1.2 and SCORM 2004 standards. Chat-based authoring tools allow subject-matter experts to describe topics and goals in plain language, with AI agents generating outcomes, slides, scripts, and assessments. However, experts caution that AI presentation tools and SCORM authoring tools serve different purposes, and organizations risk confusion by conflating the two. Key practical considerations include whether tools support SCORM export, allow a single source to sync across multiple LMS platforms, and can accommodate both self-paced and instructor-led delivery. The piece was authored by Ian Tappan, CTO of Course Engine AI, a platform focused on chat-based course authoring for associations and training teams.

Developer Builds AI Pet Video Generator Using TanStack Start and ByteDance Seedance · ShortSingh