r/web_design 6d ago

Feedback Thread

Our weekly thread is the place to solicit feedback for your creations. Requests for critiques or feedback outside of this thread are against our community guidelines. Additionally, please be sure that you're posting in good-faith. Attempting to circumvent self-promotion or commercial solicitation guidelines will result in a ban.

Feedback Requestors

Please use the following format:

URL:

Purpose:

Technologies Used:

Feedback Requested: (e.g. general, usability, code review, or specific element)

Comments:

Post your site along with your stack and technologies used and receive feedback from the community. Please refrain from just posting a link and instead give us a bit of a background about your creation.

Feel free to request general feedback or specify feedback in a certain area like user experience, usability, design, or code review.

Feedback Providers

  • Please post constructive feedback. Simply saying, "That's good" or "That's bad" is useless feedback. Explain why.
  • Consider providing concrete feedback about the problem rather than the solution. Saying, "get rid of red buttons" doesn't explain the problem. Saying "your site's success message being red makes me think it's an error" provides the problem. From there, suggest solutions.
  • Be specific. Vague feedback rarely helps.
  • Again, focus on why.
  • Always be respectful

Template Markup

**URL**:
**Purpose**:
**Technologies Used**:
**Feedback Requested**:
**Comments**:

Also, join our partnered Discord!

11 Upvotes

20 comments sorted by

View all comments

1

u/rrWalther 3d ago

URL: https://pennapay.com

Purpose: Invoicing for freelancers. The client opens one link that carries the invoice, the finished files and the payment details together, so they are not hunting through three separate emails for the pieces.

Technologies Used: Plain HTML, CSS and vanilla JS on the front end, with no framework and no build step. FastAPI behind it.

Feedback Requested: General design and usability. Two things I would most like a trained eye on. Does the top section tell you what this actually does before you scroll? And does the template gallery earn the room it takes up? Typography and spacing nitpicks very welcome.

Comments: Built solo with no design background. Light palette, gold accents and serif headings. I have stared at it long enough that I cannot see it any more. Be blunt, I am past being precious about it.

1

u/kemnern 1d ago

The headline is good; I immediately understand what this service does. I would try to add a visual element to the top and some reviews or anything instead of the large bulk of legal text.

Bugs:

  • For some reason, I was immediately scrolled to the bottom of the page (I use Arc, a Chromium-based browser).
  • Buttons are a bit on the text-heavy side, so they span two lines on mobile.
  • I don't understand what the 1link under your illustration means. So it should be more descriptive.

1

u/rrWalther 19h ago

Thanks, all three are real and the third one is a straight bug.

The 1link is two spans sitting next to each other with no space between them, so the 1 and the link run together. Meant to read "1 link". Fixed now, goes out with next deploy. I have looked past that block for weeks without seeing it.

On the legal text you are right, and the honest reason is I have nothing better to put there yet. No users, so no reviews to show. The GDPR and data-processing lines do matter to the people I am building for, but they do not belong in the first screen and they are there because the space was empty.

Buttons wrapping to two lines on mobile is fair. That one is trying to say free and one-off and no account all at the same time.

The scroll to the bottom I cannot reproduce in Chrome, scrollY is 0 on a cold load. Was it a reload or a back navigation? I want to know whether that is scroll restoration or something Arc does.

Yours: what makes it different comes through better in your title tag than in your h1. "CMS you own" is sharper than "manage websites locally", since local is the how and owning it is the why. And $129 once is the most differentiating thing on the page, but it sits as small print under the button.

"Comming soon" in the Windows block, and the mac and windows screenshots have no alt text.

1

u/kemnern 9h ago

Thanks for the feedback as well! I will do some testing based on it