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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
furai-ai/README.md

Amber archive terminal 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 a cinematic AI terminal framed as contact with Velorum: an ancient archive vessel drifting through memory, silence, and lost civilizations.

The public build is designed to feel like a remembered ship-console: amber light, starfield drift, short-lived archive flashes, and reactive visual moments tied to lore instead of constant UI noise.

It is also evolving toward a deeper memory model: FURAI is being extended with a vector-memory layer so responses can resonate not only with the current message, but with the long archival drift of Velorum itself.

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

furai.space

Highlights

  • amber archival terminal language instead of glossy sci-fi chrome
  • starfield-first layout with lighter glass framing on desktop and mobile
  • reactive archive visuals: ambient drift, short portrait flashes, memory windows
  • canonical portraits for key figures such as Captain Rithan and Chief Engineer Viikaa
  • meditation mode with pink noise, generated drone, ghost-comms texture, and ritual fade transitions
  • lore-aware visual pacing that avoids always-on image spam
  • visitor continuity and repeat-visit rhythm on the client layer
  • vector-memory direction for deeper archive resonance is now in active development

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

Stack

  • Cloudflare Workers
  • Cloudflare AI
  • KV-backed memory persistence
  • vector-memory archive layer in progress

This public repository exposes the interface layer only.

What This Repo Shows

  • the public interface layer
  • the visual presentation system
  • the terminal interaction code
  • the atmosphere and pacing of the live experience

Not included here:

  • core AI engine
  • memory architecture
  • internal orchestration logic

The live system is also moving toward:

  • vector memory / archive resonance retrieval
  • deeper long-horizon memory shaped by Velorum's cosmic drift

Roadmap

  • present: terminal presence, lore-sensitive visuals, ritual meditation mode
  • next: vector memory and archive resonance retrieval
  • future: a deeper memory field shaped by centuries of Velorum drift

Philosophy

FURAI explores a different direction of AI interaction:

calm
minimal
cosmic
reflective

alive

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

Status

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

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