flownex-admin-sdk
v2.2.1
Published
A JavaScript SDK for Flownex admin integration.
Maintainers
Readme
🎛️ Flownex Admin SDK
A lightweight React SDK for Admin Dashboards, built with TypeScript — but fully compatible with JavaScript.
Provides auth handling, Axios API wrapper, CRUD utilities, and scalable structure for admin panels.
📚 Table of Contents
- About
- Features
- Installation
- Usage
- Hooks API
- Config Options
- Examples
- Roadmap
- Project Structure Suggestion
- Contributing
- License
🔥 About
flownex-admin-sdk helps you build admin dashboards faster, with built-in hooks, API utilities, auth, and scalable structure for React apps.
| Category | Benefit | | ---------------------- | ----------------------------- | | 🧩 Plug & Play | Setup once — reuse everywhere | | ⚛ Built for React | Hooks-based architecture | | 🔐 Auth-ready | Token + protected API support | | 📘 TypeScript-first | Strong typings included | | 🚀 Dashboard-optimized | Fast CRUD workflow |
✨ Features
- 🔐 Auth-ready (tokens, headers, protected requests)
- 🧩 Plug & play provider for React
- 🪝 Custom hook
useFlownexfor API calls - ⚡ Clean Axios wrapper
- 📦 Works with JavaScript & TypeScript
- 📘 Auto typings (if using TS)
📦 Installation
npm install flownex-admin-sdk
# or
yarn add flownex-admin-sdk
# or
pnpm add flownex-admin-sdk