Lines of code in your projects?

Across the tasklanes.app project, excluding external libraries and build files, there are approximately 5,200 lines of custom code.

Here is a breakdown of the core logic:

  • Server-side (API & Data): ~3,100 lines (including routes, database storage, and AI integrations).
  • Frontend (UI & Components): ~1,800 lines (React components, routing, and styling).
  • Shared logic & Config: ~300 lines (Database schema and project settings).

This does seem kind of low. I am curious, how large are your projects?

There is no magic number - every app is different. For example, I’ve written systems with 1+ million lines - by hand, with the blisters to show for it!!! :cry: Others may only be hundreds or low thousands of lines. And everything in-between.

I wouldn’t focus on the number of lines - I have absolutely no idea how many lines some of my Replit apps have. Focus on whether it does what you intend :blush: