Forion Logo
← Orbit

Portfolio website

Portfolios need rhythm: a strong hero, proof of craft, and a low-friction contact path. Orbit helps you prototype multiple visual directions quickly because sections are components, not locked PSDs. Mention typography taste ( editorial vs brutalist ) and motion preferences to steer the first pass.

Case study pages benefit from a repeatable template: challenge, role, outcome, and gallery. Ask Orbit to generate that template once, then duplicate with content edits rather than re-prompting from scratch. Keep image slots explicit with aspect ratios to avoid layout shift when you drop real media.

Accessibility matters for hiring managers using keyboards or screen readers. Request focus states, skip links, and semantic headings in the prompt so the baseline is closer to WCAG expectations before your audit.

Example structure

<section className="space-y-16">
  <CaseStudyHeader … />
  <MasonryGrid items={projects} />
</section>

FAQ

Can I host on Vercel or Netlify?
Yes—treat output like any static or hybrid React deploy after you configure build settings.