Work Process Steps

My Process

How I approach every project from start to finish.

01

Discovery

Understanding your goals, users, and constraints through research and stakeholder interviews.

02

Strategy

Defining the approach, creating information architecture, and mapping user journeys.

03

Design

Wireframes, visual design, prototyping, and iterating based on feedback.

04

Deliver

Developer handoff, quality assurance, and ongoing support post-launch.

About this block

Work Process StepsFREE

Four-column numbered workflow section showing project phases like Discovery, Strategy, Design, and Deliver. Perfect for freelancers and agencies explaining their project methodology.

Portfolio84: Work Process Steps

Four-column numbered process section: a large faded index number sits above each step's title and description.

Free block

This block is free. No license or account is required: install it with the CLI and use it in unlimited projects.

Installation

Radix flavor

bash
npx shadcn add "https://ui.beste.co/r/portfolio84"

Base UI flavor

bash
npx shadcn add "https://ui.beste.co/r-base/portfolio84"

This installs the block to components/beste/block/portfolio84.tsx and its dependencies.

Quick start

The installed file exports portfolio84Demo alongside the block: the exact props behind the preview above. Spread it to get a working process section in one line.

tsx
import { Portfolio84, portfolio84Demo } from "@/components/beste/block/portfolio84";

export default function ProcessPage() {
  return <Portfolio84 {...portfolio84Demo} />;
}

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

tsx
import { Portfolio84 } from "@/components/beste/block/portfolio84";

export default function ProcessPage() {
  return (
    <Portfolio84
      heading="How we work"
      description="A simple, transparent process from kickoff to launch."
      items={[
        { badge: "01", title: "Kickoff", description: "Align on goals, scope, and timeline." },
        { badge: "02", title: "Build", description: "Design and development in weekly sprints." },
        { badge: "03", title: "Launch", description: "QA, handoff, and go-live support." },
      ]}
    />
  );
}

Props

PropTypeDefaultDescription
headingstringSection heading
descriptionstringSection intro text
itemsStepItem[][]Process steps rendered across the grid
classNamestringExtra classes for the outer <section>
ts
type StepItem = {
  badge: string;
  title: string;
  description: string;
};

Behavior notes

  • badge (e.g. "01") is not a shadcn Badge; it's plain text rendered at text-5xl font-bold text-primary/20, giving the numeral a faint watermark look behind the title.
  • The grid is md:grid-cols-2 lg:grid-cols-4, so on medium screens four steps wrap into two rows of two before reaching the full four-column layout at lg.
  • There is no connecting line, arrow, or hover state between steps; each column is fully static text with no interactivity.

More Portfolio blocks

View all Portfolio
PRO

portfolio97

Work Preferences Checklist

Three-column categorized preferences with checkmarks and X icons showing preferred vs non-preferred work styles. Perfect for freelancers clarifying ideal project types and engagement models.

PRO

portfolio101

Project Showcase Grid

Portfolio grid of project cards with hover-zoom imagery, numbered titles, category tags and a seal arrow link.

PRO

portfolio98

Career Highlights Timeline

Vertical timeline showcasing career milestones with achievement icons, year badges, descriptions, and key metrics. Perfect for professionals displaying awards, launches, and growth achievements.

PRO

portfolio118

Selected Work Index

A picture-free work index laid out as four aligned columns, year, client, what was done and the discipline, with the column heads appearing only once the row can hold them.

PRO

portfolio110

Featured project + grid

One large featured project with image, category, and title, followed by a row of smaller project cards. Monochrome studio styling.

PRO

portfolio112

Project Index Rows

Editorial project index of ruled rows — padded numeral, project name, client and year, with a floating thumbnail revealed on hover.