Framework Agnostic Core
Platform-independent functionality that works everywhere - browser, Node.js, React Native, and more.
Build modern applications with Pubflow's powerful client libraries for React, React Native, and Next.js
Get started in minutes with our production-ready frontend templates:
📱 What are Starter Kits?
These are complete frontend applications (React/React Native) that use Flowfull Clients libraries and connect to Flowless (pubflow.com) for authentication. They're ready to connect to your Flowfull backend!
Complete React frontend with authentication, routing, and professional UI.
Repository: github.com/pubflow/flowfull-client
git clone https://github.com/pubflow/flowfull-client.git
cd flowfull-client
npm install
npm run devIncludes: Flowfull Clients (@pubflow/react) + Flowless authentication integration
Complete mobile frontend with authentication, offline support, and native components.
Repository: github.com/pubflow/create-pubflow-rn
git clone https://github.com/pubflow/create-pubflow-rn.git
cd create-pubflow-rn
npm install
npx expo startIncludes: Flowfull Clients (@pubflow/react-native) + Flowless authentication integration
Or install packages manually and choose your framework:
# Install dependencies
npm install @pubflow/core @pubflow/react swr
# Start building
import { PubflowProvider } from '@pubflow/react';# Install dependencies
npm install @pubflow/core @pubflow/react-native swr
npm install @react-native-async-storage/async-storage
# Start building
import { PubflowProvider } from '@pubflow/react-native';# Install dependencies
npm install @pubflow/core @pubflow/nextjs swr
# Start building
import { PubflowProvider } from '@pubflow/nextjs';Write once, deploy everywhere. Our client libraries share the same API across all platforms, making it easy to build cross-platform applications.
No complex configuration required. Wrap your app with PubflowProvider, and you're ready to go with authentication, API calls, and data fetching.
Battle-tested in production applications. Built with best practices, comprehensive error handling, and performance optimization.
Seamlessly integrates with Flowless (authentication) and Flowfull (your backend) for a complete full-stack solution.
| Package | Description | Use Case |
|---|---|---|
| @pubflow/core | Platform-agnostic core functionality | Custom integrations, Node.js apps |
| @pubflow/react | React hooks and components | React web applications |
| @pubflow/react-native | React Native with AsyncStorage | Mobile apps (iOS & Android) |
| @pubflow/nextjs | Next.js with SSR support | Server-rendered React apps |
Flowfull Clients are part of a complete ecosystem for building modern applications:
Managed Authentication Service
User registration, login, sessions, OAuth - fully managed, no setup required.
Explore Flowless →Backend Framework
Build your custom backend with business logic, integrates seamlessly with Flowless.
Explore Flowfull →Frontend Libraries
Pre-built components for React, Next.js, React Native + production-ready starter kits.
Get Started →Universal Payment Backend
Accept payments with Stripe, PayPal, Authorize.net - unified API for all providers.
Add Payments →