Documentation
Build & deploy on erpai.studio
Everything you need to build custom apps with the ERPAI SDK and deploy them to your own infrastructure.
quick start
$ npx create-erpai-app my-dashboard
$ cd my-dashboard
$ npm run dev # develop locally
$ git push origin main # auto-deploy
Quick Start
Get your first app deployed in under 5 minutes.
- ›Install the ERPAI SDK: npm install @erpai/sdk
- ›Scaffold your app: npx create-erpai-app my-app
- ›Connect your app-builder data
- ›Push to GitHub and deploy
ERPAI SDK
The TypeScript SDK for building apps on ERPAI.
- ›Full CRUD operations on your tables
- ›Type-safe column access
- ›Built-in authentication helpers
- ›Works with any React framework
Deployment
How your code gets from Git to production.
- ›Connect your GitHub repository
- ›Automatic builds on every push
- ›Preview deployments for branches
- ›Rollback to any previous version