Supabase + Next.js is what I'm using. To cover your list: - Auth: Supabase has auth, with oauth support for many services. Also prebuild UI for login forms etc. It's really easy to set up - Live updates: Supabase has a realtime api to send messages, or subscribe to db changes - Database: Supabase is basically a Postgres database with a bunch of stuff on top, it generates a REST/GraphQL api from your schema, meaning y…
1) Background jobs - Something like Sidekiq for Rails.
2) Admin Dashboard - Something admin interface of Django or active-admin for Rails
3) Authorization
4) Is NextJs good for working with Websockets ?
Do you have/know any git repository which implements this stack ?