presenton/servers/nextjs
sudipnext 21dca979ce feat: add image provider configuration and validation
- Updated LLMConfig interface to include IMAGE_PROVIDER and PIXABAY_API_KEY.
- Enhanced handleSaveLLMConfig to log the saving process and validate IMAGE_PROVIDER.
- Implemented image provider validation logic in hasValidLLMConfig to check for required API keys based on the selected provider.
- Modified start.js to read IMAGE_PROVIDER and PIXABAY_API_KEY from environment variables and include them in the user configuration setup.
2025-07-18 17:52:23 +05:45
..
app feat: add image provider configuration and validation 2025-07-18 17:52:23 +05:45
components feat: add image provider configuration and validation 2025-07-18 17:52:23 +05:45
cypress test: add upload page component test 2025-05-11 02:16:53 +05:45
data refactor!: use presenton docker codebase 2025-06-23 15:13:04 +05:45
hooks Initial: presenton 2025-05-10 19:57:24 +05:45
lib Initial: presenton 2025-05-10 19:57:24 +05:45
presentation-layouts feat(nextjs): Group layouts render feature added 2025-07-17 16:25:59 +05:45
public Initial: presenton 2025-05-10 19:57:24 +05:45
store feat(nextjs): Group layouts render feature added 2025-07-17 16:25:59 +05:45
types feat: add image provider configuration and validation 2025-07-18 17:52:23 +05:45
utils feat: add image provider configuration and validation 2025-07-18 17:52:23 +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
next-env.d.ts Initial: presenton 2025-05-10 19:57:24 +05:45
next.config.mjs feat(fastapi): adds slide assets generation, adds dict and schema processors, fix(nextjs): changes image and icon schema fields to __xxxxx__ 2025-07-17 06:38:02 +05:45
package-lock.json build(Nextjs): Zod version 4 in use & refactor(nextjs): layouts & schemas 2025-07-16 17:36:29 +05:45
package.json build(Nextjs): Zod version 4 in use & refactor(nextjs): layouts & schemas 2025-07-16 17:36:29 +05:45
postcss.config.mjs Initial: presenton 2025-05-10 19:57:24 +05:45
README.md Initial: presenton 2025-05-10 19:57:24 +05:45
tailwind.config.ts instrument-sans font added & export issue solved 2025-05-12 18:29:15 +05:45
tsconfig.json Initial: presenton 2025-05-10 19:57:24 +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.