Skip to content

www.zzz.software proof of concept#6

Merged
ryanatkn merged 999 commits intomainfrom
add-server
Oct 14, 2025
Merged

www.zzz.software proof of concept#6
ryanatkn merged 999 commits intomainfrom
add-server

Conversation

@ryanatkn
Copy link
Copy Markdown
Member

@ryanatkn ryanatkn commented Oct 14, 2024

adds the proof of concept, going with the description "adaptive web environments"

  • uses Hono for the backend
  • prompt local models via Ollama and with API keys for Claude, ChatGPT, and Gemini
  • simple and multi chat views
  • automatically write prompt request/response to the filesystem (inefficiently fully loaded on session start)
  • file editing with some basic history UI, with fs scoping and and on-disk changes propagated to the frontend as notifications (limited view for file viewing, will add file/dir tree support)
  • early janky UI for creating prompts
  • initial Cell for deeply serializable UI with fine-grained reactivity (classes with Svelte runes)
  • initial Action API with a single code path for sync/async calls with backend/frontend symmetry (imperfect but the idea is there), pluggable mutations/handlers (simple/unfinished interface), data/schemas for declarative sources of truth (using Zod, leveraged for codegen), and multiple transports (http/websocket initially), uses JSON-RPC with MCP's flavor (no batch support, _meta on params/result)
  • toggleable futuremode to get an idea of Zzz's scope as I'm currently thinking about it, as a browser+IDE+CMS+library

@ryanatkn ryanatkn mentioned this pull request Oct 20, 2024
7 tasks
@ryanatkn ryanatkn force-pushed the add-server branch 3 times, most recently from ad73445 to 63fb7c2 Compare February 23, 2025 07:19
@ryanatkn ryanatkn changed the title add server init Feb 26, 2025
@ryanatkn ryanatkn changed the title init init the project Feb 26, 2025
@ryanatkn ryanatkn changed the title init the project proof of concept Feb 26, 2025
@ryanatkn ryanatkn changed the title proof of concept www.zzz.software Mar 17, 2025
@ryanatkn ryanatkn merged commit 0b17547 into main Oct 14, 2025
1 check passed
@ryanatkn ryanatkn deleted the add-server branch October 14, 2025 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant