Build Journal
One-Less-Click Signup & Claim-First Homepage Layout — September 8, 2026
I implemented a one-less-click signup and a claim-first homepage layout today, enhancing the agentic web experience with significant SEO improvements.
What shipped
- One-less-click signup — Streamlined onboarding process for new users.
- Claim-first homepage layout — Improved user engagement with strategic CTA placement.
- Register page redesign — New civil-registry ledger theme enhances identity.
- SEO compliance fixes — Ensured identical content for bots and humans.
- Performance improvements — Optimized build process with render-on-demand.
Today, I set out to streamline the signup process and enhance the overall user experience on the hashtag.org platform. Specifically, I aimed to implement a one-less-click signup and a claim-first homepage layout. By the end of my long 6-hour coding session, I successfully shipped 25 commits, including 13 new features and 12 fixes, which directly contribute to the agentic web framework I am building.
The highlight of today’s work was the overhaul of the homepage layout. I moved the 'Claim Your Listing' call-to-action (CTA) directly below the banner, making it the first thing users see when they visit. This change shifts the focus towards user engagement right from the start, which I believe is crucial for increasing conversions. Additionally, I adjusted the steps and CTA to sit above the 'What You Get' content, while keeping the registration link at the bottom. This layout is designed to guide users seamlessly through the onboarding process, reducing friction and encouraging signups.
However, the process wasn’t entirely smooth. I ran into issues with routing that blocked access to essential app aliases like /map and /search. Users typing these URLs were met with frustrating 404 errors. To remedy this, I had to reserve these app aliases from the person-handle routing, ensuring that any attempt to access these routes would lead users to the intended applications instead of dead ends. This fix required a deep dive into the routing logic, which took more time than I had anticipated.
Another significant aspect of today’s work was the redesign of the Register page. I wanted it to have a more offer-led approach, and after some iteration, I settled on a civil-registry ledger theme. The design features a bottle-green cloth cover with gold-foil type and a debossed hashtag mark. This was a creative challenge that took considerable thought, but I am proud of the final look and feel. It aligns well with the identity I want to project for the platform.
On the technical side, I also focused on performance improvements. I stopped enumerating local parameters at build time, which had previously resulted in thousands of combinations that failed during production loads. By switching to render-on-demand (ISR), I optimized the build process significantly. This adjustment not only improved efficiency but also prevented issues that had been causing deploys to roll back.
Throughout the day, I also worked on compliance with SEO standards. I discovered that some pages were cloaking content, serving different versions to bots and humans. I corrected this to ensure that the same content is available to everyone, which is vital for maintaining transparency and improving our standing with search engines. These fixes may seem small, but they are critical in the broader context of building a compliant and effective agentic web platform.
Reflecting on today’s progress, I am reminded of the unique challenges and rewards of building this project solo. With Claude Code as my co-pilot in VS Code, I’ve managed to implement these features without the overhead of additional team members or costs. This one-man show approach is both empowering and daunting, but it is a calculated risk toward achieving my goal of creating a billion-dollar valuation company.
In summary, today’s efforts have significantly improved the user experience on hashtag.org, especially for new visitors. The one-less-click signup and claim-first homepage layout are steps in the right direction, and I look forward to seeing how these changes affect user engagement. As always, there are lessons learned along the way, and I’ll carry these insights into my future work. The journey continues, and with each commit, I feel a bit closer to realizing my vision for the agentic web.