Hey all,
I launched this new project called UserVitals. Redwood app is located at https://app.uservitalshq.com/
I was able to get this app and MVP up and running within two weeks, and now I am laying down a vision for the next set of features and goals that I want this product to solve for its customers.
This redwood app has the following features:
- Identity management with GoTrue netlify auth. With 1:1 mapping to a User model.
- Multi step sign up flow and email verification.
- Supabase DB
- Team model (allows for team access later on and RBAC).
The redwood app is at https://app.uservitalshq.com/. The marketing site is done with webflow.
The next challenge is to make the app support multi tenant, with support for subdomains and custom domains. I created a thread here - Subdomains and custom domains - hopefully I can make this work with redwood. I don’t believe it’s been done before.
I am planning to make some technical write-ups hopefully in the near future about my experiences with redwood and some patterns I have to make development easier, such as my process of using Modals and Cells.
Thank you everyone in this community so far that have helped out!