v1.0.0
Launch
Anthropon Launch — Production Ready
We're thrilled to announce the official launch of Anthropon — a workflow-first HRIS platform built for modern teams.
Core Modules
- People Management — Employee directory, profiles, org chart, legal entities
- Leave Management — Request, approve, business day calculation, multi-level approvals, balance tracking
- Workflow Automation — Onboarding (21 tasks), offboarding (5 tasks), template gallery
- Document Management — Upload, download, categories, templates, file security scanning
- Approvals — Multi-step approval workflows, decline with reason, revoke, reassign
- Reports & Analytics — Headcount, leave utilization, department breakdowns
- Audit Log — Immutable event trail with search, filters, CSV export, pagination
- Notifications — In-app + email notifications for all key actions
Multi-Tenant SaaS
- Public self-serve signup with email verification
- Tenant isolation on every table (16 tables with tenant_id)
- Per-tenant legal entities, workflows, and data
- Plan-based limits (Free: 10 users, Starter: 50, Business: 500, Enterprise: unlimited)
Security
- MFA (TOTP) with recovery codes
- JWT + refresh token rotation with replay detection
- CSRF protection on all state-changing requests
- Per-email login lockout (5 failures → 15 min lock)
- Max 5 concurrent sessions per user
- Role-based access control (HR Admin, Manager, Employee, IT Admin)
- Corporate email enforcement on signup
- Rate limiting (login: 5/min, signup: 5/15min, API: 100/min)
Infrastructure
- Docker Compose deployment (Caddy + PostgreSQL + Backend + Frontend)
- 13 database migrations, 20 tables
- 530 backend unit tests, 28 E2E tests
- SMTP email provider (hosting email compatible, no SendGrid required)
- Terraform configs for AWS deployment