Working with someone else?

Does anyone work with a partner in Replit? Any advice? Can you effectively build simultaneously?

1 Like

Do you mean using multiplayer? You can both work at the same time, but I do believe only one Agent can run at a time. However that may be changing soon, but don’t quote me.

You can build simultaneously but your results might not be awesome. It is risky and I have tested it with someone else before and we bumped into each other while building. You could do this with ‘branches’ in ‘Git’ to be safer. That is, if you are using ‘Core’. Replit has purpose-built ‘Teams’ to be more conducive to this type of collaboration.

try using parallel development, or you could do a sort of pair programming where the faster coder goes through “sprint coding” while the other runs behind them and cleans up their mess per sei…

or branch it yeah…