Skip to content

Percobain/Imaginix

Repository files navigation

Imaginix

A real-time AI-powered image generation and manipulation tool.

Features

• Text-to-Image Generation using fal.ai
• Real-time image modifications through Excalidraw interface
• Instant visual feedback and rendering
• Interactive drawing capabilities
• Seamless integration of AI with user input

Tech Stack

  • Next.js
  • @fal-ai/serverless-client
  • @excalidraw/excalidraw

Getting Started

Follow these instructions to set up the project locally.

Prerequisites

Ensure you have the following installed:

  • Node.js (>= 18.0.0)
  • npm or yarn

Installation

  1. Clone the repository:

    git clone https://github.com/percobain/imaginix.git
    cd imaginix
  2. Install dependencies:

    Using npm:

    npm install

    Using yarn:

    yarn install

Running the Application

  1. Start the development server:

    Using npm:

    npm run dev

    Using yarn:

    yarn dev

    The application will be available at http://localhost:3000.

  2. Build the application for production:

    Using npm:

    npm run build

    Using yarn:

    yarn build
  3. Start the production server:

    Using npm:

    npm start

    Using yarn:

    yarn start