fictionco / fiction

(Join Waiting List) Personal Marketing Platform. A powerful platform for your online identity.
https://www.fiction.com
1.42k stars 109 forks source link

How to deploy factor to Vercel or Netlify? #238

Closed abishekrsrikaanth closed 2 years ago

abishekrsrikaanth commented 4 years ago

It would be great if there are docs on how to setup the app on Vercel or Netlify

abishekrsrikaanth commented 4 years ago

@arpowers any updates on this?

arpowers commented 4 years ago

@abishekrsrikaanth are you planning on using those services as static site hosts?

abishekrsrikaanth commented 4 years ago

@arpowers, want to be able to deploy the site similar to hosting on heroku. Vercel does support server based hosting unlike netlify

arpowers commented 4 years ago

In the next version of Factor, we plan on supporting static sites. For Factor 1.x you'll need to back things up with a Node server to handle your SSR.

Give me a few weeks and I can demo 2.0 :P

abishekrsrikaanth commented 4 years ago

Sounds good, Is there any way you can suggest to make SSR work with vercel similar to heroku. Trying to figure out where that whole heroku thing is tied up to make it work just with heroku for Production deployment.