Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A modern banking landing page template built with Next.js, Tailwind CSS v4, and GSAP animations.
HooBank is a fully responsive landing page template for a fictional next-generation bank, built on the Next.js App Router and Tailwind CSS v4, and released under the MIT License by Om Patel. It started as a Vite + JavaScript tutorial project and has been rebuilt end to end with Next.js 16, React 19, TypeScript, and Bun, making it a modern reference for fintech marketing sites.
HooBank is a static marketing site template that presents banking rewards, security, billing, and card features through animated sections. It takes a typed, data-driven set of sections and outputs a prerendered, responsive landing page with scroll-triggered animations. The page runs on Next.js with the App Router, uses Tailwind CSS v4 for styling, and has a live demo at https://hoobank-alpha-nine.vercel.app/.
@theme tokens, custom gradient utilities, and a typed data layer instead of a traditional Tailwind config file.useGSAP with ScrollTrigger, all driven by a single reusable useReveal hook.xs at 480px to xl at 1700px, plus a responsive navbar with an animated mobile sidebar.@theme setup and a custom breakpoint system for responsive landing layouts.useReveal hook and useGSAP integration as a starting point for scroll-triggered animations in React.Clone the repository, install dependencies with Bun, and start the dev server:
git clone https://github.com/omunite215/Project_Hoobank.git
cd Project_Hoobank
bun install
bun devThe site runs at http://localhost:3000. Use bun run build for an optimized production build and bun start to serve it.
Yes, it is distributed under the MIT License, so you can use, modify, and distribute it for personal or commercial projects.
Next.js 16, React 19, TypeScript, Tailwind CSS v4, GSAP with useGSAP, Bun as the package manager, and oxlint for linting.
The template includes a responsive navbar with mobile sidebar, hero, business/features, billing, card deal, testimonials, client logos, CTA, and footer sections.
No. The repository specifies Bun 1.3 or newer as the only prerequisite; Bun handles package installation, the dev server, builds, and linting.
