61 Commits

Author SHA1 Message Date
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
b796f46dc2 fix: comment out live collaboration features 2024-11-17 22:08:26 -05:00
Akhilesh Rangani
062e8d9226 chore: format frontend code 2024-11-17 12:43:13 -05:00
Akhileshrangani4
f2f394d245 fix: type errors, shared page avatars and project icons 2024-11-11 13:05:51 -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
Hamzat Victor
9546d4ad7b Merge branch 'main' of https://github.com/Code-Victor/sandbox into feat/light-theme 2024-10-23 11:00:24 +01:00
Hamzat Victor
eb4e34cf10 feat: add light theme WIP 2024-10-23 10:51:50 +01:00
Akhilesh Rangani
6fb1364d6f chore: format frontend code 2024-10-21 13:57:45 -06:00
Akhileshrangani4
a353863523 fix: ghost terminals, spam HTTP requests on dashboard 2024-09-16 11:13:36 -04:00
Akhilesh Rangani
2da60ff4e4 fix: only one socket connection via socketcontext 2024-08-23 20:09:54 -04:00
James Murdza
e8a3944b9e Merge branch 'refs/heads/feat/dokku' into production
# Conflicts:
#	frontend/app/layout.tsx
2024-07-31 18:18:38 -07:00
James Murdza
2e68b0b537 Merge branch 'refs/heads/feat/run-deploy-buttons' into feat/dokku
# Conflicts:
#	backend/server/package-lock.json
#	backend/server/src/index.ts
#	frontend/components/editor/index.tsx
#	frontend/components/editor/navbar/deploy.tsx
#	frontend/components/editor/navbar/index.tsx
2024-07-27 08:24:40 -04:00
Akhilesh Rangani
deb32352fb feat: add run button 2024-07-23 17:30:35 -04:00
James Murdza
08d562ee54 chore: remove unused variable reactDefinitionFile 2024-07-17 10:49:58 -04:00
James Murdza
1c860bd4d9 Add PostHog. 2024-07-14 06:00:03 -04:00
James Murdza
94df975842 chore: remove unused variable reactDefinitionFile 2024-07-04 20:18:36 -04:00
Ishaan Dey
c8a2e3200a minor changes + package updates 2024-05-26 21:41:20 -07:00
Ishaan Dey
089ab2b1df add private functionality 2024-05-26 19:02:47 -07:00
Ishaan Dey
6376493ae7 dynamic worker routes based on env 2024-05-26 18:37:36 -07:00
Ishaan Dey
6285a68102 improve copilot + fix minor bugs 2024-05-26 18:04:43 -07:00
Ishaan Dey
fbb98ac3b0 revert to local hosting 2024-05-26 17:28:52 -07:00
Ishaan Dey
010a4fec59 improve starting server logic 2024-05-26 12:18:09 -07:00
Ishaan Dey
08a898a82a add date display 2024-05-25 01:24:13 -07:00
Ishaan Dey
30e1c39d6c type fixes 2024-05-23 23:52:30 -07:00
Ishaan Dey
218afd4fe0 services logic 2024-05-23 01:35:08 -07:00
Ishaan Dey
f35e5debff small changes 2024-05-22 19:35:19 -07:00
Ishaan Dey
a3dd0d6598 small changes 2024-05-20 09:49:47 -07:00
Ishaan Dey
509669ea30 fix propagation 2024-05-16 21:45:19 -07:00
Ishaan Dey
aef8105bb0 working orchestrator 2024-05-13 13:22:11 -07:00
Ishaan Dey
18aca540cc re-organize files + setup more orchestration logic 2024-05-12 02:10:31 -07:00
Ishaan Dey
9bb5ed1517 fix loading state 2024-05-11 18:13:01 -07:00
Ishaan Dey
32a8413ca1 add analytics 2024-05-09 00:56:30 -07:00
Ishaan Dey
12e8051673 shared user restrictions + cleanup console logs 2024-05-07 22:40:59 -07:00
Ishaan Dey
9d288f580d start disable modal ui + logic 2024-05-07 21:19:32 -07:00
Ishaan Dey
beab0f7845 add tab scrolling 2024-05-07 00:16:02 -07:00
Ishaan Dey
4e42555887 refactor terminal logic + state variables. temporarily break terminal 2024-05-06 22:59:49 -07:00
Ishaan Dey
c5762d430c update dockerfile env logic & deploy database cf worker 2024-05-05 22:33:24 -07:00
Ishaan Dey
09ead6073b ui + shared user improvements 2024-05-05 14:33:09 -07:00
Ishaan Dey
5ae5c226ba ui improvements 2024-05-05 00:06:10 -07:00
Ishaan Dey
17af48fe2c working basic live collab 2024-05-03 14:58:56 -07:00
Ishaan Dey
a18bcf9c14 mostly done liveblocks integration 2024-05-03 14:27:45 -07:00
Ishaan Dey
0f1654e3dd start liveblocks integration 2024-05-03 13:53:21 -07:00
Ishaan Dey
dc6e5e4cbe improve generate hint 2024-05-02 15:25:24 -07:00
Ishaan Dey
a084ecd6c7 improve share logic 2024-05-01 08:20:08 -04:00
Ishaan Dey
1066638e92 shared with me page logic 2024-05-01 02:49:25 -04:00
Ishaan Dey
5ba1c03030 sharing logic 2024-05-01 01:53:49 -04:00
Ishaan Dey
66a76eb0f9 sql schema update + start share logic 2024-05-01 01:29:16 -04:00
Ishaan Dey
d941e2c056 add sonner + project creation working 2024-04-27 16:22:35 -04:00
Ishaan Dey
1b6bd01989 sandbox data route + cosmetic changes 2024-04-27 00:28:00 -04:00