Back

BloqDown: Markdown Forum/Blog Site

author-image

By Amir

Published on Jun 13, 2022

I’ve been wanting to try tRPC and Prisma for a while. Since I got some free time, I decided to create a simple project using those techs.

Description

BloqDown is an open-source Simple Markdown Forum/Blog site using Next.js, Next-Auth, TypeScript, Prisma, PlanetScale and tRPC. The aim here is to learn how to properly use these techstacks.

bloqdown

Goals

I know the UI for this project is not great. But that’s not the goal for building this site. The goals for this project are:

Features

Techstacks

Conclusion

I really enjoyed using tRPC as it really helps me in inferring response types and and use them on the frontend. This is really efficient and really improves the developer experience as a TypeScript Developer.

Overall, this is a really fun build.