Cielia AI

Cielia AI

Cielia AI is a character-first assistant and toolkit for creators and developers. Explore chat, styles, experiments, and scans in a calm, polished interface designed around Cielia's presence.

or
Loading Cielia model

Documentation

Everything you need to know about using Cielia AI.

Introduction

Cielia AI is a beautiful, anime-inspired AI assistant interface with Live2D character support. Built with Next.js, TypeScript, and Tailwind CSS, it provides a delightful user experience while offering powerful AI capabilities.

Key Features

  • Live2D character with mouse tracking and physics
  • AI-powered chat, code fixing, and experimentation
  • Beautiful anime/JP-cute aesthetic UI
  • Text-to-speech with Web Speech API
  • Fully responsive design with mobile support

Quick Start

Get up and running with Cielia AI in just a few minutes.

# Install dependencies
npm install

# Start development server
npm run dev

# Open in browser
http://localhost:3000

Installation

Prerequisites

  • Node.js 18.0 or higher
  • npm or yarn package manager
  • OpenAI API key (for AI features)

Environment Setup

Create a .env.local file in the root directory:

# .env.local
OPENAI_API_KEY=your_api_key_here

Was this page helpful?

Edit on GitHub