presenton/servers/nextjs
sudipnext 4c271170b5 feat: Add chat history management and asset generation features
- Introduced a new `ChatHistoryMessageModel` to persist chat messages in the database.
- Implemented a migration script to create the `chat_history_messages` table.
- Enhanced chat services to support storing and retrieving chat history.
- Added functionality for generating multiple media assets in a single API call.
- Updated the chat UI to display assistant activities and tool usage more effectively.
- Refactored API calls to use absolute URLs for better reliability.
2026-04-26 13:12:50 +05:45
..
app feat: Add chat history management and asset generation features 2026-04-26 13:12:50 +05:45
components feat: Add chat history management and asset generation features 2026-04-26 13:12:50 +05:45
cypress test: add upload page component test 2025-05-11 02:16:53 +05:45
lib feat: update placeholder image references and improve asset handling 2026-04-18 20:56:37 +05:45
models feat(nextjs): adds basic slide scraper endpoint, feat(fastapi): adds presentation export endpoint and pptx creator service 2025-07-18 08:16:35 +05:45
public refactor: Update Onboarding UI 2026-04-16 19:00:24 +05:45
store feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
types feat: integrates llmai instead of using old llm client and tool call handlers 2026-04-23 11:42:15 +05:45
utils feat: Add chat history management and asset generation features 2026-04-26 13:12:50 +05:45
.codex refactor: Improve Mix panel events 2026-04-16 12:59:14 +05:45
components.json Initial: presenton 2025-05-10 19:57:24 +05:45
cypress.config.ts test: add upload page component test 2025-05-11 02:16:53 +05:45
middleware.ts refactor: streamline authentication handling and remove deprecated components, enhancing session management in Next.js middleware 2026-04-22 12:43:17 +05:45
next-env.d.ts feat(nextjs): Timer added in Each layout convert 2025-08-09 20:00:00 +05:45
next.config.mjs refactor: reduces images size to around 2.5gb 2026-04-21 17:43:07 +05:45
package-lock.json feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
package.json feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
postcss.config.mjs feat(nextjs): Header added on custom layout and layout preview 2025-08-02 15:30:56 +05:45
README.md Initial: presenton 2025-05-10 19:57:24 +05:45
tailwind.config.ts feat: update font usage across components to include Syne and Unbounded, enhancing typography consistency 2026-03-04 11:44:10 +05:45
tsconfig.json refactor: reduces images size to around 2.5gb 2026-04-21 17:43:07 +05:45
tsconfig.tsbuildinfo Refactor code structure and remove redundant changes in multiple sections 2026-04-16 13:33:21 +05:45

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.