Cool Agent Widget

Widget Information

This is the main widget application built with Next.js and internationalization support.

Features

  • Full Next.js application structure
  • Internationalization with next-intl
  • Mantine UI components
  • Tailwind CSS for styling
  • Widget build system preserved

Widget Components

The original widget functionality is preserved in the widget-build directory and can be built independently while this app grows into a full-featured platform.

Development

Run the Next.js development server on port 3001

npm run dev

Widget Build

Build the widget components for embedding

npm run dev:widget
Cool Agent Widget