A modern, production-ready web application scaffold powered by cutting-edge technologies, designed to accelerate your development with high-performance video creation and professional UI tools.
This scaffold provides a robust foundation built with:
- β‘ Next.js 16 - The React framework for production with App Router
- π TypeScript 5 - Type-safe JavaScript for better developer experience
- π¨ Tailwind CSS 4 - Utility-first CSS framework for rapid UI development
- π§© shadcn/ui - High-quality, accessible components built on Radix UI
- π― Lucide React - Beautiful & consistent icon library
- π Framer Motion - Production-ready motion library for React
- π¨ Next Themes - Perfect dark mode in 2 lines of code
- π£ React Hook Form - Performant forms with easy validation
- β Zod - TypeScript-first schema validation
- π» Zustand - Simple, scalable state management
- π TanStack Query - Powerful data synchronization for React
- π Fetch - Promise-based HTTP request
- ποΈ Prisma - Next-generation TypeScript ORM
- π NextAuth.js - Complete open-source authentication solution
- π TanStack Table - Headless UI for building tables and datagrids
- π±οΈ DND Kit - Modern drag and drop toolkit for React
- π Recharts - Redefined chart library built with React and D3
- πΌοΈ Sharp - High performance image processing
- π¬ MotionForge - High-performance programmatic video creation framework
- π Next Intl - Internationalization library for Next.js
- π Date-fns - Modern JavaScript date utility library
- πͺ ReactUse - Collection of essential React hooks for modern development
- ποΈ Fast Development - Pre-configured tooling and best practices
- π¨ Beautiful UI - Complete shadcn/ui component library with advanced interactions
- π Type Safety - Full TypeScript configuration with Zod validation
- π± Responsive - Mobile-first design principles with smooth animations
- π¬ Video Export - Frame-accurate video rendering with WebCodecs support
- ποΈ Database Ready - Prisma ORM configured for rapid backend development
- π Auth Included - NextAuth.js for secure authentication flows
- π Data Visualization - Charts, tables, and drag-and-drop functionality
- π i18n Ready - Multi-language support with Next Intl
- π Production Ready - Optimized build and deployment settings
- π€ AI-Friendly - Professional guidelines for Google Gemini and GLM
The fastest way to get started with MotionForge is by using the CLI tool:
npx create-motionforge@latestThis will guide you through:
- π Choosing a project name
- π¨ Selecting a template (Hello World or Blank)
- π Adding Tailwind CSS support
- π€ Including AI Agent Guidelines (Google Gemini/Z.ai GLM)
If you want to contribute to the MotionForge framework or run the main scaffold:
# Install dependencies
bun install
# Start development server
bun run dev
# Build for production
bun run build
# Start production server
bun startOpen http://localhost:3000 to see the main framework demo.
src/
βββ app/ # Next.js App Router pages
βββ components/ # Reusable React components
β βββ ui/ # shadcn/ui components
βββ hooks/ # Custom React hooks
βββ lib/ # Utility functions and configurations
This scaffold includes a comprehensive set of modern web development tools:
- Layout: Card, Separator, Aspect Ratio, Resizable Panels
- Forms: Input, Textarea, Select, Checkbox, Radio Group, Switch
- Feedback: Alert, Toast (Sonner), Progress, Skeleton
- Navigation: Breadcrumb, Menubar, Navigation Menu, Pagination
- Overlay: Dialog, Sheet, Popover, Tooltip, Hover Card
- Data Display: Badge, Avatar, Calendar
- Tables: Powerful data tables with sorting, filtering, pagination (TanStack Table)
- Charts: Beautiful visualizations with Recharts
- Forms: Type-safe forms with React Hook Form + Zod validation
- Animations: Smooth micro-interactions with Framer Motion
- Drag & Drop: Modern drag-and-drop functionality with DND Kit
- Theme Switching: Built-in dark/light mode support
- Authentication: Ready-to-use auth flows with NextAuth.js
- Database: Type-safe database operations with Prisma
- API Client: HTTP requests with Fetch + TanStack Query
- State Management: Simple and scalable with Zustand
- Internationalization: Multi-language support with Next Intl
- Image Optimization: Automatic image processing with Sharp
- Type Safety: End-to-end TypeScript with Zod validation
- Essential Hooks: 100+ useful React hooks with ReactUse for common patterns
MotionForge is a high-performance, React-based programmatic video framework. It is designed to be a modern alternative to Remotion, offering seamless integration with Next.js and Tailwind CSS.
You can create a new MotionForge project in seconds:
npx create-motionforge@latest- Frame-Perfect Rendering: deterministic animations driven by frame number.
- High-Speed Export: Frame-by-frame video export using WebCodecs.
- Cinematic Effects: Native support for spring physics, 3D transforms, and particle systems.
- AI-Powered: Comes with specialized guidelines for Google Gemini to generate high-quality video code.
Use the "Export" button in the Player to render your composition to a high-quality WebM video.
MotionForge is configured with GitHub Actions to automate testing and publishing.
Whenever you push a change to the main branch, the workflow will:
- Run the CI verification suite (Lint, Build, Type-check).
- Check if the version in
package.jsonformotionforgeorcreate-motionforgehas been bumped. - If a new version is detected, it will automatically publish the package to NPM with Provenance (secure, verifiable builds).
To enable automated publishing, you must add your NPM token to your GitHub repository:
- Go to your GitHub Repository Settings > Secrets and variables > Actions.
- Create a New repository secret.
- Name:
NPM_TOKEN. - Value: Your NPM Access Token (Automation type recommended).
Built with β€οΈ for the developer community.