Information architecture · live from the catalog

How Generonium is structured

412 published tools are the leaves. Above them, six parallel entry axes all lead to the same tools.

412 tools published11 type sections22 solution slots21 professions4 input kinds
Key: the tool is the only leaf. Everything else is six ways to slice and reach the same tools. Great for SEO, heavy for a first-timer.
i.

Six entry axes

All reach the same tools

1 · main axis

By type (modality)

Catalog → 12 sections → groups → tools

/images /video /audio /text
2

By goal

Ready solutions — bundles of tools

/solutions · /business
3

By profession

Collections per role

/for/[profession]
4

By input

“what I have”

/from/[kind]
5

Search

matchToolsByRequest

/api/tools-index/match
6

Business / Personal

Audience splits the same solutions

/business ↔ /
ii.

Axis 1 — Catalog by type

4 core modalities + verticals. Group = /section/group

core

Images & photos

75
/images
CreateImprove & restoreEdit a photoStyles & artworkPortraits & looksFor publishingPick an AI model
core

Video & animation

48
/video
Animate a photoStories & effectsSpeech & syncPick an AI model
core

Sound, voice & music

21
/audio
Voice & speechMusicSounds & editing
core

Text & articles

107
/text
Writing toolsRead & solve from a photoMarketing & socialTexts for workSales & customersDocuments & dataCV & interviewsEducation
vertical

Spaces

69
/spaces
Interior designFacadeLandscape & plotCommercial spacesPlanning & property photosListings & reports
vertical

AI chat

30
/chat
vertical

Divination & predictions

19
/esoteric
TarotFeng shuiNumerology & signsDream reading
vertical

Holidays & creativity

17
/holidays
CardsGreetings & poemsStories & scripts
vertical

Documents & utilities

18
/utility
PDFQR & barcodesImage converters
vertical

Tattoo

7
/tattoo
Sketches & try-on
vertical

Sport & health

1
/health
Nutrition & calories
iii.

Axis 2 — By goal

Each solution = a set of tools

Business /business · businessSolutions

Design studio10 tools
Recurring business operations6 tools
AI for analytics and operations34 tools
Real estate & spaces81 tools
Popular AI workflows10 tools
Room design from a photo6 tools
Content Factory12 tools
Marketing10 tools
Business documents6 tools
Real estate9 tools
Marketplaces7 tools
Content for social media8 tools
Podcast & audio8 tools
Study & research8 tools
Celebrations & events6 tools

Personal / both / · personalSolutions

Calories from a photo1 tools
Room design from a photo6 tools
Content for social media8 tools
Podcast & audio8 tools
Family archive6 tools
Study & research8 tools
Celebrations & events6 tools
iv.

Axes 3 & 4 — Professions & inputs

Two more slices of the same tools

By profession /for/[slug] · 21 total, 7 featured

For web designers/for/web-designers
For interior designers/for/interior-designers
For real estate agents/for/realtors
For social media managers/for/smm-specialists
For marketplace sellers/for/marketplace-sellers
For entrepreneurs/for/entrepreneurs
For podcasters and audio creators/for/podcasters-audio
… 14 more professionsprofession-catalog.ts

By input /from/[kind]

Photo or image/from/image
Text or idea/from/text
Video/from/video
Audio or voice/from/audio
v.

Standalone pages (off-tree)

Independent sections and workspaces

PageWhat it isRoute
StudioAll tools in one workspace/studio
All AI modelsDirect access to raw models/models
AI assistantsChat helpers per task/assistants
Compare AIOne question → several AIs/consensus
Build a generatorNo-code/create-generator
ConvertersHEIC/JPG/PNG/WEBP/converters
Real estate · IdeasVertical hub · gallery/real-estate /ideas
Tool (leaf)34 dedicated, rest via catch-all/tools/<slug>
vi.

Navigation

The top menu is the user's main hierarchy editor

vii.

Routing layer

proxy.ts (middleware)

RuleBehavior
/images307 → /ru/images (locale from cookie/Accept-Language)
/{locale}/xrewrite → /x + x-generonium-locale header
*.html301 via HTML_REDIRECTS map (46 paths)
/{section}?group=X301 → /{section}/X (indexable landing)
.ru / apex / retired domains301 → www.generonium.com
Live from code at render: catalog-experience · getPublishedTools · profession-catalog · input-catalog. Counts = published tools.