Update README.md with a few gotchas#43
Open
dave-parachute wants to merge 1 commit intowillchen96:mainfrom
Open
Update README.md with a few gotchas#43dave-parachute wants to merge 1 commit intowillchen96:mainfrom
dave-parachute wants to merge 1 commit intowillchen96:mainfrom
Conversation
willchen96
reviewed
May 8, 2026
Owner
willchen96
left a comment
There was a problem hiding this comment.
Hi Dave, thanks for the PR.
Could you please make the following updates?
-
Keep the note about email confirmation, but word it as:
“Currently, signup does not require email confirmation. For local development, disable email confirmation in Supabase → Authentication → Providers → Email. For production, configure custom SMTP in Supabase. The built-in mailer is heavily rate-limited and, on newer projects, may be restricted to team-member email addresses only.” -
Please remove the model picker comment as well, since that will be resolved in a separate PR.
Thanks again.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hey @willchen96 really enjoyed playing with Mike OSS.
I tried installing it as if I were a lawyer rather than an engineer and ran into a handful of papercuts that I think are easy fixes:
README changes
git clonestep (the existing setup jumps straight tonpm install, which assumes the reader has already cloned)ANTHROPIC_API_KEYin.envis a server-side fallback only; the model picker is gated on a per-user key (or at least seemed to be)anon/service_rolekeys (not the newsb_publishable_*/sb_secret_*format) - possibly want to update this to new format.doc/.docxupload) - figure people could still play around with out itnpm installpeer-dep warnings vs hardERESOLVEfailures, Supabase confirmation emails (rate-limited / team-restricted by default on newer Supabase projects) and the per-user model API key gating