Standalone vs embedded with Next.js #5088
Unanswered
konradbjk
asked this question in
Sanity Studio Support
Replies: 1 comment 1 reply
-
In your case, there is no need for a standalone app. The content is stored on the Sanity servers and you use your Next app to query it, it's that simple lol. So, I don't really understand why would one want a standalone sanity app. Even more, you can go to sanity website and boot up a new project right there and then use its id in any front-end app. Simply put, create a project on sanity website — use in multiple Next apps with embedded sanity admin dashboard, no standalone sanity app deployed anywhere. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to use sanity for personal use this time. Potentially with a few projects (landing, blog, ...). Intuitively I believe installing it as a standalone and self hosting under my subdomain makes sense. Especially with custom components shared between projects - it looks like I can have multiple projects under one Sanity Studio (might be mistaken).
On the other hand I see most projects using a monorepo approach (i.e., using NextStudio).
What would be the best way to do it - embedded or a standalone?
In the end I plan to host a static pages via Cloudflare Pages (Next.js SSG), but I can change it to Vercel.
Beta Was this translation helpful? Give feedback.
All reactions