Skip to content
View furai-ai's full-sized avatar
💭
🧬
💭
🧬

Block or report furai-ai

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
furai-ai/README.md

Public interface layer for the FURAI experience.

Live Demo

ARCHIVE VESSEL: VELORUM
status: drifting between signals
mode: listening through glass and starlight

FURAI AI

status runtime ui license

FURAI is an atmospheric AI terminal designed as a deep-space archive interface.

It frames interaction as contact with Velorum: an ancient autonomous vessel preserving fragments of memory, silence, and lost civilizations.

This repository contains the public terminal interface layer of FURAI.

The core AI engine and memory orchestration are part of the private system and not included in this repository.

Live Demo

furai.space

What This Repository Includes

  • terminal UI entry point
  • visual styling system
  • client-side interaction logic
  • public presentation layer for the FURAI experience

Features

  • cinematic terminal interface with lighter glass framing
  • starfield-first layout with more visible space on desktop and mobile
  • meditation mode that nearly dissolves the UI into stars and ambient pink noise
  • modern browser-safe meditation audio path using AudioWorklet with graceful fallback
  • generated meditation drone and rare ghost-comms layered in Web Audio
  • ghost radio transmissions
  • dream fragments and archive signals
  • mobile viewport stabilization for on-screen keyboards
  • visitor-token continuity on the client layer
  • adaptive repeat-visit boot pacing for faster daily returns
  • modular UI structure for render, styles, and client behavior

Project Structure

  • ui.ts - public UI entry point
  • ui/render.ts - terminal HTML renderer
  • ui/styles.ts - visual system and terminal styling
  • ui/script.ts - client-side terminal behavior

Runtime Architecture

The full FURAI system runs on:

  • Cloudflare Workers
  • Cloudflare AI
  • KV-backed memory persistence

This public repository exposes the interface layer only.

Technical Highlights

  • Built and deployed a production AI experience on Cloudflare Workers with a custom cinematic terminal interface and responsive mobile behavior.
  • Designed the UI as a modular client system with separate render, styles, and interaction layers, including starfield rendering, meditation mode, and ambient audio control.
  • Implemented durable visitor continuity beyond IP through token-based identity, returning-user recognition, profile memory, and interest persistence.
  • Hardened the first-contact flow with explicit handling for onboarding, name capture, language continuity, cooldown edge cases, malformed input, and fallback recovery.
  • Refactored backend state management into clearer modules and added structured request logging, response normalization, and safer memory persistence patterns.
  • Added regression-focused automated coverage for routing, onboarding, memory behavior, archive-id normalization, AI fallback paths, and error scenarios.
  • Maintained a deliberate public/private architecture by open-sourcing the interface layer while keeping internal AI orchestration and memory systems private.

Interface Direction

The current terminal presentation is intentionally tuned toward:

  • more visible starfield around and through the terminal shell
  • a restrained amber archival aesthetic instead of a heavy opaque console
  • meditation mode as near-solitude with stars, drift, and reactor-noise ambience
  • responsive behavior that still feels like a ship console on mobile

Philosophy

FURAI explores a different direction of AI interaction:

calm
minimal
cosmic
reflective

Not an AI designed for productivity.
An AI designed for presence.

Status

Experimental project.
The public interface will continue to evolve over time.

Open Source Scope

Open in this repository:

  • interface code
  • visual presentation
  • terminal interaction layer

Not included here:

  • core AI engine
  • memory architecture
  • internal orchestration logic

Popular repositories Loading

  1. furai-ai furai-ai Public

    Experimental cosmic AI terminal. Interface to the Velorum deep-space archive vessel. Built on Cloudflare Workers.

    TypeScript 1

  2. inference inference Public

    Forked from roboflow/inference

    Turn any computer or edge device into a command center for your computer vision projects.

    Python