César E. Benavides | Design Engineer & Software Architect

Top 5 Overengineered (but cool) Features On My Website

Gravity FormsNext JSShadcn/uiTurborepoTypescript

A bit overkill, but I like it. Hopefully this will get me hired somewhere.

Top 5 Overengineered (but cool) Features On My Website

1. Fully Featured Headless Gravity Forms Components

Forms are an essential part of any website.

When I was rebuilding my portfolio, I knew I was going to need forms so would be suitors can get a hold of me. A sane developer would have just made a simple form component with name, email, phone number, and message and called it a day. Not me. I pulled from my experience getting this set up for many client projects, so I thought I’d start building an updated version for myself with upgraded shadcn/ui components and with my favorite notifications package sonner by Emil Kowalski.

Source Code

Supported Inputs

  • Address
  • Checkbox
  • Date
  • Email
  • MultiSelect
  • Name
  • Phone
  • Radio
  • Select
  • TextArea
  • Text
  • Website
  • Number
  • FileUpload
  • HTML

All built with shadcn/ui inputs, labels, buttons packaged with all new monorepo support.

See it Live

2. Auth integration with Auth.js v5 beta with Credentials & GitHub Providers

Why would anyone in their right mind decide to integrate authentication into their personal portfolio website?

After hours of navigating outdated and incomplete documentation, I managed to get a basic headless WordPress setup working. It’s functional—barely—but given that I’m the only user right now, the effort feels disproportionate. Even if someone else logged in, there’s not much they could do yet; it’s a locked-down system with minimal interactivity.

 

The challenge lies in how most headless WordPress solutions are implemented. They aim for innovation but often end up cobbled together, plagued by integration issues and fragile dependencies. It took meticulous debugging, custom code, and an understanding of REST APIs and server-side rendering to get things running smoothly. Despite the complexity, I’m proud of the progress and confident in scaling this setup as the project evolves.

Source Code

Example Auth Flow

3. Turborepo + Beta Shadcn/ui monorepo

Someone smart would have used a template. Config, Config and more Config

Turbo is an incremental bundler and build system optimized for JavaScript and TypeScript, written in Rust. It’s meant for enterprise grade code bases and is used by Vercel, AWS, Microsoft, Netflix, Disney and Adobe. I most certainly should have just started a new Astro template and went with it but no….

Source

Credits/Tools Used

4. Headless Yoast SEO using new generateMetadata from Next.JS

Just one more feature bro...

I don’t think anyone is searching for me on google, but might as well right?

Source Code

Credits/Tools Used

5. Preview from WP CMS backend and custom Flexible Content Blocks

Something usually built for clients with a team of website editors.

I know exactly how to get what I want on the screen. I could have thrown everything into a couple of .mdx files and been a happy camper. But alas here I am at the end of this article hoping you’ve gotten this far.

 

Custom ACF Block Example

Headless WP Components (UNDER CONSTRUCTION)

Preview

Honorable Mentions

Didn't quite make the cut

  • Page Transitions
  • Dark Mode
  • Layout animation between blog card and blog hero images
  • Posthog analytics

Hosts/Services

Summary

So, there you have it—the top 5 absolutely unnecessary yet undeniably cool features on my website. Do they make me more employable? Probably not. Do they make me happy? Absolutely. Sure, I could have stuck to a simple blog, slapped on a prebuilt template, and called it a day. But where’s the fun in that?

 

Instead, I’ve spent an absurd amount of time building a portfolio that’s essentially a Swiss Army knife of web development, complete with tools no one asked for but that I’m extremely proud of anyway. If you’re reading this and thinking, “Wow, this guy put headless Gravity Forms on his portfolio site? That’s the kind of overachiever we need on our team!”—then, mission accomplished.

 

And if not, well… at least I got to flex my skills, procrastinate a little, and write this article. Now, if you’ll excuse me, I need to go add another cool-but-utterly-useless feature. Fingers crossed this gets me a job before I run out of ideas. Call me Chadcn.

 

Meme