Alien InsectOriginal post
Rank 1: Thread
Hey guys, I'm a little bit new to Appwrite and the concept of backend.
Summary
Solution: You can have your Astrojs front end communicate directly with Appwrite without needing a separate backend. However, if you want to use a Golang API in between, you can follow the server-side rendering (SSR) docs. Your setup should look like this: frontend (Astrojs project) -> Golang API (to interact with Appwrite).