Integrations

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

Next.js

Framework

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

View guide

React

Framework

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

View guide

Vue

Framework

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

View guide

SvelteKit

Framework

SvelteKit covers routing and rendering; basefyio covers the backend. Use basefyio-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. basefyio-js works in React Native to query the database, authenticate users, and upload files.

View guide

Node.js

Runtime

From Node.js you can run trusted server-side logic against basefyio — 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. basefyio adds the dynamic backend — database, auth, and storage — when you need it.

View guide

Remix

Framework

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

View guide

Nuxt

Framework

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

View guide

Angular

Framework

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

View guide

SolidJS

Framework

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

View guide

Express

Runtime

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

View guide