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

One Platform.
Simpler Living.

Access government services anytime, anywhere. Built for residents, designed for ease.

Get Started Learn More
Government digital services
Life Moments

Built for Every Stage of Life

Services grouped around your life moments - not government structures.
FAMILY Family and Relationships Register births, apply for child development grants, and access parenting resources all in one place. Learn more
HOUSING Home and Housing Check eligibility, apply for flats, and manage your property-related transactions with HDB and other agencies. Learn more
EMPLOYMENT Work and Employment Search for jobs, upskill through SkillsFuture, and access employment support schemes tailored to your needs. Learn more
By the Numbers

Impact at a Glance

Key metrics measured over the past 12 months across all participating agencies.

2.4M
Active Users

Residents actively using the platform to access government services each month.

400+
Government Services

Integrated services from agencies across the public sector in one place.

99.9%
Platform Uptime

Consistently high availability so residents can access services anytime.

16
Partner Agencies

Public agencies contributing services and data to the shared platform.

Our Mission

Designed Around Citizens, Not Silos

We believe government services should feel as natural as any modern digital experience. That means no dead ends, no duplicated form-filling, and no having to know which agency is responsible before you can get help.

Our team works across public agencies to build shared infrastructure that reduces friction for residents and lowers the cost of service delivery for government.

What we stand for

  • Accessibility and inclusivity for all residents, regardless of digital literacy.
  • Open standards and reusable components that any agency can adopt.
  • Continuous improvement driven by user research and real feedback.
  • Security and privacy as foundational requirements, not afterthoughts.

Ready to simplify your government experience?

Join millions of residents already using LifeSG to access the services that matter most to them.

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