KembaliArsip / superapp-media / videoai
superapp-media
videoai
233 file ยท 56.9 MB
Sistem informasi live โ videoai-rosy.vercel.appBuka di tab baru
README
Video AI Hub ๐ฌ
The Ultimate All-in-One Video AI Platform - Discover, Compare, and Master 100+ Video AI Tools
๐ Live Demo
Website: https://skill-deploy-j1fyl8weoe-codex-agent-deploys.vercel.app
Claim to your Vercel: https://vercel.com/claim-deployment?code=3eb12561-bee5-401c-8bae-809321e04ec5
โจ What's New in v2.0
- 100+ AI Video Tools - Comprehensive database covering all categories
- Smart Quiz - Find your perfect tool in 2 minutes
- Price Calculator - Compare costs and find best value
- Trending Section - See what's hot in AI video
- Collections - Organize your favorite tools
- Global Search - Press
Cmd+Kto search everything - News Feed - Stay updated with latest releases
- Enhanced Prompts - 25+ curated prompts with difficulty levels
๐ฏ Features
๐ Comprehensive Tool Database
| Category | Count | Description |
|---|---|---|
| Text-to-Video | 25+ | Sora, Runway, Kling, Pika, Luma, and more |
| AI Avatars | 20+ | HeyGen, Synthesia, D-ID, Colossyan, etc. |
| Video Editing | 25+ | Descript, CapCut, Premiere, Opus Clip |
| 3D & Animation | 15+ | Meshy, Spline, Tripo, Luma Genie |
| AI Music & Sound | 10+ | Suno, Udio, ElevenLabs, Stable Audio |
| Voice AI | 8+ | Voice cloning and synthesis tools |
| Video Enhancement | 5+ | Upscale and enhance video quality |
| Face Swap | 3+ | Deepfake and face swap technology |
๐ ๏ธ Top Tools Featured
- OpenAI Sora - Revolutionary text-to-video (Public release Dec 2024)
- Runway ML Gen-3 - Industry-leading video generation
- Kling AI - Best physics simulation
- Pika 1.5 - Creative effects and lip-sync
- HeyGen - Best AI avatars for business
- Synthesia - Enterprise video creation
- Suno & Udio - AI music generation
- ElevenLabs - Most realistic voice AI
- Google Veo 2 - 4K video generation
- Luma Dream Machine - Fast and free tier
๐ฏ Smart Features
๐งญ Quick Tools
- Find Your Tool - Interactive quiz to find perfect match
- Price Calculator - Calculate monthly costs based on usage
- Trending Now - Real-time popularity rankings
- Compare Tools - Side-by-side feature comparison
๐ Advanced Search
- Global Search (
Cmd+K) - Search tools, prompts, tutorials - Multi-filter - Filter by category, pricing, features
- Sort Options - Popular, newest, rating, price, A-Z
- View Modes - Grid or list view
๐ค User Features
- Favorites - Save tools with heart icon
- Collections - Create custom tool collections
- Recently Viewed - Automatic history tracking
- Compare Slots - Compare up to 3 tools side-by-side
๐ Content Library
- Prompt Library - 25+ curated prompts with difficulty levels
- Learn Section - Comprehensive tutorials (beginner to advanced)
- News Feed - Latest updates and releases
- Resources - API docs, community, free assets
๐ Project Stats
Total Files: 6,547 lines
โโโ index.html: 639 lines
โโโ style.css: 2,600 lines
โโโ data.js: 1,745 lines (100+ tools)
โโโ main.js: 1,359 lines
โโโ README.md: 204 lines
Tools Database: 100+ tools
Categories: 12 categories
Prompts: 25+ prompts
Tutorials: 6 comprehensive guides
News Items: 5+ latest updates
๐ Getting Started
Local Development
# Clone repository
git clone https://github.com/username/videoai.git
# Navigate to project
cd videoai
# Open in browser
open index.html
# Or serve with live server
npx serve .
Deployment
Vercel (Recommended)
# Install Vercel CLI
npm i -g vercel
# Deploy
vercel
Netlify
- Connect GitHub repository
- Auto-deploy on push
GitHub Pages
- Push to
gh-pagesbranch - Enable Pages in settings
๐ Project Structure
videoai/
โโโ index.html # Main HTML (639 lines)
โโโ css/
โ โโโ style.css # Complete styles (2,600 lines)
โโโ js/
โ โโโ data.js # Database (1,745 lines)
โ โ โโโ categories # 12 categories
โ โ โโโ tools # 100+ tools with full data
โ โ โโโ prompts # 25+ curated prompts
โ โ โโโ tutorials # 6 comprehensive guides
โ โ โโโ news # Latest updates
โ โโโ main.js # All functionality (1,359 lines)
โ โโโ Search & Filter
โ โโโ Favorites & Collections
โ โโโ Compare Tools
โ โโโ Quiz System
โ โโโ Price Calculator
โ โโโ UI Interactions
โโโ .gitignore
โโโ README.md
๐จ Design System
Colors
- Primary:
#6366f1(Indigo) - Secondary:
#ec4899(Pink) - Accent:
#06b6d4(Cyan) - Success:
#22c55e(Green) - Warning:
#f59e0b(Amber) - Danger:
#ef4444(Red)
Typography
- Font: Inter (Google Fonts)
- Weights: 300, 400, 500, 600, 700, 800
Animations
- Float: 10s ease-in-out infinite
- Fade In Up: 0.6s ease
- Bounce: 2s infinite
- Scroll: Smooth scroll behavior
๐ฃ๏ธ Roadmap
Completed โ
- 100+ tools database
- 12 categories
- Advanced search & filters
- Favorites system
- Collections feature
- Tool comparison
- Quiz recommender
- Price calculator
- Prompt library (25+)
- Tutorial section
- News feed
- Global search (Cmd+K)
- Responsive design
- Dark theme
Coming Soon ๐
- User authentication
- Community reviews
- Video tutorials
- Chrome extension
- Mobile app
- API for developers
- Affiliate integration
- Newsletter system
- Discord bot
- Dark/Light toggle
๐ค Contributing
We welcome contributions! Please follow these steps:
- Fork the repository
- Create feature branch:
git checkout -b feature/AmazingFeature - Commit changes:
git commit -m 'Add some AmazingFeature' - Push to branch:
git push origin feature/AmazingFeature - Open a Pull Request
Adding New Tools
Edit js/data.js:
{
id: "unique-id",
name: "Tool Name",
description: "Brief description...",
category: ["text-to-video"],
pricing: "freemium", // free, freemium, paid
priceDetails: "Starting from $X/month",
website: "https://example.com",
rating: 4.5,
featured: false,
tags: ["Tag1", "Tag2"],
features: ["Feature 1", "Feature 2"],
pros: ["Pro 1", "Pro 2"],
cons: ["Con 1", "Con 2"],
useCases: ["Use case 1"],
apiAvailable: true,
released: "2024",
updated: "2025-01"
}
๐ License
MIT License - see LICENSE file
๐ Acknowledgments
- Inspired by: LLM AI
- Icons: Font Awesome 6.4.0
- Fonts: Inter by Google Fonts
- Tool logos: Belong to their respective owners
๐ง Connect
- Website: https://videoaihub.com (coming soon)
- Twitter: @VideoAIHub
- Discord: Join Community
- Email: hello@videoaihub.com
<p align="center"> <strong>Made with โค๏ธ for the AI video community</strong> </p> <p align="center"> โญ Star this repo if you find it helpful! </p>
File Utama
- .gitignore
- DEPLOYMENT_RULES.md
- PORTFOLIO_FEATURES.md
- PORTFOLIO_FINAL_REPORT.txt
- PORTFOLIO_SYSTEM_COMPLETE.md
- README.md
- index.html
- manifest.json