Content pfp
Content
@
0 reply
0 recast
2 reactions

Steve pfp
Steve
@stevedylandev.eth
Today I’m excited to announce a new project with @polluterofminds called Orbiter: a dead simple tool for uploading and hosting static sites. https://www.producthunt.com/posts/orbiter
10 replies
37 recasts
112 reactions

Steve pfp
Steve
@stevedylandev.eth
I think I speak for most developers that while hosting through CI/CD pipelines is easy for us, there are times when we prefer simplicity over the complexity that is modern web hosting. When you just want to host a static site, nothing is simpler than dropping a folder of HTML CSS and JS, and that’s exactly what we’ve done with Orbiter. We also believe this model is ideal for the person who isn’t as skilled with modern dev tools and just wants to host a simple blog or portfolio.
1 reply
2 recasts
18 reactions

Steve pfp
Steve
@stevedylandev.eth
Underneath Orbiter is a stack Justin and I are very familiar with: IPFS and Base. We always admired using IPFS for hosting static websites because content is immutable, making it great for caching. However if you want to update it, that can be an issue. IPNS isn’t as fast as we would like it to be. That’s why every site on Orbiter gets it’s own smart contract (IPCM) on Base to handle the website state. Anytime someone updates their site and uploads new content, the new CID is mapped to the contract. This does two things: 1. Allows anyone in the world to build a version history of the site 2. Allows the site creator to easily migrate off Orbiter without even having to access the Orbiter web app if they want to
1 reply
0 recast
9 reactions