spelling b244aeb3
Steve · 2024-09-24 12:24 1 file(s) · +1 −1
src/content/post/building-a-guestbook-with-pglite-clerk-and-pinata.mdx +1 −1
16 16
	aspectRatio={9 / 16}
17 17
/>
18 18
19 -
When I was first getting started in web development I remember seeing someone's website and was immediately impressed by one thing: a guestbook. You could sing in with Github and leave a message, similar to someone's Facebook wall back in the day. I thought that was the coolest thing but had no idea how to build it. Fast forward to this weekend, I was reminded how cool that was and I decided to build it for my own website.
19 +
When I was first getting started in web development I remember seeing someone's website and was immediately impressed by one thing: a guestbook. You could sign in with Github and leave a message, similar to someone's Facebook wall back in the day. I thought that was the coolest thing but had no idea how to build it. Fast forward to this weekend, I was reminded how cool that was and I decided to build it for my own website.
20 20
21 21
Normally I would use Supabase DB + Auth for something like this for the ease of use, but I wanted to take a slightly different route. I've been playing with PGlite quite a bit in the last few weeks and decided it would be fun to see if I can host it as a server. My coworker Justin recently had a [post about building a CRUD app with Deno, SQLite and Pinata](https://pinata.cloud/blog/how-to-build-a-persistent-crud-app-using-sqlite-and-deno-js/) to handle backups, and it seemed like the perfect setup to pair with PGlite.
22 22