Kuiq

Let's upload your TypeScript function to the cloud 🪄

post a question about webhook https://github.com/supabase/supabase/discussions/10421

sent emails to users about updates on https://mailchi.mp/dc78acbcae37/kuiq-shows-a-deploy-error-message-to-know-where-to-fix

After spending a couple of hours...I finally beat some GitHub Actions problems 😭

post on IH https://www.indiehackers.com/product/kuiq/launch-on-product-hunt--NG8F4fMJkhVc0dCPxPR

Implement GitHub sign in

Secret login URL for closed-beta testing 😁
https://kuiq.io/login?mode=beta-test

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 🔥

Walter Jenkins

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

0 Likes
taishi (taishik.eth) Author

Thanks!

0 Likes

Supabase Realtime DB Sub saves my ass...

What I am doing is... 1. Updating DB on GitHub Actions 2. Listening to the changes on the browser and reflecting them on UI. (My GA is a mess with error handling 😂)

is getting close to the launch 🚀 So many things are going on when you hit the "Create a new API" button

foooo so many things going on on GitHub Actions

api deploy and DB updates 🥵

the user used to be able to create a function on LP but not anymore since I am updating whole process of generating API. Thus I update the LP for now

kuiq.io/

generated API URL by is changed! Now it has a api. subdomain

Ex) https://api.kuiq.io/demo

Soft launch on r/lowcode

https://www.reddit.com/r/lowcode/comments/y2mrun/how_to_create_an_api_with_typescript_and_host_it/

Show IH on r/indiehackers

https://www.reddit.com/r/indiehackers/comments/y2mbhw/show_ih_kuiq_convert_your_ts_function_to_an_edge/

create an LP of with a playground! and show a modal to let users register their emails

https://kuiq.io

redesign UI 🌟

https://kuiq.io/
taishi (taishik.eth) Author

@fajarsiddiq Yeah it's gonna be so cool I hope!

0 Likes
taishi (taishik.eth) Author

Thanks @fajarsiddiq ! Haha yeah Kuiq is like Deno Deploy. A Quick API Builder! You can try! You don't have to make a account or anything!

0 Likes