← CookbookView source on GitHub ↗

Cool Apps and Demos built with Nebius AI

WhatLLM

A cool and very useful LLM comparision tool

whatllm.org

Built by Dylan Bristot: demianarc | demian_ai


Allycat

Allycat can scrape a website, index its contents and allow chatting with the website content using LLMs running on Nebius Token Factory or locally.

Author: sujee | sujee.dev


Customer Support AI

Customer Support AI is an enterprise-style Next.js demo for building a conversational support assistant with Nebius Token Factory and Tavily. It streams Markdown responses, supports same-session follow-up questions, and restricts retrieval to a domain selected by the user.

flowchart LR
    U[Customer question] --> UI[Next.js chat UI]
    UI --> API[Server API route]
    API --> T[Tavily domain search]
    T --> V[HTTPS and hostname validation]
    V --> N[Nebius Token Factory]
    N -->|Streamed answer| UI
    V -->|Approved links| UI

The server validates every retrieved URL before its excerpt can enter model context, and the interface hyperlinks answers only to those approved sources. The demo can be run locally or deployed to Vercel or Render.

Built by Amrrs.