Слой архитектора

Дизайн

Имя, адреса, мета и внешний вид этого проекта. Сохранённые настройки читаются на лету — изменение видно при следующей загрузке страницы, без пересборки.

Блоки

Все блоки, из которых этот проект собирает страницы, нарисованные настоящим рендерером. Сгруппированы по назначению.

Блок — это единица, из которой собрана страница. Страница здесь не свёрстанный файл, а СПИСОК БЛОКОВ. Рендереры уже собраны; страница лишь говорит, какие виды на ней стоят, в каком порядке и с каким текстом. Именно поэтому все страницы проекта выглядят одним продуктом, а не работой пяти разных людей.

flow01

How something works, as steps that light up in turn with a spark running along the link between them. Order is the CONTENT here, not decoration — that is what separates it from an olist in a box. Movement is pure CSS (styles/globals.css): it works with JavaScript off and stands still for prefers-reduced-motion. The wording never dims — only the frame, the glow and the numbered node do, because text faded with opacity drops below the contrast threshold.

How it works

Three steps, and the third feeds the first: the loop is the product.

  1. Stand the server up

    An installer robot leaves you an operating system, a starter template, a control panel, storage and authorization — already wired together.

  2. Work where you work

    Sync with GitHub, clone onto your own machine, open your usual editor. The data keeps coming from your server; only the code runs locally.

  3. Push, and it is live

    A push starts a deployment on your own server, and the visitor sees the new version.

carousel01

Слайды, которые листает человек. БЕЗ автоперехода — осознанное отличие от витрины, откуда взята форма: движение, которое нельзя остановить, отнимает право дочитать. Листание — переключатель и правило CSS, поэтому работает при выключенном JavaScript, а все слайды лежат в разметке, где их видит поисковик. Предел — десять слайдов.

Step by step

Each slide is one move; nothing advances on its own.

first step

The server is born

A clean machine becomes a working contour without anyone configuring it by hand.

second step

The project arrives

The repository is yours; the code travels to it and back with one action.

third step

The change is live

What was edited appears at the address people visit.

Powered by Fractera