File size: 831 Bytes
6fc3143
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# 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`.