suna/frontend
Soumyadas15 60b12a75d1 Merge branch 'sidebar' into feat/ux 2025-05-15 23:56:00 +05:30
..
public feat: add SSR SEO meta and dynamic OG public agent replay pages 2025-05-12 14:50:23 +02:00
src Merge branch 'sidebar' into feat/ux 2025-05-15 23:56:00 +05:30
.env.example closeable false 2025-04-24 06:03:24 +01:00
.gitignore add models, better logs 2025-04-24 12:46:22 +01: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 landing, frontend wip 2025-04-15 18:20:27 +01: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 wip: rework attachments 2025-05-07 22:55:03 +02:00
package-lock.json run, thread_run, response processor, raise errs properly 2025-05-10 03:58:57 +02:00
package.json run, thread_run, response processor, raise errs properly 2025-05-10 03:58:57 +02: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

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

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

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

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

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

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.