suna/frontend
sharath 951f8784ee
Merge branch 'main' into migrate/poetry-to-uv
2025-06-23 14:38:01 +00:00
..
public feat: add SSR SEO meta and dynamic OG public agent replay pages 2025-05-12 14:50:23 +02:00
src fix: workflow text-area input fix 2025-06-23 19:19:50 +05:30
.env.example feat: feature flags using redis 2025-06-05 13:00:44 +05:30
.gitignore feat(sentry): add Sentry integration for error tracking and monitoring 2025-05-27 08:35:31 +00:00
.prettierignore wip: rework attachments 2025-05-07 22:55:03 +02:00
.prettierrc wip: rework attachments 2025-05-07 22:55:03 +02:00
Dockerfile feat(sentry): enhance Sentry integration with user tracking and error handling improvements 2025-05-27 10:04:17 +00:00
README.md migrate: switch to uv from poetry 2025-06-15 17:43:21 +00:00
components.json wip: rework attachments 2025-05-07 22:55:03 +02:00
eslint.config.mjs wip: rework attachments 2025-05-07 22:55:03 +02:00
next.config.ts feat(sentry): add Sentry integration for error tracking and monitoring 2025-05-27 08:35:31 +00:00
package-lock.json feat: workflows frontend 2025-06-12 18:57:27 +05:30
package.json feat: workflows frontend 2025-06-12 18:57:27 +05:30
postcss.config.mjs wip: rework attachments 2025-05-07 22:55:03 +02:00
test-new-format.js chore(dev): refactor xml tools 2025-05-28 17:37:54 +05:30
tsconfig.json wip: rework attachments 2025-05-07 22:55:03 +02:00

README.md

Suna frontend

Getting Started

Run the development server:

npm run dev

Build for production:

npm run build

Run the production server:

npm run start