Role Spotlight

Now hiring

Senior Brand Designer

Creative StudioBrooklyn, NY / RemoteFull-time$135k – $165k

Polaris builds identity systems for category-defining companies. As our Senior Brand Designer you'll own the visual voice of three to four client engagements at once — from first sketch to the production-ready toolkit a marketing team ships every day. You'll work shoulder-to-shoulder with strategists, motion designers and a creative director who still pushes pixels.

What you'll do

  • Lead end-to-end identity work: wordmarks, type systems, color, layout and the rules that hold them together.
  • Translate strategy decks into design directions that survive a real-world stress test.
  • Build flexible component libraries and brand guidelines clients can run without us.
  • Direct photo, illustration and motion partners so every deliverable feels like one studio.
  • Present concepts to founders and CMOs, then defend the thinking with conviction.

What you bring

  • 6+ years of brand or identity design, with a portfolio of shipped systems — not just concepts.
  • Fluency in Figma and the full Adobe suite; comfort prototyping in motion is a plus.
  • A sharp typographic eye and obsessive attention to detail at every scale.
  • Experience steering client relationships and presenting to senior stakeholders.
  • A point of view about what makes work timeless instead of trendy.
Team
Creative Studio
Reports to
Creative Director
Schedule
Hybrid · 2 days in studio
Start date
Q3 2026
Apply now

We review every application within five business days. Polaris is an equal-opportunity studio.

About this block

Role SpotlightPRO

A full featured-role posting with responsibilities, requirements and a sticky apply card.

Careers46: Role Spotlight

A single-role job posting laid out in a two-column grid: the left column stacks an eyebrow badge, the role title, a row of chip pills (department, location, type, salary), a lead paragraph, and two check-listed columns for responsibilities and requirements, while the right column holds a sticky card with a facts definition list, a full-width apply button, and a closing note.

Upgrade to Pro

Pro blocks install through the shadcn CLI with your license key and ship their full source. Docs and live previews stay open to everyone, so you can read every block's details first.

Upgrade Now

Installation

Swap YOUR_EMAIL and YOUR_KEY for the email and license key on your account. Find your license key on your account page.

Radix flavor

bash
npx shadcn add "https://ui.beste.co/r/careers46?email=YOUR_EMAIL&license_key=YOUR_KEY"

Base UI flavor

bash
npx shadcn add "https://ui.beste.co/r-base/careers46?email=YOUR_EMAIL&license_key=YOUR_KEY"

This installs the block to components/beste/block/careers46.tsx.

Quick start

The installed file exports careers46Demo alongside the block: the exact props behind the preview above. Spread it to get a working role posting in one line.

tsx
import { Careers46, careers46Demo } from "@/components/beste/block/careers46";

export default function CareersPage() {
  return <Careers46 {...careers46Demo} />;
}

Then replace the demo with your own props. Written out, a trimmed setup looks like this:

tsx
import { Careers46 } from "@/components/beste/block/careers46";

export default function CareersPage() {
  return (
    <Careers46
      label="Now hiring"
      role={{
        title: "Senior Brand Designer",
        department: "Creative Studio",
        location: "Brooklyn, NY / Remote",
        type: "Full-time",
        salary: "$135k to $165k",
      }}
      description="Own the visual voice of three to four client engagements at once, from first sketch to a production-ready toolkit."
      responsibilities={["Lead end-to-end identity work.", "Translate strategy decks into design directions."]}
      requirements={["6+ years of brand or identity design.", "Fluency in Figma and the full Adobe suite."]}
      facts={[
        { label: "Team", value: "Creative Studio" },
        { label: "Reports to", value: "Creative Director" },
      ]}
      applyHref="https://beste.co"
      applyLabel="Apply now"
      note="We review every application within five business days."
    />
  );
}

Props

PropTypeDefaultDescription
labelstringEyebrow badge text above the title; the badge only renders when set
roleRoleTitle plus the four chip values (department, location, type, salary)
descriptionstringLead paragraph under the chip row
responsibilitiesstring[][]Check-listed items under the "What you'll do" column
requirementsstring[][]Check-listed items under the "What you bring" column
factsFact[][]Label/value rows in the sticky card's definition list
applyHrefstringDestination for the apply button
applyLabelstringApply button text
notestringFine-print paragraph below the apply button
classNamestringExtra classes for the outer <section>
ts
type Role = {
  title: string;
  department: string;
  location: string;
  type: string;
  salary: string;
};

type Fact = {
  label: string;
  value: string;
};

Behavior notes

  • The role chip row is hardcoded to exactly four values, iterating [role.department, role.location, role.type, role.salary] by array index, so a missing field renders an empty chip rather than being skipped.
  • Both the title (role) and the chip row require the role object; when role is undefined neither renders, even if other props are set.
  • The responsibilities and requirements columns each render only when their array has length greater than zero, so passing one leaves the grid with a single populated column.
  • The apply button renders only when both applyHref and applyLabel are set; it is a Button1 with asChild wrapping a Next.js Link, so navigation is real (not a console.log stub) but requires the Next.js router.
  • The right-hand card uses lg:sticky lg:top-24 and only sticks at the lg breakpoint and above; on smaller screens it stacks below the posting and scrolls normally.
  • The facts list uses divide-y with first:pt-0 so dividers appear between rows, not above the first one.
  • There is no internal useState or callback surface: the block is fully presentational and driven entirely by props.

More Careers blocks

View all Careers
PRO

careers5

Featured Role with Positions

Highlighted featured position card with a compact list of additional openings below. Great for showcasing priority roles.

PRO

careers1

Job Listings List

Job listings section with role cards showing department, location, and employment type. Clean list layout with hover effects and apply buttons.

PRO

careers22

Employee Spotlight Story

Featured employee profile with portrait photo, personal quote, and career milestone timeline. Showcases real growth stories.

PRO

careers52

Single Role Detail

A job description laid out as a reading column with checked responsibility lists and a candid caveat panel, against a sticky rail carrying the published salary band, level, and location alongside the apply action.

PRO

careers8

Job Detail Page

Single job posting detail with responsibilities, requirements, nice-to-haves, and apply CTA. Full position description layout.

PRO

careers48

Join The Studio

Sticky employer-value intro beside a scrollable open-roles list.