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.
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 /text2
By goal
Ready solutions — bundles of tools
/solutions · /business3
By profession
Collections per role
/for/[profession]4
By input
“what I have”
/from/[kind]5
Search
matchToolsByRequest
/api/tools-index/match6
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/imagesCreateImprove & restoreEdit a photoStyles & artworkPortraits & looksFor publishingPick an AI model
core
Video & animation
48/videoAnimate a photoStories & effectsSpeech & syncPick an AI model
core
Sound, voice & music
21/audioVoice & speechMusicSounds & editing
core
Text & articles
107/textWriting toolsRead & solve from a photoMarketing & socialTexts for workSales & customersDocuments & dataCV & interviewsEducation
vertical
Spaces
69/spacesInterior designFacadeLandscape & plotCommercial spacesPlanning & property photosListings & reports
vertical
AI chat
30/chatvertical
Divination & predictions
19/esotericTarotFeng shuiNumerology & signsDream reading
vertical
Holidays & creativity
17/holidaysCardsGreetings & poemsStories & scripts
vertical
Documents & utilities
18/utilityPDFQR & barcodesImage converters
vertical
Tattoo
7/tattooSketches & try-on
vertical
Sport & health
1/healthNutrition & 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
| Page | What it is | Route |
|---|---|---|
| Studio | All tools in one workspace | /studio |
| All AI models | Direct access to raw models | /models |
| AI assistants | Chat helpers per task | /assistants |
| Compare AI | One question → several AIs | /consensus |
| Build a generator | No-code | /create-generator |
| Converters | HEIC/JPG/PNG/WEBP | /converters |
| Real estate · Ideas | Vertical 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)
| Rule | Behavior |
|---|---|
/images | 307 → /ru/images (locale from cookie/Accept-Language) |
/{locale}/x | rewrite → /x + x-generonium-locale header |
*.html | 301 via HTML_REDIRECTS map (46 paths) |
/{section}?group=X | 301 → /{section}/X (indexable landing) |
| .ru / apex / retired domains | 301 → www.generonium.com |
Live from code at render: catalog-experience · getPublishedTools · profession-catalog · input-catalog. Counts = published tools.