presenton/servers/nextjs
2025-07-28 17:45:11 +05:45
..
app feat(fastapi): adds an endpoint where you can use generated presentation as template and create new presentation 2025-07-28 17:45:11 +05:45
components fix(nextjs): sets ollama url on when llm changes to ollama to make sure llmconfig has ollama url 2025-07-27 01:56:30 +05:45
cypress test: add upload page component test 2025-05-11 02:16:53 +05:45
lib refactor (Nextjs): Unused files and function removed 2025-07-19 22:59:02 +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
presentation-layouts fix(layout): reduces scatter plot max to 20 from 100 2025-07-28 15:33:35 +05:45
public Initial: presenton 2025-05-10 19:57:24 +05:45
store feat(nextjs): Image edit with object fit & focal point added 2025-07-26 02:42:54 +05:45
types fix(nextjs+fastapi): adds invert in pptx picture box model, which when set inverts the image during export 2025-07-26 20:25:29 +05:45
utils fix(nextjs+fastapi): adds invert in pptx picture box model, which when set inverts the image during export 2025-07-26 20:25:29 +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 refactor(Nexjs): websocket removed 2025-07-20 20:29:02 +05:45
package-lock.json fix(nextjs): if element is svg convert it directly to png and pass opacity values in pptx picture model 2025-07-26 01:28:00 +05:45
package.json fix(nextjs): if element is svg convert it directly to png and pass opacity values in pptx picture model 2025-07-26 01:28:00 +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 feat(Nextjs): Fonts and meta data changed 2025-07-22 17:27:56 +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.