import { html } from "lit"; const Template = () => html` Logo

Building digital services that matter for Singapore

We are a team of designers, engineers, and product thinkers committed to delivering citizen-centric digital experiences across government.

Team collaborating on a project
Logo
Trusted by agencies across the whole-of-government ecosystem to deliver accessible, compliant, and consistent digital interfaces. Learn more
Office environment

Trusted by agencies

Agency A
Agency B
Agency C
Agency D
Agency E

Delivering impact at scale

Our platform powers services used by millions of residents and thousands of officers across the Singapore government.

12,000+

Active users

98%

Platform uptime

50+

Government agencies

5 years

In production

`; export default { title: "Templates/About Us/Basic", tags: ["!autodocs"], parameters: { layout: "fullscreen" } }; export const Basic = { render: Template.bind({}), name: "Basic" };