Skip to main content

Next Steps

Congratulations!

You've built a local-first, offline-capable app that supports multiplayer collaboration locally and over the network.

Production Considerations

While the URL-based sharing mechanism we implemented is great for prototyping, there are some considerations for production applications:

  1. Security: The public sync server is not secure for production use
  2. Reliability: You should run your own sync server for production
  3. User Experience: Consider implementing a more user-friendly sharing mechanism
  4. Performance: Monitor document size and consider splitting large documents
  5. Error Handling: Add proper error handling for network issues

Further Learning

If you're hungry for more:

Community

Join the Discord to:

  • Ask questions
  • Show off your Automerge apps
  • Connect with the Automerge team & community
  • Get help with implementation
  • Share your experiences