Upgrade remix functionality with (mix, extract, addto)

I like the remix of remix but it is limited to a fork like functionality. It would be great if we can have the following additional functionalities :

1- extract :
we can extract specific functionalities from an app and make it generic to our other apps like a

  • bespoke login and authentication system or
  • a map add on or
  • RSVP, etc.

2- Addto:
Once the extracted bespoke authentication is in its module you can add it to another existing app

3- mix (not only remix)
mix multiple apps to make one more complex one if you have different building blocks so you don’t start from scratch again

What everyone think ? It is feasible ? Is it interesting to you too ?

I like number 3 : mix (not only remix)

Anyway, workaround can be REST API: ‘‘If you need multiple Replit Apps to share a single database, you can expose it as a REST API. This approach allows other applications or services to securely access and manipulate database data through standardized HTTP requests’’

1 Like

Thank you for the advice. This is really good for my IOT projects where I can use same db for multiple apps ;analytics, data collection from iot devices. I will try it at some point and hopefuly it will work !