Ason is a 100% API-based payroll engine.
You build the frontend and workflows, while Ason runs the payroll logic in the background via API.
This guide explains how to start the Ason sandbox frontend locally so you can begin building your own embedded payroll solution.
Quick Start Prerequisites
- Node.js
- npm
1. Clone the frontend repository
Code
2. Install dependencies
Code
3. Start the sandbox dev server
Code
4. Log in with your sandbox user
You can now start building your own payroll solution on top of the Ason API.
What you typically customize first
When building an embedded payroll solution, you usually start with:
- Colors and branding
- Fonts
- Logo
- Navigation
- Integration into your system
- User roles and permissions
- Employee self-service flows
What Ason handles in the background
Ason provides the full payroll engine via API, including:
- Payroll calculations
- Country-specific rules
- Compliance logic
- Reports and documents
- Payroll processes
- Payroll data structure
- Validations and checks
- Audit trail
- Payroll history
Summary
You build the product.
Ason runs payroll.
Last modified on
