Idea
Single Chatbot that help users to chat with best AI providers, such as OpenAI, DeepSeek, Claude, Mistral and Meta.
What we need
- Xcode
- AWS
- API Keys
- Auth setup
- Dynamo DB
- API Gateway
- Lambda
Logo

Started on January 3, 2025
Status: In-progress
Democratize LLM's and access all through single application
Single Chatbot that help users to chat with best AI providers, such as OpenAI, DeepSeek, Claude, Mistral and Meta.
I have earlier implemented everything on AWS , but now switching to Supabase, due to the need to include web
Supabase is extermely efficient for quick prototype.
Use AWS Amplify for Authenticating users, through various methods
Once Authenticated, users can access free resources, like GPT 3.5 for few tasks with certain limits, Pro plans will have unlimited access to all other models.
Setup AWS Gateway with Post method that can take a payload and send it a lambda only for AWS IAM users, that are authenticated earlier.
Lambda will use different API keys from Secret Manager, to run the API calls with different providers and share the response back to the API Gateway.
To reduce Lambda spin up time (latency), we will trigger lambda every 5 mins using AWS Event Bridge.
Extract user information such as email/ unique ID from Cognito , along with the purchase plan information from Revenue Cat and store in AWS Dynamo DB depending on the type of user.
When the API call is made from the client, ensure Lambda checks the user requests against the limits and reject additional API calls.