Skip to main content
Question

Deploy App from Figma Make

  • July 16, 2025
  • 6 replies
  • 611 views

Muflih Hanif Iskandar

Anyone ever used figma make? especially until finish it and try to deploy?

I’m tried to download generated code from figma make and deployed it to github and vercel. It is doesnt work, seems because the structure is not common. now I still host the website in figma but connect it to a new domain. my question is, does figma make code able to deployed and continue the development as functional website? or it is just mare prototype? does figma has plan to make it website builder like lovable or V0?

I also trying to implement Google Analytics, but despite Figma Make's reported implementation using the provided script, GA testing consistently fails

any help will really appreciated, thanks!

6 replies

jota
  • New Member
  • August 12, 2025

Same here, trying to deploy in Vercel a site created with Figma Make. 


AJ_Siegel
  • New Member
  • August 26, 2025

I was able to do this

 

  1. download source code locally
  2. Review in VS Code
  3. Import into gihub repo
  4. connect vercel to github repo
  5. run automatic deployment

I had to configure Vercel with the following settings

 

 


Geza12432
  • New Member
  • October 18, 2025

Locally? How is this possible?


Alexislennon
  • New Member
  • November 20, 2025

I was able to do it with vs code, capacitor, vercel, github. my first app i have built. lt took a while but finally figured out I could ask the ai chat in figma make to walk me through it.💡 Also I am still using figma make to make changes, then i copy the code changes to vs code and deploy. good luck!


Muflih Hanif Iskandar

I was able to do it with vs code, capacitor, vercel, github. my first app i have built. lt took a while but finally figured out I could ask the ai chat in figma make to walk me through it.💡 Also I am still using figma make to make changes, then i copy the code changes to vs code and deploy. good luck!

thanks for sharing mate, since now the code can be pushed to github, and able to continue the work with other tools, we can run it as live app.

however, would you like to share how you handle that? thanks


Wirkkarl
  • Active Member
  • November 23, 2025

Anyone ever used figma make? especially until finish it and try to deploy?

I’m tried to download generated code from figma make and deployed it to github and vercel. It is doesnt work, seems because the structure is not common. now I still host the website in figma but connect it to a new domain. my question is, does figma make code able to deployed and continue the development as functional website? or it is just mare prototype? does figma has plan to make it website builder like lovable or V0?

I also trying to implement Google Analytics, but despite Figma Make's reported implementation using the provided script, GA testing consistently fails

any help will really appreciated, thanks!

Figma Make is mainly meant for creating prototypes, so the code it generates isn’t always ready for full deployment. You can host it on platforms like GitHub or Vercel, but some adjustments are usually needed to make it fully functional. Things like implementing Google Analytics often require extra manual setup since the built-in scripts don’t always work out of the box. It’s great for visualizing your app, but for production-ready websites, you’ll likely need to tweak or rewrite parts of the code.