Skip to content

Rkaede/laneway

Repository files navigation

Laneway

Just another AI chat app 🤷‍♂️

Head over the https://laneway.app to use the app directly.

Laneway Example

Features

  • 💬 Chat with multiple AI models in a single session
  • 🤖 Create custom assistants
  • 🎭 Chat with multiple assistants at once via a "preset"
  • 🌐 Supports multiple providers (OpenAI, Google, and OpenRouter)
  • ⌨️ Command palette
  • 🔒 Data stored locally in your browser for privacy & speed

Building and Running Locally

Installation

  1. Clone the repository:

    git clone [email protected]:Rkaede/laneway.git
    cd laneway
    
  2. Install dependencies:

    npm install
    

    or

    bun install
    
  3. Run the app:

    npm run dev
    

    or

    bun run dev
    
  4. Set up your API keys:

    • Open the app and go to the Settings page
    • Enter your API keys for the providers you want to use (OpenAI, Google, OpenRouter)