Back
Interior AI
Load previous page…
clean up
#interiorai db folder and add PRAGMA journal_mode=wal so no backup dbs get created anymore
count sendAbandonedCheckoutEmail.php
#interiorai gets about 1 sign up per 3 days, so 10 per month, so $390 in extra MRR so 5% extra
add honeypot to reduce people signing up as bots even passing through CAPTCHAs
#interiorai
move
#interiorai R2 to new US West bucket to speed up cause it's near Replicate and our VPS
catch iOS webhooks if user cancels (AUTO_RENEW_DISABLED) or cancels their cancellation (AUTO_RENEW_ENABLED)
#interiorai
make code to work with both Stripe and iOS cancel webhooks, Stripe sends webhook at period end cancel while iOS sends it when the plan cancels now, so use epoch_will_cancel_at to check if plan is still active, then add monthly credits for the yearly plan
#interiorai