Welcome to Kolaybase

A powerful PostgreSQL database management platform. Build, manage, and scale your applications with ease.

Database Management

Create, manage, and query your PostgreSQL databases with an intuitive interface.

API Generation

Automatically generate REST and GraphQL APIs from your database schema.

Real-time Updates

Get real-time updates and notifications for your database changes.

Developer Documentation

Get started with Kolaybase API in minutes. Everything you need to build powerful applications.

Installation
Get started with Kolaybase in your project

1. Install Dependencies

npm install
# or
yarn install

2. Set Environment Variables

DATABASE_URL=postgresql://user:pass@host:5432/db
JWT_SECRET=your_secret_key
NEXT_PUBLIC_BASE_URL=http://localhost:3000

3. Initialize Database

npm run db:setup

4. Start Development Server

npm run dev
Default Credentials
After setup, use these credentials to sign in

Email: admin@kolaybase.com
Password: admin123

⚠️ Remember to change this password in production!