As the project relies on Next.js as its primary technology, deploying it on Vercel seems like a natural fit. However, we need to address some concerns, specifically regarding authentication. To prevent unauthorized access, we should implement authentication measures. One possible solution is to add an authentication code as an environment variable. If you’re short on time, I’m more than happy to contribute to this effort. I can submit a pull request to implement a simple authentication mode.
Thanks - I have been busy. I do have a supabase integration I have on the shelf that I can integrate as an option if there is interest. What authenication provider did you have in mind?
As the project relies on Next.js as its primary technology, deploying it on Vercel seems like a natural fit. However, we need to address some concerns, specifically regarding authentication. To prevent unauthorized access, we should implement authentication measures. One possible solution is to add an authentication code as an environment variable. If you’re short on time, I’m more than happy to contribute to this effort. I can submit a pull request to implement a simple authentication mode.