{"id":50560093,"url":"https://github.com/quang-pham-dev/mini-motion","last_synced_at":"2026-06-04T11:30:50.376Z","repository":{"id":344441572,"uuid":"1181803921","full_name":"quang-pham-dev/mini-motion","owner":"quang-pham-dev","description":"[WIP] Mini Motion is an AI video content automation platform built with Next.js. Generate video scripts, create AI videos using MiniMax T2V, produce background music, and generate voiceovers - all in one platform.","archived":false,"fork":false,"pushed_at":"2026-03-15T03:13:52.000Z","size":305,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-15T03:55:30.477Z","etag":null,"topics":["ai","ai-video","content-automation","nextjs","react","rest-api","supabase","typescript","video-generation","web-development"],"latest_commit_sha":null,"homepage":"https://mini-motion.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/quang-pham-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-14T16:42:19.000Z","updated_at":"2026-03-15T03:13:55.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/quang-pham-dev/mini-motion","commit_stats":null,"previous_names":["quang-pham-dev/mini-motion"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/quang-pham-dev/mini-motion","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quang-pham-dev%2Fmini-motion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quang-pham-dev%2Fmini-motion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quang-pham-dev%2Fmini-motion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quang-pham-dev%2Fmini-motion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quang-pham-dev","download_url":"https://codeload.github.com/quang-pham-dev/mini-motion/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quang-pham-dev%2Fmini-motion/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33903134,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-04T02:00:06.755Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","ai-video","content-automation","nextjs","react","rest-api","supabase","typescript","video-generation","web-development"],"created_at":"2026-06-04T11:30:50.317Z","updated_at":"2026-06-04T11:30:50.369Z","avatar_url":"https://github.com/quang-pham-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mini Motion\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Next.js-16-black?style=for-the-badge\u0026logo=next.js\" alt=\"Next.js\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/TypeScript-5.x-3178c6?style=for-the-badge\u0026logo=typescript\" alt=\"TypeScript\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/License-MIT-green?style=for-the-badge\" alt=\"License\" /\u003e\n\u003c/p\u003e\n\nAI Video Content Automation Platform. Generate video scripts, AI videos, music, and voiceovers with AI.\n\n## Features\n\n- **AI Script Generation** - Transform text prompts into structured video scripts\n- **AI Video Generation** - Create videos from visual prompts using MiniMax T2V\n- **AI Music Generation** - Generate background music that matches your video mood\n- **AI Voiceover** - Convert script text to natural speech\n- **Preview \u0026 Download** - Preview combined playback and download all assets\n\n## Tech Stack\n\n| Category         | Technology                   |\n| ---------------- | ---------------------------- |\n| Framework        | Next.js 16 (App Router)      |\n| Language         | TypeScript                   |\n| Auth             | Supabase Auth (GitHub OAuth) |\n| Database         | Supabase PostgreSQL          |\n| State Management | TanStack Query v5            |\n| Styling          | Tailwind CSS                 |\n| UI Components    | shadcn/ui                    |\n\n## Quick Start\n\n```bash\n# Clone the repository\ngit clone https://github.com/quang-pham-dev/mini-motion.git\ncd mini-motion\n\n# Install dependencies\npnpm install\n\n# Copy environment variables\ncp .env.example .env.local\n\n# Edit .env.local with your API keys (see docs/SETUP.md)\n\n# Run development server\npnpm dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) in your browser.\n\n## Documentation\n\n| Document                             | Description                    |\n| ------------------------------------ | ------------------------------ |\n| [Setup Guide](docs/SETUP.md)         | Installation and configuration |\n| [Architecture](docs/ARCHITECTURE.md) | System design and patterns     |\n| [API Reference](docs/API.md)         | REST API documentation         |\n| [Services Layer](docs/SERVICES.md)   | TanStack Query patterns        |\n| [Deployment](docs/DEPLOYMENT.md)     | Production deployment          |\n| [Contributing](docs/CONTRIBUTING.md) | Contribution guidelines        |\n\n## Project Structure\n\n```\nsrc/\n├── app/                 # Next.js routing layer\n│   ├── api/             # API route handlers\n│   └── (pages)          # Page components\n├── components/          # Shared UI components\n│   └── ui/              # shadcn/ui components\n├── features/            # Feature modules\n│   ├── auth/            # Authentication\n│   ├── dashboard/       # Project list\n│   ├── editor/          # Script editor\n│   └── preview/         # Video preview\n├── lib/                 # Utilities\n└── services/            # API services (TanStack Query)\n```\n\n## API Overview\n\n| Endpoint               | Method           | Description               |\n| ---------------------- | ---------------- | ------------------------- |\n| `/api/generate-script` | POST             | Generate video script     |\n| `/api/generate-video`  | POST             | Start video generation    |\n| `/api/generate-music`  | POST             | Generate background music |\n| `/api/generate-tts`    | POST             | Generate voiceover        |\n| `/api/projects`        | GET/POST         | List/Create projects      |\n| `/api/projects/[id]`   | GET/PATCH/DELETE | Project CRUD              |\n\nSee [API Reference](docs/API.md) for detailed documentation.\n\n## Environment Variables\n\n```env\n# Supabase\nNEXT_PUBLIC_SUPABASE_URL=your_supabase_url\nNEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_anon_key\n\n# MiniMax API\nMINIMAX_API_KEY=your_minimax_api_key\n```\n\nSee [Setup Guide](docs/SETUP.md) for complete configuration.\n\n## License\n\nMIT License - see [LICENSE](LICENSE) for details.\n\n## Contributing\n\nContributions are welcome! Please read our [Contributing Guidelines](docs/CONTRIBUTING.md) first.\n\n---\n\nBuilt with ❤️ by [Quang Pham](https://github.com/quang-pham-dev)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquang-pham-dev%2Fmini-motion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquang-pham-dev%2Fmini-motion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquang-pham-dev%2Fmini-motion/lists"}