Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions elements.html
Original file line number Diff line number Diff line change
Expand Up @@ -398,13 +398,13 @@ <h2 style={{marginBottom:14}}>Constructor Gears</h2>
</div>
<div className="grid-4">
<WareCard title="BSS Modules & Integrations"
items={['Account Management','Product Catalog','Usage Metering','Taxation','Account Receivable','Pricing','Billing','Payment Collections','Customer Support','Subscriptions','Invoicing','Business Intelligence']} />
items={['Account Management','Product Catalog','Usage Metering','Taxation','Account Receivable','Pricing','Billing','Payment Collections','Customer Support','Subscriptions','Invoicing','Business Intelligence','Order Management','Contract Management','Partner & Channel Management','Revenue Recognition','Fraud Management']} />
<WareCard title="OSS Modules & Integrations"
items={['Identity Management','Access & Policy','Provisioning']} />
items={['Identity Management','Access & Policy','Provisioning','Resource Inventory','Monitoring','Logging','Alerting','Capacity Management','Tenant Operations','Compliance','Automation']} />
<WareCard title="Core Platform Components & Integrations"
items={['Apps Engine','Low-Code Engine','Gen AI Engine','Integration Engine','Notifications Engine','Presentation Engine','Monitoring & Audit']} />
<WareCard title="Code Generation & SDLC Pipeline Automation"
items={['DNA (Core Guidelines)','Frontend Dev Kit','Backend Dev Kit','Mobile Dev Kit','Docs Dev Kit','Dev Tools']} />
items={['Apps Engine','Low-Code Engine','Gen AI Engine','Integration Engine','Notifications Engine','Presentation Engine','Monitoring & Audit','Workflow & Orchestration Engine','Data & Analytics Engine','Search Engine','Object & File Storage','Secrets & Config Management','Code Generation & SDLC Pipeline Automation']} />
<WareCard title="DNA (Core Guidelines)"
items={['Frontend Dev Kit','Backend Dev Kit','Mobile Dev Kit','Docs Dev Kit','Dev Tools','Test & QA Kit','Infra & Deployment Kit','Data Dev Kit']} />
</div>
<p style={{marginTop:32, fontSize:15, color:'var(--text-2)'}}>
<strong style={{color:'var(--navy)'}}>Who uses it.</strong> Founders and platform teams that want to skip building commodity infrastructure.
Expand Down
Loading