Skip to content

urban-tech-creative/utc-website

Repository files navigation

UTC Website

Portfolio website for Urban Tech Creative — a studio focused on 3D digital narratives, XR/AR/VR projects, and tech-driven creative work.

Tech stack

Getting started

npm install
npm run dev          # Next.js dev server (Turbopack)
npm run storybook    # Storybook on port 6006
npm run build        # Production build (runs ESLint + TypeScript checks)

Deployment

The site and Storybook are deployed to Cloudflare Workers with CD via GitHub Actions — every push to main triggers both deploys.

What Script Worker
Next.js site npm run deploy utc-website
Storybook npm run deploy-storybook utc-website-storybook

The site uses OpenNext for Cloudflare to run Next.js on Workers. Storybook is deployed as a plain static-assets Worker.

See docs/storybook-workerd-hang.md for an important gotcha about Storybook builds and OpenNext coexisting in the same repo.

Project overview

The homepage centerpiece is an interactive 3D CSS cube — no third-party 3D library. Each face maps to a site section (XR, Work, Vision, News, Showcase, and a hidden easter egg). The cube auto-spins, supports drag-to-rotate, and tap-to-navigate.

The site is built on an atomic design system with a visual language mixing acid design, 'post-neobrutalism', and LCARS (Star Trek TNG) influences: bold colours, thick borders, selective rounded corners, and strong grid presence. See the design system reference for the component hierarchy, tokens, cube face mapping, and composition patterns.

Documentation

Third-party assets

  • Icons: Phosphor Icons via @phosphor-icons/react. MIT licensed. Used through the Icon component (components/Icon/) with a curated registry — add new icons by importing from the library and registering them in Icon.tsx.

About

Website for Urban Tech Creative

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages