Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webessentz/autoclip
AI-powered video creation platform with credit-based system. Built with Remora, Google Cloud TTS, Neon DB, Firebase, and more.
https://github.com/webessentz/autoclip
ai bun deepseek gemini gemini-api generative-ai git github-copilot google google-tts gpt-4o neon neondb openai remora replicate replicate-api supabase typescript vercel
Last synced: 9 days ago
JSON representation
AI-powered video creation platform with credit-based system. Built with Remora, Google Cloud TTS, Neon DB, Firebase, and more.
- Host: GitHub
- URL: https://github.com/webessentz/autoclip
- Owner: WebEssentz
- Created: 2024-12-30T23:46:01.000Z (9 days ago)
- Default Branch: main
- Last Pushed: 2024-12-31T00:53:33.000Z (9 days ago)
- Last Synced: 2024-12-31T01:17:45.080Z (9 days ago)
- Topics: ai, bun, deepseek, gemini, gemini-api, generative-ai, git, github-copilot, google, google-tts, gpt-4o, neon, neondb, openai, remora, replicate, replicate-api, supabase, typescript, vercel
- Language: TypeScript
- Homepage:
- Size: 2.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [AutoClip AI](https://autoclip.vercel.app) ๐ฌ#### Transform Text into Cinema-Quality Videos with AI Magic โจ
[![Next.js 15](https://img.shields.io/badge/Next.js%2014-black?style=for-the-badge&logo=next.js&logoColor=white)](https://nextjs.org/)
[![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge&logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
[![Vercel](https://img.shields.io/badge/Vercel-000000?style=for-the-badge&logo=vercel&logoColor=white)](https://vercel.com)
[![GitHub Copilot](https://img.shields.io/badge/GitHub%20Copilot-24292e?style=for-the-badge&logo=github&logoColor=white)](https://github.com/features/copilot)[Demo](https://autoclip.vercel.app) ยท [Features](#-key-features) ยท [Tech Stack](#%EF%B8%8F-tech-stack) ยท [Architecture](#-architecture)
## ๐ฏ Overview
AutoClip AI is a revolutionary SaaS platform that harnesses the power of multiple AI services to transform text into professional, engaging videos. Built with enterprise-grade technology and designed for scalability.
## โจ Key Features
### ๐จ AI-Powered Creation
- Text-to-video transformation
- Professional script generation
- Dynamic scene composition
- Real-time rendering### ๐ Audio Excellence
- Google Cloud TTS integration
- Multilingual support
- Professional voiceovers
- Dynamic audio mixing### ๐ฌ Video Magic
- Remora Video engine
- Custom style presets
- Scene transitions
- HD export quality### ๐ค AI Intelligence
- Gemini AI integration
- Smart scene generation
- Content optimization
- Contextual enhancement## ๐ ๏ธ Tech Stack
### Core Technologies
[![Next.js](https://img.shields.io/badge/Next.js%2014-black?style=for-the-badge&logo=next.js&logoColor=white)](https://nextjs.org/)
[![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge&logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
[![Tailwind CSS](https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge&logo=tailwind-css&logoColor=white)](https://tailwindcss.com/)### Database & ORM
[![Neon DB](https://img.shields.io/badge/Neon_DB-333?style=for-the-badge&logo=postgresql&logoColor=white)](https://neon.tech/)
[![DrizzleORM](https://img.shields.io/badge/Drizzle_ORM-blue?style=for-the-badge&logo=data:image/png;base64,LOGO_BASE64)](https://orm.drizzle.team/)### AI & Services
[![Gemini AI](https://img.shields.io/badge/Gemini_AI-fbbc04?style=for-the-badge&logo=google&logoColor=black)](https://deepmind.google/technologies/gemini/)
[![Assembly AI](https://img.shields.io/badge/Assembly_AI-5B4DE1?style=for-the-badge&logo=data:image/png;base64,LOGO_BASE64)](https://www.assemblyai.com/)
[![Replicate](https://img.shields.io/badge/Replicate-000000?style=for-the-badge&logo=replicate&logoColor=white)](https://replicate.com/)### Authentication & Storage
[![Clerk](https://img.shields.io/badge/Clerk-6C47FF?style=for-the-badge&logo=clerk&logoColor=white)](https://clerk.dev/)
[![Firebase](https://img.shields.io/badge/Firebase-FFCA28?style=for-the-badge&logo=firebase&logoColor=black)](https://firebase.google.com/)## ๐ Architecture
```mermaid
graph TD
A[Client] --> B[Next.js API Routes]
B --> C[AI Services]
C --> D[Video Generation]
D --> E[Firebase Storage]
B --> F[Neon DB]
B --> G[Authentication]
style A fill:#93C5FD,stroke:#4F46E5
style B fill:#818CF8,stroke:#4F46E5
style C fill:#6366F1,stroke:#4F46E5
style D fill:#4F46E5,stroke:#4F46E5
style E fill:#3730A3,stroke:#4F46E5
style F fill:#312E81,stroke:#4F46E5
style G fill:#1E1B4B,stroke:#4F46E5
```## ๐ Getting Started
# Clone the repository
git clone https://github.com/Onyerikam/autoclip-ai.git# Install dependencies
bun add all# Configure environment variables
cp .env.example .env.local# Start the development server
bun run dev## ๐ Performance Metrics
100
Performance
100
Accessibility
100
Best Practices
100
SEO
## ๐ฏ Roadmap
### Completed โ
- [x] Core video generation engine
- [x] AI-powered script generation
- [x] Custom style presets### Coming Soon ๐
- [ ] Collaborative team workspaces
- [ ] API access
- [ ] Enterprise features## ๐ Credits
Built with passion by [Onyerikam](https://github.com/Onyerikam) and powered by:
| Technology | Purpose |
|------------|---------|
| [Remora Video](https://remora.com) | Video Generation Engine |
| [Google Cloud TTS](https://cloud.google.com/text-to-speech) | Text to Speech |
| [Gemini AI](https://deepmind.google/technologies/gemini/) | AI Intelligence |
| [shadcn/ui](https://ui.shadcn.com) | UI Components |
| [Neon DB](https://neon.tech) | Database |
| [Vercel](https://vercel.com) | Deployment |## ๐ License
This project is licensed under the [MIT License](LICENSE) - see the LICENSE file for details.
---
**ยฉ 2024 [Onyerikam](https://github.com/Onyerikam). All Rights Reserved.**