1
4 Comments

How are you building collaboration capabilities in your product?

Hey everyone đŸ‘‹

Most apps I see these days have some kind of collaboration, such as sharing resources and controlling access to those resources between individuals or teams: Google Drive allows you to share a file or folder with specific people or anyone who has the URL, Notion allows you to share a workspace with your team, and so on. I assume that building similar features is common among the Indie Hackers community as well.

As a matter of fact I am building something similar right now and what seemed simple at first, got pretty complex pretty quickly! For instance, sharing a workspace with documents or sharing a single document, inviting other users by email or sending a link for them to join, controlling who can read or modify what, setting all these permissions in the database, setting up emails, and dealing with business logic. What a nightmare!

I am curious how are people in the IH community enabling collaboration in their products? How are you building it and how complex has it become? What pains are you facing?

on January 11, 2023
  1. 2

    We're "integrating" with google drive by having a person upload the google files XD

    After we prove our business model we'll use tech/automations to do this (Zapier)

    Then after proving our business model with another $1k-$2.5k of MRR we'll be integrating the actual collaboration feature into the application (as long as the customers think it will be valuable)

    1. 1

      That's what I love about this community, people making it work fast and validate before committing to it!

      What collaboration features are you thinking about? What app are you building btw?

      1. 1

        You know it!

        The first feature we're considering is an asset management feature for collaborating between different teams in an organization (think designer reviews vs programmer reviews)

        But we'll probably end up doing some sort of messaging/commenting feature first.

        Currently working on https://dvncvillage.com/ still in very very early development but we already have customers we're converting from our traditional business model https://dvnc.tech/

        1. 1

          Thank you for sharing, it was helpful!