Skip to main content

Overview

This example app shows how to fetch integrations from your Databite server and use @databite/connect to create connections from the frontend.

Repository

The example web app is available in our open-source repository:

View on GitHub

Explore the complete implementation with source code, tests, and deployment configuration

Getting Started

Prerequisites

  • Node.js >= 16.0.0
  • npm, yarn, pnpm, or bun

Installation

# Clone the repository
git clone https://github.com/DatabiteDev/databite.git
cd databite/packages/example-webapp

# Install dependencies
npm install

# Or with other package managers
yarn install
pnpm install
bun install

Development

Start the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.