Skip to content

dabit3/falai-lcm-turbo-app

Repository files navigation

LCM Turbo - real-time, instant text to image with Excalidraw, WebSockets, Next.js, and Fal.ai

This is an example of how to build a real-time text to image app using the Fal.ai Serverless Client SDK.

Fal Real Time App Example

Getting started

  1. Clone the repo

  2. Change into the directory and install the dependencies

  3. Rename .env.local.example to .env.local and add your Fal.ai API Key.

  4. Run the app

npm run dev