Custom internal integrations/mini apps

It would be great if I could create a mini app/integration and use it (call it) from different projects. For example I created integration (funcionality) with Shortpixel.com API so I can optimise images in my app. I when I create another app and I need this particular functionality I need to develop again. It would be handy to create such a miniapp and simply integrate it in multiple projects. Do you think it would be useful for others? Petr

2 Likes

add an API to your app, which can be called from any other apps (in replit or anywhere else).

Ensure you add auth to it, so it isn’t freely available to anyone who finds it).

2 Likes

This is the way.

Build a comprehensive external API, then comprehensive API documentation, then feed that into the other app. Works great, I have many apps that talk to one another.

1 Like

Thank you :+1:

1 Like

Thank you

1 Like