adding a modal for a new feature
Send an email to let users know will be a paid tool
deploy the Stripe integration π
the total number of signed-up users of finally exceeded 1000
https://www.indiehackers.com/product/penelope-ai/after-1-month-my-project-got-over-1000-signed-up-users--NM2SSfdnmxpnVFs1PID
Did a twitch live coding β¨https://www.twitch.tv/videos/1674184343
Released Paraphrase AI - The paraphrasing tool for web content that wows
https://twitter.com/taishik_/status/1599606680341614592
https://paraphraseai.app/
https://paraphraseai.app/
post a question about webhook https://github.com/supabase/supabase/discussions/10421
create sitemap https://findaicareers.com/sitemap.xml
add an endpoint to add email to mail list
sent emails to users about updates on https://mailchi.mp/dc78acbcae37/kuiq-shows-a-deploy-error-message-to-know-where-to-fix
show deployment error! https://kuiq.io/
After spending a couple of hours...I finally beat some GitHub Actions problems π
made a chrome extension that shows the sentiment of each tweet in your timeline using GPT-3 πͺ https://twitter.com/taishik_/status/1589875302913966080
post on HN https://news.ycombinator.com/item?id=33484247
post on IH https://www.indiehackers.com/product/kuiq/launch-on-product-hunt--NG8F4fMJkhVc0dCPxPR
create the privacy policy page
kuiq.io/privacy-policy
sign up page is no need anymore so redirect to login page
Implement GitHub sign in
Secret login URL for closed-beta testing π
https://kuiq.io/login?mode=beta-test
https://kuiq.io/login?mode=beta-test
add API name validation
return 404 when requesting a non-existing endpoint
ex) https://api.kuiq.io/demo1
Finally figured out how to use proxy to Supabase Edge Functions on Next.js API route with http-proxy-middleware for π₯
I had a similar issue. This repo is really helpful. https://github.com/supabase/auth-helpers/blob/main/examples/nextjs/pages/api/protected-route.ts