rowboat/apps/rowboatx
tusharmagar 023a65de45 Add agent selection and artifact management to RowboatX UI
- Implemented agent selection dropdown in the input area.
- Enhanced artifact management with loading, saving, and error handling.
- Added new API routes for fetching agent summaries and run details.
- Updated sidebar to display agents, configurations, and runs dynamically.
- Introduced theme selection options in the user navigation menu.
2026-01-16 12:05:33 +05:30
..
app Add agent selection and artifact management to RowboatX UI 2026-01-16 12:05:33 +05:30
components Add agent selection and artifact management to RowboatX UI 2026-01-16 12:05:33 +05:30
hooks UI setup 2026-01-16 12:05:33 +05:30
lib connecting the copilot to the UI 2026-01-16 12:05:33 +05:30
public first init of next.js proj 2026-01-16 12:05:33 +05:30
.gitignore first init of next.js proj 2026-01-16 12:05:33 +05:30
components.json first init of next.js proj 2026-01-16 12:05:33 +05:30
eslint.config.mjs first init of next.js proj 2026-01-16 12:05:33 +05:30
next.config.ts first init of next.js proj 2026-01-16 12:05:33 +05:30
package-lock.json UI setup 2026-01-16 12:05:33 +05:30
package.json UI setup 2026-01-16 12:05:33 +05:30
postcss.config.mjs first init of next.js proj 2026-01-16 12:05:33 +05:30
README.md first init of next.js proj 2026-01-16 12:05:33 +05:30
tsconfig.json first init of next.js proj 2026-01-16 12:05:33 +05:30

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.