Chronos eCommerce
eCommerce with Google Sheets and NextJS

Early steps into eCommerce with Google Sheets for indie Instagram based eCommerce brand.
❓ Unmet needs
An indie artist approached us with the requirement to setup an eCommerce Store to sell her products online. They dominantly operated out of Instagram and were looking for a solution to sell art and merchandise online.
🏹 Objectives
A simple eCommerce Store, where products could be sold directly to customers with minimal third party fees. The products and orders should be easily manageable.
🖼 Products
From doodles to watercolours to digital art in premium stationery, the artist dealt with the following range of products:
- Notebooks
- Calendars
- Postcards
- Stickers
🗺 Solution
Google Sheet Backend
- For Products: To easily manage products, a Google sheet was setup as the backend with a list of products and the following information:
- id
- name
- image
- description
- price
- manufacturer
- type
- quantity
- weight
- size
- images
- For Orders: A sheet to capture orders with the following information:
- order_no
- items
- name
- address
- phone_number
- bill_amount
- order_date
- payment_status
- order_status
NextJS Frontend
The Google Sheets were integrated to a frontend website built in Next JS. Next JS, being a production grade framework for ReactJS, allowed to leveraged the server side rendering and dynamic component structure. We were able to create a simple and elegant eCommerce site with support for:
- Product listing
- Search
- Cart
- Checkout
- Pages like FAQ and Terms
- Photo Gallery
📈 Impact
- 50+ products catalogued and managed.
- Order tracking and shipping made easy.
- 500+ products shipped
- 5000+ people reached.