DEV Community

Cover image for How to Deploy a Next JS App on IPFS (InterPlanetary File System) and automate using Fleek
amlan
amlan

Posted on

How to Deploy a Next JS App on IPFS (InterPlanetary File System) and automate using Fleek

In todays’ AI era, where running a model for inference on GPU is a costly affair, it becomes important to find cost effective alternatives to at least deploy the app frontends. One such alternative I came across is IPFS. It provides you the decentralized storage flavor to your application at a fraction of cost. And when it comes to deploying web applications, its always better if we can automate the process.

In this post I will walkthrough the process of automating the deployment of a NextJS frontend to IPFS using Fleek.

More details: https://medium.com/@amlana21/how-to-deploy-a-next-js-app-on-ipfs-interplanetary-file-system-and-automate-using-fleek-5637c792b7a3

Top comments (0)