suna/frontend
sharath eac741e867
feat(sentry): add Sentry integration for error tracking and monitoring
2025-05-27 08:35:31 +00:00
..
public feat: add SSR SEO meta and dynamic OG public agent replay pages 2025-05-12 14:50:23 +02:00
src feat(sentry): add Sentry integration for error tracking and monitoring 2025-05-27 08:35:31 +00:00
.env.example closeable false 2025-04-24 06:03:24 +01:00
.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 docker updates 2025-04-26 01:09:16 +01:00
README.md :Merge branch 'main' into pr/ravisojitra/301 2025-05-17 21:11:53 +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(sentry): add Sentry integration for error tracking and monitoring 2025-05-27 08:35:31 +00:00
package.json feat(sentry): add Sentry integration for error tracking and monitoring 2025-05-27 08:35:31 +00:00
postcss.config.mjs wip: rework attachments 2025-05-07 22:55:03 +02:00
tsconfig.json wip: rework attachments 2025-05-07 22:55:03 +02:00

README.md

Suna frontend

Getting Started

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Learn More

To learn more about Next.js, take a look at the following resources:

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.