- replace api endpoints with server actions
- my books page
- save progress button at /[id] that saves current book progress to my books table
- edgestore -> cloudflare r2
- cta button to /books
- update pdf reader packages
- fix pdf reader
- separate books page to optimize home page
- abandon saving user filters in local storage, implement url params instead
- reset filters button
- debounce filters
- ai sdk v5
- use of ai sdk components where possible
- translate circled text feature
- drawing feature to be able to draw rectangle on certain text
- crop that image
- send to gpt-4o (if he can read images directly, research that)
- fix ai chat input behavior
- render markdown given by chatgpt responses correctly (bold text, italic text and other stuff)
- in explain dialog
- in ai chat
This is a Next.js project bootstrapped with create-next-app.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen 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 Inter, a custom Google Font.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
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.