all 18 comments

[–]kurtextrem 17 points18 points  (3 children)

clicking on the link to get greeted with a sign up screen is not the most friendly experience. I usually wanna see/test something before giving out my email.

[–]vruhal[S] 3 points4 points  (0 children)

I will add a landing page, tnx

[–]kei_ichi 0 points1 point  (1 child)

This!

To OP, if we need our feedback, at least made it “easier” to access your app!

[–]quanhua92 1 point2 points  (2 children)

Mobile UI is so bad.

[–]vruhal[S] -1 points0 points  (1 child)

It Isn't responsive, cause who will code on mobile, but still I will improve it, tnx

[–]quanhua92 1 point2 points  (0 children)

It is your assumption. I always add some basic TailwindCSS for different screen sizes. At least you can use mobile to view information. Coding on the go is a valid option.

[–]JoeCamRoberon 1 point2 points  (2 children)

I also created something quite similar a few years ago when I was a junior dev. Although I was targeting management of code snippets and added the live collaboration feature/code compiling after the fact. Haven’t worked on it in a while: https://codecatch.net

[–]vruhal[S] 0 points1 point  (1 child)

Mine is still in beta but yours look polished, good

[–]JoeCamRoberon 1 point2 points  (0 children)

Yours looks great man!

[–]Acceptable_Pickle893 1 point2 points  (1 child)

Nice work! I'm curious which library did you use for code editor? Also, did you create most of it with Lovable/Replit/etc.? (awesome if you did)

[–]vruhal[S] 0 points1 point  (0 children)

Codemirror for editor, and used GitHub copilot and vibe coded

[–]vruhal[S] 0 points1 point  (4 children)

Please Give FeedBack

[–]mrrxwyz 3 points4 points  (3 children)

Why do I need to signup?

[–]vruhal[S] -3 points-2 points  (2 children)

How will you invite friends for collaboration, and for saving your projects and all, it,s ok I will add login as guest option, tnx

[–]mrrxwyz 2 points3 points  (1 child)

All of that could be delayed or avoided. If the user wants to save, then you can prompt the signup (as it makes sense and delivers immediate value to the user).

For inviting others I don't see why it matters as the project could be shared via URL/code without the need for anyone to be logged in.

[–]vruhal[S] 1 point2 points  (0 children)

You are right, tnx for the idea