logoalt Hacker News

hivetechslast Tuesday at 5:59 PM1 replyview on HN

No this is not a fork, I built it from scratch. It is not intended to be used with vscode extensions. Its an Electron app. Desktop Framework

  - Electron - Desktop app with
  main/renderer process
  architecture
  - TypeScript - Primary language
  (strict mode)

  Frontend/UI

  - Monaco Editor - VS Code-style
  code editing
  - HTML/CSS - UI rendering
  - WebSockets - Real-time
  communication with backend

  Backend Services

  - Node.js - Runtime
  - Express - Memory Service API
  server
  - SQLite - Local database for
  memory persistence
  - Cloudflare D1 - Remote sync for
   memory backup

Replies

vivzkestrellast Wednesday at 1:59 AM

interesting, did you ever consider building it with tauri?

show 1 reply