You are browsing as a guest. Sign up (or log in) to start making projects!

devcmb

@devcmb

Joined May 31st, 2026

  • 3Devlogs
  • 1Projects
  • 0Ships
  • 0Votes
Open comments for this post

49m 5s logged

Made the homepage look a bit nicer (similar to vscode’s).

I also added better backend logging, because its best to track a lot of different operations that could possibly fail to help anyone looking at the log files.

Finally, i put up an eslint CI build to lint new files to ensure code quality

0
0
3
Open comments for this post

1h 42m 59s logged

More backend stuff :yay:

Before I can really start on the frontend, I want my backend codebase to be pretty clean so I can properly expand on it later.

  • Added a logging system which outputs to a file when the window closes
  • Added a DataController which handles setting up user data files (currently just an empty recents.json and logs directory)
  • Made the Open Project button on the client redirect to the empty project page, and show the path to confirm it worked
0
0
4
Open comments for this post

2h 0m 48s logged

Started off the project with some boilerplate, then moved over to a controller system to organize all the backend code.

I added an Inter-Process Communication (IPC) system that acts as a bridge between the electron app and the backend. With this, i just started with a basic “Open project” folder prompt.

I’ll implement the button, then start on the main editor. A lot lies ahead, but I can do it 🔥

0
0
8

Followers

Loading…