Sandbox Preview

Hey guys,

I dont know if this is the correct place to ask, if not feel free to tell me so I can delete the post :slight_smile:

I am currently building an AI Component Creator and want to try to recreate the preview sandboxes. I managed to create a system but it still takes around 10 seconds for the preview to start and I would like to archive the fast start time that vercel archived with v0. Does anyone know what else I could try? I know there is a blog post about the vercle sandboxes but this does not seem to be fast enough.

Currently using:

  • Docker Template with pre-installed packages
  • Pre Warmed Pool with Nginx Wildcard Domains

I am also curious. Are they using an edge function or client side?