I got bored and rebuilt Vercel (with Fluid Compute)
1–3 of 3 posts
Re: I got bored and rebuilt Vercel (with Fluid Compute)
#2[deleted]
Re: I got bored and rebuilt Vercel (with Fluid Compute)
#3You know what you should do next? Out-innovate Vercel & offer even more cool features!
Some ideas:
1) Live object state! (like liveview/instantdb!)
import {useLiveState} from 'zercel'
const [state, setState] = useLiveState({whateveryouwant}, {name: '/roomId/keyId'}) // will sync automatically in realtime between clients!
2) Storage!
import { storage } from 'zercel'
storage.put("hello", file)
Inspirational, thanks for the open source code!