Etc
- If you are working with multiple people and if you require different ENV for each person, you can use the
.env.local
file. This file is git ignored and you can set your own ENV variables in it which has priority over the.env
file.
Storage
- You can easily set up user file uploads with uploadthing . It offers 2GB of free storage and 100GB for $10/month.
Utils
- Runtime typesafe server actions: https://github.com/TheEdoRan/next-safe-action
Last updated on