A real-time AI-powered image generation and manipulation tool.
• 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
- Next.js
- @fal-ai/serverless-client
- @excalidraw/excalidraw
Follow these instructions to set up the project locally.
Ensure you have the following installed:
- Node.js (>= 18.0.0)
- npm or yarn
-
Clone the repository:
git clone https://github.com/percobain/imaginix.git cd imaginix
-
Install dependencies:
Using npm:
npm install
Using yarn:
yarn install
-
Start the development server:
Using npm:
npm run dev
Using yarn:
yarn dev
The application will be available at
http://localhost:3000
. -
Build the application for production:
Using npm:
npm run build
Using yarn:
yarn build
-
Start the production server:
Using npm:
npm start
Using yarn:
yarn start