Commit Graph
17 Commits
Author SHA1 Message Date
Akhileshrangani4 13a1816ed9 chore: update db worker script 2024-11-25 16:09:29 -05:00
Akhileshrangani4 34994a8c69 refactor(api): remove AI worker, add ai api route, add usage tiers
- Remove separate AI worker service
- Added generation limits:
  FREE: 1000/month (For the beta version)
  PRO: 500/month
  ENTERPRISE: 1000/month
- Integrate AI functionality into main API routes
- Added monthly generations reset and usage tier upgrade API routes
- Upgrade tier page to be added along with profile page section
2024-11-25 15:47:57 -05:00
Akhileshrangani4 e9f03d52fd feat: user avatar images
- added user avatars for each user
- it will fetch user images from github or google and if there is no image then it will show initials
2024-11-10 23:40:10 -05:00
Akhileshrangani4 90bfdec58a feat: schema updates
- added additional items to users and sandbox tables
- added a random username generator
2024-11-10 22:25:15 -05:00
Ishaan Dey 8e49fed48b fix new user error + add wrangler.toml examples 2024-05-22 20:06:16 -07:00
Ishaan Dey 47ce5db223 add ai generations limit + random bug fixes 2024-05-05 16:51:30 -07:00
Ishaan Dey a084ecd6c7 improve share logic 2024-05-01 08:20:08 -04:00
Ishaan Dey 66a76eb0f9 sql schema update + start share logic 2024-05-01 01:29:16 -04:00
Ishaan Dey c171cb580e add users-to-sandboxes relation 2024-05-01 00:08:10 -04:00
Ishaan Dey d941e2c056 add sonner + project creation working 2024-04-27 16:22:35 -04:00
Ishaan Dey f4c3d43b87 update schema + working sandbox creation route 2024-04-24 02:22:06 -04:00
Ishaan Dey ffee1b60c7 fix worker + start create modal with logic 2024-04-23 01:53:37 -04:00
Ishaan Dey 54617877f9 split db and storage workers 2024-04-22 00:30:50 -04:00
Ishaan Dey 64fda58679 change folder name database -> worker 2024-04-21 23:09:37 -04:00
Ishaan Dey 14d95eb8fe improve backend logic 2024-04-21 22:55:49 -04:00
Ishaan Dey 19c2992824 fix db relations + display sandboxes on dash 2024-04-18 00:13:40 -04:00
Ishaan Dey d8d639510c studio working 2024-04-16 19:06:23 -04:00