Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.07 KB

File metadata and controls

21 lines (16 loc) · 1.07 KB

Intro

An AI chat built to experiment with new developments in the AI space and to aggressively adopt and refine the best features and interfaces found in leading AI chat applications.

Goals

  • Build an intuitive, user-centric interface for AI-powered chat and agent interactions
  • Aggressively experiment with new developments in AI, including:
    • Advanced reasoning and multi-step tool use
    • MCP (Multi-Component Protocol) and agentic workflows
    • Tool calling and external API integrations
    • Memory optimizations for long-term context and retrieval
    • Rapid prototyping of new AI SDK features and capabilities

Built with

  • Next.js: React framework
  • TypeScript: Strongly-typed language for safer and more maintainable code
  • Zustand: State management for efficient and predictable state updates
  • AI SDK: AI model integration
  • Hono: Lightweight, fast web framework for building API endpoints and server logic