Skip to content

Landing page for Hone — a native, AI-powered code editor compiled via Perry

Notifications You must be signed in to change notification settings

HoneIDE/landing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hone Landing Page

The landing page for hone.codes — a native, AI-powered code editor written in TypeScript and compiled to native binaries via Perry.

Stack

  • Single-file HTML — all CSS and JS inlined, zero dependencies, zero build step
  • Perry HTTP serverserver.ts compiles to a native binary via Perry for local dev
  • nginx + Let's Encrypt — static file serving with HTTPS in production

Development

Any static file server works:

npx serve .

Or use the Perry native server (requires Perry built at ../../perry):

cargo run --release --manifest-path ../../perry/Cargo.toml -- server.ts -o server
./server
# → http://localhost:3000

Deploy

scp index.html root@webserver.skelpo.net:/var/www/hone.codes/index.html

About Hone

Hone is an AI-first, native code editor — no Electron, no Chromium, no V8. Written in TypeScript, compiled to native via Perry. Targets macOS, Windows, Linux, iOS, Android, and Web from a single codebase.

About

Landing page for Hone — a native, AI-powered code editor compiled via Perry

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors