Does anyone know if we can build a portfolio websi...
# compose
m
Does anyone know if we can build a portfolio website using CMP/Compose Multiplatform and host it on GitHub Pages? Is it possible? If anyone has done this before or has any helpful docs/resources, please share them with me.
c
Not exactly CMP, but have you considered #C04RTD72RQ8?
m
what is that? Kobweb?
c
There is also #C06UAH52PA7kilua.dev
j
Yes, you can do that without a problem. I host a CMP project on GitLab & GitHub pages. The biggest downside is the big size of the wasm build and the therefor resulting loading times of the site. So I would not do it for a simple portfolio website. For reference: github.com/youniqx/time
c
Kobweb & Kilua don't use Wasm, so they don't have large bundle & long loading problems
j
jup, good alternatives for sure. just wanted to note that you can also host a plain cmp project on pages.
👍 2
p
Not sure what is special about a portfolio website, but in general you can host a CMP web on GitHub pages. This page is CMP: https://pablichjenkov.github.io/daily-agenda-view/
c
For a portfolio you may want SEO, and CMP isn't great for that
💯 1
👍 1