39 Commits

Author SHA1 Message Date
Akhileshrangani4
426af545bd feat: integrate template awareness into AI assistant
- Add template configurations with file structures and conventions
- Update AI route handler to include template context in system messages
- Pass template type through AIChat component
- Add template-specific run commands
- Enhance AI responses with project structure knowledge
- Move hardcoded run commands from navbar/run.tsx to templates/index.ts

This improves the AI's understanding of different project templates (React, Next.js, Streamlit, Vanilla JS) and enables more contextual assistance based on the project type.
2024-11-25 15:51:28 -05:00
omar rashed
4db378b5f1 feat: add PHP template 2024-11-24 22:30:22 -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
omar rashed
10104c31b9 fix: prepare zip file on the backend when exporting a project 2024-11-16 22:00:19 -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
James Murdza
5a63ab7265 feat: load project templates from custom E2B sandboxes instead of from Cloudflare 2024-11-02 13:28:48 -06:00
omar rashed
9197050ca3 feat: add name of the project 2024-11-02 05:55:50 -06:00
omar rashed
60c5345753 feat: add download button 2024-11-02 05:55:31 -06: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
8ae166fef4 fix: close the terminal opened with run button 2024-10-03 06:29:21 -07:00
Akhileshrangani4
bbd47db467 chore: start to dev 2024-08-28 19:45:35 -07:00
Akhilesh Rangani
f1a65106b0 feat: different run commands based on file types 2024-08-19 17:45:47 -07:00
James Murdza
c674c0cab6 fix: uncomment Dokku deployment code 2024-08-18 07:16:59 -07:00
Akhilesh Rangani
61235551d3 feat/ui: deploy button popover 2024-08-17 23:08:11 -04:00
James Murdza
86db64a83b Deploy to Dokku when the deploy button is clicked. 2024-08-09 16:45:17 -07:00
James Murdza
d4c65ad1a3 Reload the live preview when the app is restarted. 2024-08-09 16:44:41 -07:00
James Murdza
6a31161c0a Start development server when run button is clicked. 2024-07-31 17:49:59 -07:00
Akhilesh Rangani
051bf1164a feat: add deploy button 2024-07-23 17:30:49 -04:00
Akhilesh Rangani
deb32352fb feat: add run button 2024-07-23 17:30:35 -04:00
Ishaan Dey
c8a2e3200a minor changes + package updates 2024-05-26 21:41:20 -07:00
Ishaan Dey
6376493ae7 dynamic worker routes based on env 2024-05-26 18:37:36 -07:00
Ishaan Dey
9bb5ed1517 fix loading state 2024-05-11 18:13:01 -07:00
Ishaan Dey
12e8051673 shared user restrictions + cleanup console logs 2024-05-07 22:40:59 -07:00
Ishaan Dey
4e42555887 refactor terminal logic + state variables. temporarily break terminal 2024-05-06 22:59:49 -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
d3698b9a50 updating logic 2024-05-01 02:28:39 -04:00
Ishaan Dey
e23b38875e unsharing logic 2024-05-01 02:22:02 -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
ed23617b23 avatar component 2024-04-30 23:34:44 -04:00
Ishaan Dey
260de4f3b5 add edit + share modals 2024-04-30 22:48:36 -04:00
Ishaan Dey
1b6bd01989 sandbox data route + cosmetic changes 2024-04-27 00:28:00 -04:00
Ishaan Dey
5f5125cccd correct user button in editor 2024-04-18 15:32:27 -04:00
Ishaan Dey
a838241ac3 refactor folder 2024-04-16 17:18:51 -04:00