I didn’t see any Dgraph queries in the network tab, are you performing queries on the backend before the page loads?
yes, sveltekit(a tool like nextjs) provide a load function, it run only on the server, so the page is fully prepared before it is sent to the client.
How long did it take to build?
you mean the time to wirte the site? 2 weeks.
I try login again, it works, perhaps the email is intercepted by your email service, try to find it in your email dustbin? I’ll try to find more, thanks a lot.
I’ve never know this website, it looks… so similar with mine, anyway, it’s done so it’s perfect.
it is not open source, but, there is no complex technology in it, really simple. in my opinion, for all the apps, the only thing should to care about is the data modeling, when it is done, everything will be clear any easy. and for every app, no matter what it is build for, the model should be a graph. lucky in dgrpah the modeling is database itself, and it is a graph.