Integrations

Use Kolaybase with your stack — Next.js, React, Vue, SvelteKit, React Native, Node.js, and more. PostgreSQL, auth, and storage via the kolaybase-js SDK.

Next.js

Framework

Next.js handles the frontend and server rendering; Kolaybase gives it a backend — PostgreSQL, authentication, storage, and a REST API — without standing up your own server.

View guide

React

Framework

Give your React app a real backend. With kolaybase-js you query PostgreSQL, authenticate users, and store files directly from your components.

View guide

Vue

Framework

Pair Vue's reactivity with a Kolaybase backend. The kolaybase-js SDK fits naturally into composables for data, auth, and storage.

View guide

SvelteKit

Framework

SvelteKit covers routing and rendering; Kolaybase covers the backend. Use kolaybase-js in load functions and server endpoints to fetch and mutate data.

View guide

React Native

Mobile

React Native apps need a backend they can call directly. kolaybase-js works in React Native to query PostgreSQL, authenticate users, and upload files.

View guide

Node.js

Runtime

From Node.js you can run trusted server-side logic against Kolaybase — background jobs, webhooks, scripts, and APIs — using a service key for full access.

View guide

Astro

Framework

Astro is great for fast content sites with islands of interactivity. Kolaybase adds the dynamic backend — PostgreSQL, auth, and storage — when you need it.

View guide

Remix

Framework

Remix's loaders and actions are a natural home for backend calls. Use kolaybase-js server-side to read and mutate Kolaybase data on each request.

View guide

Nuxt

Framework

Nuxt handles rendering and routing on top of Vue; Kolaybase provides the backend — PostgreSQL, auth, and storage — through the kolaybase-js SDK on both server and client.

View guide

Angular

Framework

Give your Angular app a backend without building one. Wrap the kolaybase-js SDK in an injectable service and use it across components and resolvers.

View guide

SolidJS

Framework

SolidJS gives you fine-grained reactivity; Kolaybase gives it a backend. Load data with createResource and the kolaybase-js SDK.

View guide

Express

Runtime

Running an Express API? Use kolaybase-js server-side to read and write PostgreSQL data, with a service key for trusted operations that bypass row-level security.

View guide