Hello HN,<p>Our startup nearly died 2 years ago. We kept losing customers to spreadsheets. And it made us see a problem right under our nose: everyone just wanted flexibility & speed from a spreadsheet. But they have to stay in sync with {Jira / Salesforce / insert SaaS app}.<p>When we followed this thread, we discovered how broken the integration experience was for flexible products like Airtable, Smartsheet, Monday, and Google Sheets. Their big problem is that they transform external data into their own format. This makes setup harder, since you have to get the mapping just right. And often you can’t sync back.<p>We took a different path when building Visor. We essentially made a data lake & ETL tool with a front-end. Visor integrates with your Jira instance, reads its schema, helps you import the right data, and lets you work in a flexible spreadsheet* that syncs both ways. There’s also an interactive Gantt & Timeline view.<p>*Spreadsheet is a generous term for now. Formulas are still on the roadmap. As are many true “spreadsheet” features. But we’re working towards it.<p>Our roadmap is public, here: <a href="https://support.visor.us/visor-roadmap" rel="nofollow">https://support.visor.us/visor-roadmap</a><p>And for VueJS devs, we eked out more performance from Vue 2 by modifying the core, documented here: <a href="https://www.reddit.com/r/vuejs/comments/u6tzv8/how_we_resolved_hitting_major_performance_issues/" rel="nofollow">https://www.reddit.com/r/vuejs/comments/u6tzv8/how_we_resolv...</a><p>For database geeks, you might enjoy learning about the realtime graph DB we built to power the product: <a href="https://blog.visor.us/cloudstore-part-1/" rel="nofollow">https://blog.visor.us/cloudstore-part-1/</a><p>I’ve seen so many great companies start out by launching on HN. It’s quite a special personal moment finally to be sharing with you all.<p>I’m happy to answer questions, take criticism, and generally hear what you think.
Thanks for making this. Maintaining parity between Google Sheets Gantt charts and JIRA tickets is a real problem I have and one that is underserved by existing tools.<p>On the other hand this is a cursed development methodology. There's an infinite mine of No True Scotsmans about Agile, but really, when you find yourself putting your Agile stories in a Gantt chart and projecting sprints several months out, you are unambiguously rejecting substantive principle and content of Agile as a methodology. At this point it would be much more productive to admit that you're doing waterfall and put some effort into doing it <i>well</i>, instead of farting around with backlog grooming, sprint planning, etc. where the outcomes are all committed before the meeting in a master schedule.
This seems like a roundabout way to get more locked into Jira. Switch to Linear, or Height, or Shortcut, or Taiga or anything other than continue your abusive relationship with Atlassian
It might be just me - but I don't understand why any company would want to make their roadmap public. I feel like only the company's competitors ever look at it
I solve this with ImportJSON.gs and/or Atlassian’s native integration for sheets.<p>I wouldn’t encourage anyone to buy a tool just to make a single type of chart, even less if it is a for-pay SaaS wedge.<p>Spreadsheets are over-used and I’m not sure meeting users where they are works in this case. Hasn’t paid off (in my experience) with anything more than additional layers.
I appreciate the in-depth look into your architecture in the linked posts. Have you considered open sourcing / selling that database solution by itself?<p>I can see how it'd speed up dev time for my team, I'd be curious to hear how something like that (reactive no-sql frontend for a SQL DB) would work for others outside of Vue.