I’m building an app for generating infographics based on table data. Currently, it accepts a CSV, generates a few widgets, and exports a PNG image. Here’s a quick demo of how it works: WeterApp Demo on Vimeo
I’m considering adding Airtable integration to use the data directly without exporting data manually.
If you like the idea, what features would you like to see that’d make it most useful? This is what I’m planning to add besides integration:
More widget types (charts, data bars, etc.)
More visual options (colors, fonts, backgrounds)
Different layouts
Additional export formats
A toy version of the app is available here: http://weterapp.com. I’d appreciate any feedback and happy to answer any questions
For now, it generates a static file. But I totally like the idea! The app could produce a URL that generates an image dynamically at some intervals or based on a web hook from the connected data source. This way, if you include the image on a web page, it could update automatically.