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
FrameworkNext.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 guideReact
FrameworkGive your React app a real backend. With basefyio-js you query the database, authenticate users, and store files directly from your components.
View guideVue
FrameworkPair Vue's reactivity with a basefyio backend. The basefyio-js SDK fits naturally into composables for data, auth, and storage.
View guideSvelteKit
FrameworkSvelteKit covers routing and rendering; basefyio covers the backend. Use basefyio-js in load functions and server endpoints to fetch and mutate data.
View guideReact Native
MobileReact 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 guideNode.js
RuntimeFrom 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 guideAstro
FrameworkAstro is great for fast content sites with islands of interactivity. basefyio adds the dynamic backend — database, auth, and storage — when you need it.
View guideRemix
FrameworkRemix'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 guideNuxt
FrameworkNuxt 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 guideAngular
FrameworkGive 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 guideSolidJS
FrameworkSolidJS gives you fine-grained reactivity; basefyio gives it a backend. Load data with createResource and the basefyio-js SDK.
View guideExpress
RuntimeRunning 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