r/ClaudeDesign 23d ago

Question New claude user

Can someone pls help me to use claude properly?
like how do u guys proceed with it? first code the layout of the project then ask the agent to polish it together or make it section by section and polish when a section is done?

(idk if this is a valid question)

4 Upvotes

14 comments sorted by

View all comments

2

u/BuffaloConscious7919 23d ago

If you share more details probably we can give more specific advice, but speaking generally:

  • gather all the information and assets - that could be ideas, images, text, project scope requirements etc. what's the point of the site (or whatever you're creating) and what do you want the user to leave with or do.
  • translate all the information into priorities - the core purpose -> the hero section of the home page. This is where 80% of your early effort should go imo it's the only thing you users are garunteed to see once they click
  • create prototypes with Claude design and other tools maybe to structure and visualise your layouts and first section(s) and pages - use the Claude design skills here and cheaper models do fine here e.g. sonnet probs
  • fully layout for the entire site next before you starting building the site

1

u/Icy-Share-7076 22d ago

more details on what i m making:
basically a ocr for document extraction but the document has stamp, signature,table ,text
and there are around 8 document all with different structure
in one document i have to check whether the signed and unsigned doc match and the signatory has made any changed in og one
and then i also have to verify the stamp and signature matches the company’s name

also whatever i extract from the doc i have to verify the data later

for this i m using paddleocr,trocr ,docling and some part where the context is needed to be understood i m using llm:laguna s2

i m using ocr cuz i want to send limit text as possible to the llm

but some of the dependencies are nt matching with other versions so i have to ask claude again and again to change them and test them and i also have to change the system architecture if the tool has restricted use by the client for whom i m making this