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
Binary file not shown.

After

Width:  |  Height:  |  Size: 367 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 793 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

+1400
View File
File diff suppressed because one or more lines are too long
+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)