Live data from Hacker News

Show HN: I made an app that consolidated 18 apps (doc, sheet, form, site, chat…)

nino.app

211–220 of 269 posts

Re: Show HN: I made an app that consolidated 18 apps (doc, sheet, form, site, chat…)

#211

Single biggest thing you need to nail down fast: the data model. It is extremely hard to shift as things grow, and without careful thought, it’ll turn into a horrifying miasma of JSONB columns, duplicated data, orphaned rows, and garbage performance. Customers are going to store surprisingly large items in Docs, where you’d be tempted to inline them instead of offloading to S3 et al. Chat practically needs to be its…

If you know people at Ditto, let them know their website looks completely obnoxious if fonts are not loaded. It looks something like this:

> Sync aPPS WItH OR WItHOUt tHE InTeRneT

Re: Show HN: I made an app that consolidated 18 apps (doc, sheet, form, site, chat…)

#212

Nice app. May I suggest one change? Instead of sending a link to verify the email to create workspace, consider sending an OTP. This way, you don't need to manage the headache of opening the app post verification as you can accept the OTP on the same screen that accepted the email. In my case, after verification, the app is just a white screen.

OTP is a good suggestion, thank you. Sorry that you're seeing a white screen, are you maybe on iOS? Anyhow I'll look into the issue.

Re: Show HN: I made an app that consolidated 18 apps (doc, sheet, form, site, chat…)

#213

Nice app. May I suggest one change? Instead of sending a link to verify the email to create workspace, consider sending an OTP. This way, you don't need to manage the headache of opening the app post verification as you can accept the OTP on the same screen that accepted the email. In my case, after verification, the app is just a white screen.

OTP is a good suggestion, thank you. Sorry that you're seeing a white screen, are you maybe on iOS? Anyhow I'll look into the issue.

Thanks, I am on Android.

Re: Show HN: I made an app that consolidated 18 apps (doc, sheet, form, site, chat…)

#214

I notice that you have been working on this for a while [1] and announced a couple of modules last year so I expect you have already validated the concept with a bunch of users. I love the idea and played with a couple of modules and didn't find it intuitive (e.g. embedding a block from a sheet into a canvas using block embed) I also tried to drag and drop. [1] https://news.ycombinator.com/from?site=nino.app

Thanks for trying it out. Yeah sorry for the confusion, embedding a record was not allowed but I think enough people tried to do it so I'll enable it.

Re: Show HN: I made an app that consolidated 18 apps (doc, sheet, form, site, chat…)

#215

it's nice that everything is integrated into one system! I have always been searching for similar solutions. But one thing that bothers me email. If I use an email provider from Google workspace or Microsoft365, then sooner or later I was forced to use their calendar, and soon docs because the preview and integration. The closest I found is larksuite[0] which they recently added email hosting. But I am still paying m…

It's doable. Just curious what's stopping you from switching email? Is email forwarding possible in your case?

Re: Show HN: I made an app that consolidated 18 apps (doc, sheet, form, site, chat…)

#216
post #130
post #121

This is not the first product of the kind and won't be the last one. And they look great in theory but get complicated and very confusing and ultimately never find their place. People don't need an integrated tool that does everything. People need a few very good tools that work well with each other. Confluence/Jira is such an example, and to some extent Google's suite and Microsoft's, plus a few more. Unless you can…

I tried the "Doc", "Sheet" and "Slide" feature and each of them are incomplete and lacks most of the popular features. It would be better if the author uses existing solutions instead of implement them from ground up. editor.js [0] for documents and Grist [1] for spreadsheet are some good examples. [0]: https://editorjs.io/ [1]: https://www.getgrist.com/

Do you mind sharing what you tried to do? So I can improve the feature discovery or add the features later on.

Editor.js looks interesting. Nino Doc is based on ProseMirror. Never heard of grist before but I think react-datasheet-grid is a pretty good. I've been itching for a frontend rewrite of Nino Sheet.

Re: Show HN: I made an app that consolidated 18 apps (doc, sheet, form, site, chat…)

#218

it's nice that everything is integrated into one system! I have always been searching for similar solutions. But one thing that bothers me email. If I use an email provider from Google workspace or Microsoft365, then sooner or later I was forced to use their calendar, and soon docs because the preview and integration. The closest I found is larksuite[0] which they recently added email hosting. But I am still paying m…

Contacts and calendar are nice to have in the same place as email, because of needing to email contacts and because of calendar invites. Then again, if you use an email client you can use a mix of providers even for those features. I'm not sure I see the need for any other additional apps next to email. Let alone the feeling of being forced to.

For example, when sharing a google doc in Gmail, the experience is more feature rich. And if an organization is already paying for gmail, it's hard to stop people from using gdoc and gsheet. In real work, I can't just reply a gdoc share with "use nino or I refuse to read".

Re: Show HN: I made an app that consolidated 18 apps (doc, sheet, form, site, chat…)

#219

it's nice that everything is integrated into one system! I have always been searching for similar solutions. But one thing that bothers me email. If I use an email provider from Google workspace or Microsoft365, then sooner or later I was forced to use their calendar, and soon docs because the preview and integration. The closest I found is larksuite[0] which they recently added email hosting. But I am still paying m…

It's doable. Just curious what's stopping you from switching email? Is email forwarding possible in your case?

For my particular cases there are features like shared-mailbox and distribution list that requires additional setups. I don't see a clear advantage to move over a critical provider so I kept things the same. If from dayone I have a choice, I would go with all-in-one.

Re: Show HN: I made an app that consolidated 18 apps (doc, sheet, form, site, chat…)

#220
This sounds like a pretty cool idea. I'm assuming it isn't open source, but do you plan on allowing data sync without any sort of cloud offering? E.g. either sync to a local directory, webdav/etc, or allow self-hosting a sync service.

Even with e2ee, I don't really want to store my documents somewhere I don't control. And if you're targeting businesses, some businesses won't even look at the product if they can't control the data completely.

Post reply on HN