2 comments

[ 2.9 ms ] story [ 12.4 ms ] thread
(comment deleted)
You 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!