All projects
corporate

Crayon — Enterprise B2B Platform That Ships Updates Daily Without Breaking Anything

Enterprise Platform · CI/CD · RBAC · AWS · Zero-Downtime Deploys

Client
Crayon
Industry
Enterprise Software / B2B
Location
International
Year
2023
Preview the live site
Project media

See the work in context.

Move through the published screens and walkthroughs. Images open at full size; videos play with their own controls.

Desktop interface

~0

Deployment incidents post-CI/CD

automated rollback

daily

Deploy frequency

vs monthly before

resource-level

RBAC granularity

vs binary admin/user

0

Enterprise contracts blocked by access config

self-serve RBAC

Project brief
Client
Crayon
Industry
Enterprise Software / B2B
Location
International
Work included
Web Development

Enterprise clients want two things that feel contradictory: granular control over who can see and do what, and a platform that gets better regularly without unexpected downtime. We delivered both — a composable RBAC system and a CI/CD pipeline that allows daily production deployments with automated rollback on failure.

01 / Project Overview

The situation

Crayon is a globally distributed enterprise software platform serving corporate clients who manage software licenses, cloud spend, and IT procurement at scale. Their clients are large organizations with large internal teams — and large organizations have complex permission requirements. The binary role system (admin vs. user) that worked when Crayon was smaller had become a bottleneck. Enterprise clients needed to grant specific people access to specific resources — a procurement manager can see and approve software licenses but not cloud billing; a finance reviewer can view reports but not initiate purchases. None of this was possible with two roles. We built a composable RBAC system: discrete permissions, assignable to roles, with resource-level overrides. A permission like 'view:cloud-billing' can be attached to a role and that role assigned to dozens of users, or granted as a direct override to a specific user without needing a new role. The system is fully auditable — every permission check generates a log entry. Separately, the deployment process was manual and stressful. Every release required a developer to monitor it, ready to intervene. We built a CI/CD pipeline on GitHub Actions deploying to AWS with a blue-green strategy: the new version runs alongside the old one, health checks confirm it's healthy, then traffic cuts over. If health checks fail, rollback is automatic. Deployment incidents dropped to near zero.

02 / The Challenge

What had to change

Binary admin/user roles couldn't model enterprise clients' actual access needs. New contracts were blocked until developers manually created new permission configurations. Deploying updates required senior developer supervision and a war room mentality — releases were infrequent because the risk was too high.

03 / Our Solution

What we changed

Composable RBAC: permissions, roles, and resource-level overrides all independent and stackable. New access configurations set up in minutes by non-technical team. CI/CD on GitHub Actions with AWS blue-green deployment — new version health-checked before traffic cuts over, rollback automatic on failure. Daily deployments became the norm.

04 / Deliverables & outcomes

What the client gained

  • 01 Composable RBAC — permissions + roles + resource overrides
  • 02 Daily deployments with zero-downtime blue-green strategy
  • 03 Automated rollback on health check failure
  • 04 Full audit log on every permission check
Bring the next constraint

Have a project that needs a clearer way forward?

Discuss the project

1 / 2