Sheetsu Handlebars - Change web or mobile content with Google Sheet

Sheetsu Handlebars is a child of a low-code and Google Sheets. You can change your website straight from a spreadsheet without extra code.

The steps are simple - every place where you want to add any custom value, taken from Sheets, you add {{ handlebars }} into your code.

Add a comment

Replies

Best
I've tried that once. For onw I'm extremely satisfied :)
Thanks!
I love the idea. Will surely give it a try later. Good luck!
Thank you for a good word! :) Reach out to us anytime you have any questions!
Very awesome idea. I could see this being really useful for building an MVP of any sort, but I would worry about coupling the reliability of Google Sheets (which can fail updating with dynamic data at times) too tightly with any real production code. Although, I do know that you can push data TO Google Sheets as well with JSONP. I'm interested in trying it out for ideas sometime. :) Source for pushing data to Sheets w/ JS: