
Humble Cup Coffee Co.
A website for a local coffee shop in Fort Mill, SC.
Next.js
Tailwind CSS
Shadcn/UI
Vercel
I started this project by prompting Bolt.new to build a website for a coffee shop given some parameters. I wanted ease of use and mobile optimization, but I also wanted to capture the feel of the shop itself. Taking what Bolt.new gave me, I changed the layout to be more relevant to the shop, and added new features and pages.
I chose Next.js because it will give me the flexibility to add server-side features in the future, such as ordering online. Otherwise, I would have chosen Astro, as that performs better for SEO and static sites.
I used Tailwind CSS for styling, and Shadcn/UI for basic components. I used Vercel for deployment since it's free and links right up to my GitHub repo.
I designed some of the graphics myself, such as the coffee bean dividers and the plant images.
I added parallax scrolling to the home page on larger screens to give the site a bit more depth and personality. I did this by creating a hook for monitoring the scroll position and then using that to set the background position of the images.
Blurb on image optimization
Blurb on SEO