VidSimplify / frontend /README.md
Adityahulk
Restoring repo state for deployment
6fc3143
# VidSimplify Frontend
This is the Next.js frontend for the VidSimplify video generation platform.
## πŸš€ Getting Started
1. **Install Dependencies**:
```bash
npm install
```
2. **Run Development Server**:
```bash
npm run dev
```
3. **Open in Browser**:
Navigate to [http://localhost:3000](http://localhost:3000).
## πŸ—οΈ Architecture
- **Framework**: Next.js 14 (App Router)
- **Styling**: Tailwind CSS
- **Icons**: Lucide React
- **Animations**: Framer Motion
- **API Client**: `src/lib/api.ts` connects to the Python backend at `http://localhost:8000`.
## πŸ“„ Pages
- `/` - Landing page with features and demo.
- `/app` - Main application for generating videos.
## πŸ”§ Configuration
The API URL is configured in `src/lib/api.ts`. Default is `http://localhost:8000`.