Nauta

Released on

-

1 min read

Written by Joar Maltesson

writer
cover image

Nauta is a realtime kanban like planning board. This was my second project working with Next JS, I learned alot about Next JS best practices and how to authenticate users on the backend and perform databse mutations.

The website was built with Next JS for both the back and frontend. I used Shadcn UI as for the website to accelerate the development process and invest more of my time in to the actual functionality of the website without sacraficing the UI and UX. For the database I used Firestore as it provided with the realtime data capabilities that I needed. As for authentication I utilized Next Auth with github Oauth.

The project was a great learning experince and fun project. As of writing I am considering updating or rewriting to project to use Appwrite instead of firebase. That way I can self host the backend and improve the feel of the application u can visit the website at nauta.vercel.app or find the full source code at github.com/JoarM/nauta