all projects / case study 05

Golobokov architecture studio — turnkey website

client
Golobokov Architecture Studio, Rostov-on-Don
platform
Next.js 15 + PostgreSQL
role
turnkey website: frontend, admin panel, deployment
timeline
spring 2026

Problem

The studio kept its portfolio as a PDF presentation: projects could not be shared as a link, and every update meant rebuilding the file. They needed a site the studio could fill in themselves, without a developer.

Solution

A site with a project catalog by category — private houses, country homes, interiors, public spaces — and an admin panel of its own: a TipTap editor for descriptions, image uploads processed with sharp, SEO fields and specifications on every project, and a contact form delivered to email. Content is served statically and invalidated selectively when something is published.

Outcome

The site is live at a2rg.ru, the portfolio has moved out of the PDF into a catalog, and the studio runs its projects on its own through the admin panel.

// before → after

portfolioPDF presentationcatalog on the site + admin panel

Как мы это делали

Задача звучала просто: перенести портфолио из PDF на сайт. Важнее было другое — сделать так, чтобы мастерская пополняла его сама, без разработчика и без вёрстки.

Из чего он состоит

  • Каталог проектов — по категориям: частные дома, коттеджи, интерьеры, общественные пространства.
  • Своя админка — редактор описаний TipTap: текст форматируется мышкой, без markdown и HTML.
  • Загрузка изображений — обработка через sharp: размеры и сжатие делаются сами при загрузке.
  • Карточка проекта — характеристики, SEO-поля, галерея.
  • Форма обратной связи — заявки уходят на почту мастерской.

Контент отдаётся статически и пересобирается точечно при публикации: сайт остаётся быстрым, но обновляется сразу.