Live data from Hacker News

Ask HN: I Found a Website I Like–How to Design Similar for a Different Project?

news.ycombinator.com

1–3 of 3 posts

Ask HN: I Found a Website I Like–How to Design Similar for a Different Project?

#1
I came across https://xtxmarkets.com and https://wonderlandams.com and loved their design. I want to build something with similar design for my basic project but for the context I'm new to programming. Apologies if this is a basic question! But I really appreciate any guidance on your part.

Re: Ask HN: I Found a Website I Like–How to Design Similar for a Different Project?

#2
You should practice with https://tailwindcss.com/ and get really good with being able to re-create any design. Use chatgpt or claude for help. You should never be stuck. AI can always get you unstuck.

Then it's a matter of just grabbing their HTML as a starting point. Again, paste it into AI and ask for modifications. You can right click inspect element and copy the entire body tag to a new file.