◆ @AIatMeta's Llama 3.1 405B for the LLM
◆ @togethercompute's inference (AI API)
◆ @codesandbox's sandpack for the code sandbox
◆ @nextjs w/ tailwind & typescript
◆ @helicone_ai for AI observability
◆ @PlausibleHQ for analytics
150,000 people created accounts on roomGPT since I required accounts auth 4 days ago 🤯
Here's how I added auth and got the word out about roomGPT:
To add auth to roomGPT, I used:
◆ @nextauthjs for authentication with OAuth (Google)
◆ @neondatabase to store user info (name, email)
◆ @upstash redis to limit folks to 3 generations / day
The traffic to roomGPT started from Twitter since I tweeted about it a few times, then several popular LinkedIn, Facebook, and Instagram posts took over.
One specific instagram reel from @beebomco went viral with millions of views and 220k likes which drove a lot of traffic.
Just added authentication and rate limiting to one of my side projects, restorephotos.io!
I average 8,000 visitors a day to this site so curious to see how traffic changes now that folks are required to login with Google to use it.
More on the tech, code, and visitors:
In the last month, it's gotten 200k unique visitors and averages around 8,000 visitors a day.
Will report back with how visitors are impacted tomorrow now that there's auth required + limited generations (5/day).
So far 65 people have made an account in the last 20 minutes.
For anyone curious about the tech and code, I used:
- @nextauthjs for authentication with OAuth (Google)
- @neondatabase to store user info (name, email)
- @upstash redis to limit folks to 5 generations / day