Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/Rampop01/HR-Platform/llms.txt

Use this file to discover all available pages before exploring further.

Modern HR Management Platform

Streamline your entire HR workflow with HCMatrix. Manage employees, track attendance, process payroll, and build your team — all in one powerful platform.

// Authenticate users
const session = await api.login(
email, password
);
// Get employee data
const employees = await api.getEmployees(
token, page
);

Quick start

Get up and running with HCMatrix in minutes

1

Set up your account

Create your HCMatrix account and configure your organization settings. Navigate to the authentication page and log in with your credentials.
import { auth } from '@/lib/auth'

// Save session after login
auth.saveSession({
  token: 'your-auth-token',
  user: {
    id: 1,
    name: 'John Doe',
    email: 'john@example.com'
  }
})
2

Configure your environment

Set up environment variables and configure the API proxy endpoint to connect to your backend services.
# Configure API proxy base URL
NEXT_PUBLIC_API_BASE=/api/proxy
The platform uses a Next.js proxy to handle API requests and avoid CORS issues.
3

Access the dashboard

Log in to access your HR dashboard with real-time organizational metrics, employee data, and action items.
// Fetch dashboard data
const dashboardData = await api.getDashboard(token)

// Returns:
// {
//   total_employees: 247,
//   new_hire_count: 12,
//   upcoming_event: 8,
//   open_positions: 15
// }
4

Start managing your workforce

Begin adding employees, tracking attendance, processing payroll, and managing your recruitment pipeline. Explore the comprehensive feature set to streamline your HR operations.

Explore by feature

Discover everything HCMatrix has to offer

Employee Management

Manage your entire workforce with advanced search, filtering, and detailed employee profiles

Dashboard & Analytics

Real-time insights with headcount growth, department distribution, and organizational metrics

Attendance Tracking

Track employee attendance, remote work, and leave management with real-time reporting

Payroll Management

Process payroll, manage salaries, and handle compensation with ease

Recruitment

Manage your hiring pipeline, track candidates, and fill open positions efficiently

Calendar & Events

Track birthdays, anniversaries, and important organizational events

Reports & Analytics

Generate comprehensive reports with charts and visualizations for data-driven decisions

Document Management

Store and manage employee documents, contracts, and HR files securely

Ready to transform your HR operations?

Start managing your workforce more efficiently with HCMatrix’s comprehensive HR platform

Get Started Now

Build docs developers (and LLMs) love