2 variants
Team
The people behind the product, with faces or initials, what they do and where to find them.
Grid
A centered heading over a grid of cards: portrait, name and role, a two line bio, and where each person works from.
The team
Six people, one product
Small on purpose. Everyone here ships, and everyone answers support.
Maya Okafor
Founder, design
Spent eight years on design systems before deciding to sell one.
LisbonSite for Maya OkaforJonas Weber
Engineering
Owns motion and performance. Will ask why anything takes 400ms.
BerlinGitHub for Jonas WeberPriya Raman
Product
Talks to every customer who replies to the welcome email.
TorontoLinkedIn for Priya RamanLeo Martins
Developer relations
Writes the docs, the examples, and most of the changelog.
São PauloX for Leo MartinsHana Sato
Support
Answers within the hour, most hours of most days.
OsakaSite for Hana SatoSam Carter
Growth
Runs pricing experiments and the occasional launch.
RemoteSite for Sam Carter
import { TeamGrid } from "@/components/blocks/team-grid";
export default function Page() {
return (
<TeamGrid
title="Six people, one product"
members={[
{ name: "Maya Okafor", role: "Founder, design", location: "Lisbon", avatar: "/team/maya.jpg" },
]}
/>
);
}115 more lines ship with an easeUI Pro license.
Buy a licenseInstall
Roster
An editorial roster for a bigger team: the pitch held still on the left, one row per person on the right, ending on the open role.
Who builds Acme
A remote team across five time zones, so someone is always awake when you write in.
6 people
- Lisbon
Maya Okafor
Founder, design
- Berlin
Jonas Weber
Engineering
- Toronto
Priya Raman
Product
- São Paulo
Leo Martins
Developer relations
- Osaka
Hana Sato
Support
- Remote
Sam Carter
Growth
- Apply
Design engineer
Remote, full time
import { TeamRoster } from "@/components/blocks/team-roster";
export default function Page() {
return (
<TeamRoster
title="Who builds Acme"
members={[{ name: "Jonas Weber", role: "Engineering", location: "Berlin" }]}
hiring={{ title: "Design engineer", href: "/careers" }}
/>
);
}86 more lines ship with an easeUI Pro license.
Buy a license