4
8 Comments

Building a static website with daily updated data.

Hi everyone,

For my next project, I plan to build a 1000+ pages website that will display analytics (imagine Google trends for Spotify for example) updated monthly.

While I figured out the way to update and store the analytics I'd like to know what you think is the easiest to embed continuously updated data in a static website?

I thought about using Sheet2Site but I fear it might not be flexible enough.

I wanted to know if you know other interesting tools.

Thanks, and Happy New Year ๐Ÿ˜‰

on December 30, 2019
  1. 1

    I built thedailystartup.club in November on React + Bootstrap + gulp for the build. Data is in Airtable and build + Hosting is on Netlify. I've got a cron job rebuild and queue up a Tweet for the day's feature in HootSuite via Zapier.

    This month I built the-ux-mini-course.com on Next.js running on Zeit.co

    Both work great, but I will say the extra server-side support out of the box if you build on Next.js is amazing!

    In fact I got so much mileage out of it (once I got all the libs added and cofigured) I'm building a starter kit (excelerant.pro) that'll get a next-based project up and ready for the fun value-add work out of the gate with TypeScript, Bootstrap, Material Design Icons, Markdown support and a set of landing, blog, ecommerce, etc... page templates.

    If you give Excelerant a look, I'd really appreciate any feedback :)

    Happy New Year!

    1. 1

      Wouah, good job!

      Thank you very much for your answer.

      I'll check it out and come back to you ;)

  2. 1

    With a monthly update and 1000+ pages you can easily use any SSG but especially Hugo to regenerate the whole site. If the data updates higher than daily freq, especially less than minute than, I would consider use for example google firestore to show โ€œreal timeโ€ updates.

    1. 1

      Yeah I've read the Hugo doc section about data store and I might go that way.

  3. 1

    Nextjs is all the hype.

    I built a static site generator that compiles 550 pages in 0.3secs, so there is always that option. It then uploads to s3 and hosted from there.

      1. 1

        It is private repo, the code is pretty complex and I don't have time to write docs etc for it.

        Might open source it later on.

  4. 1

    This comment was deleted 3 years ago.

    1. 1

      Interesting, will check it out, I have 0 experience in React so I don't know if I should go down this path.

Trending on Indie Hackers
Hi IH โ€” quick update. The MVP is live. User Avatar 33 comments Building ExpenseSpy solo, no funding โ€” launching June 17 on iOS & Android User Avatar 27 comments Day 7: 51 people answered my question. I wasn't ready for what they said. User Avatar 18 comments I Built a Football Sentiment Platform in 18 Days. The World Cup Starts in 7 Days. Now I Need Distribution. User Avatar 17 comments Built an n8n booking alert system โ€” is cold outreach dead for B2B micro-tools? User Avatar 16 comments I built a $5/1k-listing CRE data API because CoStar is overkill for first-pass scans User Avatar 14 comments