Skip to content

Conversation

@usetech-nick
Copy link
Contributor

@usetech-nick usetech-nick commented Dec 3, 2025

Description

  • Profile Page: Created a responsive, light/dark-mode compatible builder profile page in packages/nextjs/app/builders/0x0ed3f043ad4fe71d00de45f6077b022576c4b86b/page.tsx, featuring:

    • Personal bio
    • Builder stack
    • Verified social links (GitHub + X)
  • On-Chain Check-In: Displayed contract + transaction details with Arbiscan links.

  • Theme Support: Added Tailwind dark: variants to support Scaffold-ETH-2’s theme toggle system.


Profile Page — Light Mode

image ---

Profile Page — Dark Mode

image

Additional Information

  • I have read the contributing docs
  • This is not a duplicate of any existing pull request

Related Issues

Closes #10


ENS / Address:
0x0ed3f043ad4fe71d00de45f6077b022576c4b86b

@vercel
Copy link

vercel bot commented Dec 3, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
batch22.buidlguidl.com Ready Ready Preview Comment Dec 3, 2025 7:12pm

Copy link
Collaborator

@melanke melanke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your page :)

I'd like to ask you to improve your PR's description:

  • Please link the issue in the PR description. You can do this using # followed by the issue number.

And here comes my review. Things I think you should improve in your code:

import { GithubIcon, TwitterIcon } from "./icons";
import { Address } from "@scaffold-ui/components";

export default function Page() {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please name your page with something more unique, like your name or nickname.

And you might want to consider typing your page as NextPage since we are using TypeScript, as this ensures better integration and adds clarity for future maintainers by indicating that the component is a Next.js page.

@melanke
Copy link
Collaborator

melanke commented Dec 3, 2025

Hey! I noticed your profile page path is using the Ethereum address in all lowercase. Could you update it to the checksummed version? Using EIP-55 casing is the standard and makes it easier to spot typos, which helps avoid mistakes when someone copies or validates the address. Thanks!

(0x0eD3f043ad4Fe71D00dE45F6077b022576C4B86B)

@melanke melanke merged commit 018022f into BuidlGuidl:main Dec 4, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

b) Create your personal page

2 participants