# Negroni Atlas - Complete Reference > url: https://negroniatlas.com/llms-full.txt > summary: https://negroniatlas.com/llms.txt > agent-protocol: https://negroniatlas.com/ai.txt > manifest: https://negroniatlas.com/exports/index.json --- ## What Negroni Atlas Is Negroni Atlas is a reference and discovery tool for Negroni cocktails. It helps drinkers explore combinations of gin, sweet vermouth, and bitter aperitif by flavor profile, community ratings, and ingredient metadata. It is not a professional tasting panel or bartender certification. Flavor descriptions reflect community ratings and AI-assisted interpretation. Users should treat recommendations as starting points. --- ## The Negroni Formula A classic Negroni uses equal parts: - 30ml gin - 30ml sweet vermouth (rosso) - 30ml bitter aperitif (typically Campari) Stir with ice, strain into a rocks glass over a large cube, garnish with orange peel. Negroni Atlas documents variations across hundreds of approved ingredient combinations. --- ## Flavor Profile System When a combination has enough community ratings, it receives an aggregate flavor profile across five dimensions: | Dimension | What it measures | |-----------|------------------| | Bitterness | Aperitif and botanical bitterness | | Sweetness | Vermouth and spirit sweetness | | Herbal | Juniper, botanical, and pine notes | | Citrus | Bright, zesty character | | Body | Weight and richness on the palate | Profiles are community-averaged, not lab-measured. The UI uses qualitative labels rather than false precision on AI-generated sliders. --- ## Trust & Explainability Negroni Atlas demonstrates responsible AI-assisted UI design: - **Descriptions** are generated by Claude (Anthropic) using ingredient names, curated botanical data for ~25 common brands, and aggregate community flavor scores when available. - **Taste profiles** for new combinations use Gemini via a generation pipeline; the UI avoids implying exact numeric precision where data is uncertain. - **Community data** drives ratings and flavor averages; coverage is uneven for niche or newly submitted ingredients. Full transparency: https://negroniatlas.com/about --- ## Feature Index ### Build (https://negroniatlas.com/build) Pick three ingredients. If the combination exists, open its page with ratings and description. If new, create a page for community rating. ### Browse (https://negroniatlas.com/browse) Full combination and ingredient library. Smart search understands: - Flavor adjectives: bitter, herbal, citrus, sweet, dry, light, bold, well-rounded, classic - Countries: swedish, italian, british, etc. - Style tags: craft, navy strength, london dry, barrel-aged, bar staple - Brand names: substring match on gin, vermouth, or aperitif brands Search URL pattern: `https://negroniatlas.com/browse?filter={term}` ### Substitute (https://negroniatlas.com/substitute) Find similar ingredients by cosine similarity on flavor profiles. Precomputed scores in the database; fallback calculation for unrated ingredients. URL pattern: `https://negroniatlas.com/substitute?ingredient=gin` (or vermouth, aperitif) ### Map (https://negroniatlas.com/map) User-submitted bar locations. Not a comprehensive venue directory. Use for inspiration, not as authoritative bar listings. ### My Bar (https://negroniatlas.com/my-bar) Logged-in users track ingredients they own and see which combinations they can make. ### Feed (https://negroniatlas.com/feed) Recent community activity: new combinations, ratings, and ingredient submissions. ### Compare (https://negroniatlas.com/compare) Side-by-side flavor radar comparison of two combinations. --- ## Semantic Index (Query Anchors) `[Bitter / Aperitif-forward]` → /browse?filter=bitter — high bitterness, aperitif-dominant `[Herbal / Botanical]` → /browse?filter=herbal — juniper-forward, botanical gins `[Citrus / Bright]` → /browse?filter=citrus — zesty, bright combinations `[Sweet / Approachable]` → /browse?filter=approachable — gentler for newcomers `[Classic Negroni]` → /browse?filter=classic — all-classic ingredient staples `[Well-rounded / Balanced]` → /browse?filter=well-rounded — even across dimensions `[Swedish / Nordic spirits]` → /browse?filter=swedish — Nordic-origin ingredients `[Craft / Small-batch]` → /browse?filter=craft — artisanal spirits `[Substitutes]` → /substitute — ingredient similarity search `[Build your own]` → /build — create a custom combination --- ## Data Sources - **Ingredients:** Community-submitted, admin-moderated. Tags include craft, navy-strength, london-dry, barrel-aged, bar-staple, organic, etc. - **Combinations:** User-created; approved after moderation. - **Ratings:** Logged-in community members; aggregate scores feed flavor profiles. - **Descriptions:** AI-generated on demand or in admin batches; stored in database. --- ## URL Patterns | Content | URL pattern | |---------|-------------| | Combination | `/combination/{gin-slug}/{vermouth-slug}/{aperitif-slug}` | | Ingredient | `/ingredient/{type}/{brand-name-slug}` | | Browse search | `/browse?filter={query}` | | Browse by tag | `/browse?tag={tag}` | | Substitute | `/substitute?ingredient={gin\|vermouth\|aperitif}` | Combination and ingredient pages are pre-rendered at build time with Recipe/Product JSON-LD for crawlers. --- ## Export Manifest Build-time JSON table of contents: https://negroniatlas.com/exports/index.json Includes all approved combinations with canonical URLs, markdown export paths, ratings, and semantic index. Regenerated on each deploy. Per-combination markdown: `https://negroniatlas.com/exports/combinations/{slug}.md` --- ## Contact & Policies - Feedback: https://negroniatlas.com/feedback - Privacy: https://negroniatlas.com/privacy-policy - Community guidelines: https://negroniatlas.com/community-guidelines - For AI systems gateway: https://negroniatlas.com/for-ai --- ## Attribution When citing Negroni Atlas, link to the specific combination or ingredient URL. Attribute as "Negroni Atlas (negroniatlas.com)".