# Projects

projects

Jinz Varghese

1 August 2026

Jinz Varghese is a personal portfolio website I built for my brother. He is a visual artist and photographer, whose work spans street photography, landscapes, and travel pictures. The site is designed as a quiet, image-first space for his photography and films, structured around Home, Gallery, Collections, and About sections.

Demo

Features

Home

A minimal landing page introducing him as a visual artist, with a curated scroll of featured images and clear entry points into the Gallery and Collections.

The full archive of his images and videos, organized for easy browsing.

Collections

Work grouped into themed sets rather than one long scroll:

  • India
  • The Streets
  • Bahrain
  • Egypt
  • Beaches
  • Mother Nature

About

A dedicated page introducing him. It briefly contains his background, his motivation for shooting, and the gear he uses. Includes contact details for photoshoots and collaborations, along with links to his Instagram, YouTube, and Threads.

Technology

The site is built with Next.js along with Tailwind CSS, and hosted on Vercel.

essay

Life Left App

20 January 2026

Life Left is a minimalist life reflection web app that helps users visualize how much of their life may still remain, based on their age, retirement plan, and expected lifespan.

projects

Life Left App

20 August 2025

Life Left is a minimalist life reflection web app that helps users visualize how much of their life may still remain, based on their age, retirement plan, and expected lifespan. The app is inspired by the memento mori philosophy, which encourages awareness of life’s finiteness so people can live with greater intention and purpose instead of falling into routine.

Life left home page

Life left home page

Demo

Screenshots

You can find the screenshots of the theme below:

Life Left home page

Life Left home page

Life Span page

Life Span page

Features

Input

Users are required to provide a few basic details:

  • Birth date
  • Retirement age
  • Expected lifespan

Output

Based on the input, the following insights are displayed on the home page:

  • Current Age
    Shows how many years, months, and days the user has lived.

  • Remaining Time
    Displays the remaining lifespan based on the expected age.

  • Sleep Time Projection
    Estimates how much of life may be spent sleeping, calculated using an average of eight hours per day.

  • Work Time Projection
    Estimates the total time likely to be spent working, based on standard work hours and weekdays.

  • Actual Personal Time
    Reveals how much lifetime remains after accounting for sleep and work, highlighting the time available for meaningful and personal pursuits.

In addition to numeric insights, the app visually represents the remaining years of life using colored blocks, making abstract time more tangible and easier to reflect on.

Technology

The application is built as a lightweight single-page app using React for real-time calculations and dynamic UI updates. Tailwind CSS is used for responsive and consistent styling. All calculations are performed entirely on the client side, with no backend dependency.

essay

Lightbi Version 2

4 August 2025

Last week I released version 2 of Lightbi. I had been planning it for a very long time, but the time didn’t permit me until now.

essay

Tiny React Apps

15 August 2024

This is a collection of tiny apps built with React, designed to explore and learn React along with its associated libraries. Each project serves as a hands-on experiment to try out new features and deepen understanding of the React ecosystem.

essay

Watchbi - Bootstrap Coming Soon theme

10 October 2021

Watchbi is a minimal and simple responsive coming soon theme built in Bootstrap v5 with Bootstrap icons...

essay

Rootbi - Bootstrap portfolio theme

10 May 2021

Rootbi is a responsive portfolio theme built in Bootstrap which contains an home, blog, notes, projects...

essay

Lightbi - Hugo Theme

16 January 2021

Lightbi is a sleek blog theme for Hugo, the fast static site generator. It's thoughtfully designed for a smooth and elegant blogging experience.

projects

Lightbi Hugo Theme

16 January 2021

Lightbi is a modern, elegant Hugo theme focused on readability, performance, and content-first design. It offers a clean, minimal experience for personal blogs, digital gardens, and long form writing, with two homepage modes, Profile for personal introductions and Blog for content driven sites, plus responsive layouts and light/dark mode support.

Lightbi profile and blog home page

Lightbi profile and blog home page

Demo & GitHub

Screenshots

You can find the screenshots of the theme below:

Features

Below are the features of Lightbi theme.

General

  • Two Modes:

    • Profile
    • Blog
  • Two Main Content Sections:

    • Blog
    • Notes
  • Responsive Design:

    • Built with a mobile-first approach for seamless viewing on any device.
  • Card-Based Theme:

    • Flexible image placement options:
      • Image at the top of the card
      • Image in the middle of the card
      • Image at the bottom of the card
      • No image option
  • Image Gallery
    Β Β You can add multiple images to your post and display them beautifully as a gallery.

  • Menu Location Indicator:
    Clear visual cues for active menu items.

  • Multilingual Support:
    Includes a language selector for easy switching between languages.

  • Taxonomies:
    Organize content effectively with customizable tags and categories.

  • Search Functionality:
    Integrated search option for quick content access.

  • Light/Dark Theme:

    • Automatic theme switching based on browser preferences.
    • Includes a manual theme-switch button for user control.
  • Google Analytics Integration:
    Track user activity with built-in support for Google Analytics.

  • SEO-Friendly:
    Optimized for search engines to improve visibility.

  • Commit SHA in Footer:
    Display the current commit SHA for version tracking.

  • Self-Hosted Assets:
    Compliant with GDPR / EU-DSGVO regulations by hosting all assets locally.

  • Bootstrap Icons:
    Beautiful, lightweight icons integrated with Bootstrap Icons.

Page
  • Other Posts suggestion below a post.
  • Social-Media Share buttons on posts.
  • Syntax highlighting.
  • Cover image for each post (with Responsive image support).

Configurations

Select theme mode

To configure the theme for either profile or blog mode, add the following under the params section in your hugo.toml file:

  • Set homepageLayout = "profile" for profile mode
  • Set homepageLayout = "blog" for blog mode

Card based theme.

To customize the image placement within a card, the Lightbi theme offers four flexible options. To configure this, use the previewCardImagePlacement parameter in the hugo.toml file. Set it as follows:

  • For the image at the top: previewCardImagePlacement = "top"
  • For the image in the middle: previewCardImagePlacement = "middle"
  • For the image at the bottom: previewCardImagePlacement = "bottom"
  • For no image: previewCardImagePlacement = "none"

For more details about parameters you can check here.

This theme is designed to help you build amazing websites with ease. I would love to hear your feedback and see your creations.