initial commit — Neuron landing page

Bubble-style chat UI, return visit memory replay, values section,
favicon, Neuron-generated email bodies, 3-question return flow.
This commit is contained in:
Will Anderson
2026-04-28 17:57:30 -05:00
commit e5a5666dd7
5 changed files with 1407 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
// main.el Neuron landing page server
let html_path: String = cwd() + "/src/landing.html"
println("Neuron landing · serving " + html_path)
state_set("__html_file__", html_path)
http_serve(3001)