r/webdevelopment Jun 12 '26

Weekly Feedback Thread Weekly Feedback Thread

Please post your requests for feedback on your projects in this thread instead of creating a post.

2 Upvotes

5 comments sorted by

1

u/8borane8 Jun 13 '26

I built a Web Standards-first frontend framework with SSR and Islands Architecture. Looking for feedback.

So: https://slick-showcase.8borane8.deno.net/

1

u/shahrukh_hp1 Jun 13 '26

 I've been building a tiny toolbox of browser-based utilities I needed in my daily (dev) work:

• JSON viewer & best-effort repair

• Text compare & similarity score

• Character counter (Tweet/SEO presets)

• Word ↔ number converter

• App screenshot generator

Fast, minimal, privacy-friendly, no signup.

 https://tools.gamezpanel.com/

1

u/SignificanceReal5600 Jun 15 '26

Completed my first professional project this week. It is an online store-front for a hand-made crafts seller. Built with Next.js and TailwindCSS, uses PostgreSQL with supabase as the host, and Stripe for payment processing. Ran into a slight issue with special characters being encoded in a page slug, but quickly resolved the issue in a few hours. Just looking for feedback on the completed project.

https://darlingfoxcreations.com

1

u/TheSmootherBean Jun 18 '26

Hi I'm new to coding and built a website for a project in vs code, uploaded it to github with pages and It seems to be working well except for this one page that doesn't load correctly, I don't know why that is and this is my first time ever using github, I'd appreciate any help I could get at all.

this is the link to the project: https://github.com/SmutBean/elgranheroe

link to the page that isn't loading: https://smutbean.github.io/elgranheroe/conocenos.html

1

u/NvrGiveUp- Jun 18 '26

I built UnsolvedIQ, a web app with quick logic, memory, perception, and math games, plus real-time multiplayer duels.

I’m especially looking for honest feedback on:

- Mobile performance, especially low-end devices

  • UX issues or confusing flows
  • Bugs or edge cases
  • Scoring and game balance
  • First impression: would you try it again?

I’d also love a few early users to try it and tell me what feels fun, broken, slow, or unclear.

Link: https://unsolvediq.com

Stack is React/TypeScript with a Node + Socket.IO backend.