Winted Node is an AI-powered full-stack note-taking app designed for students.
It’s more than just a note app — it understands your notes, generates quizzes, answers questions, and gives personalized advice using LLaMA 3.
-
✍️ Smart Note Creation
Create, edit, and manage your notes with ease. -
🤖 AI Assistant (LLaMA 3)
Ask questions based on your selected note and receive helpful advice. -
🧪 Quiz Generator
Automatically generate quizzes from your notes. -
📊 Feedback System
Get custom advice based on your quiz answers to improve your learning. -
🔐 Secure User Data
All user info is hashed for privacy and safety.
- Frontend: Nuxt.js, Tailwind CSS
- Backend: Node.js, Prisma, MySQL
- AI Integration: LLaMA 3, Prompt Engineering
- Security: Hashed User Info (Middleware layer)
Make sure to install dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun installStart the development server on http://localhost:3000:
# npm
npm run dev
# pnpm
pnpm dev
# yarn
yarn dev
# bun
bun run devBuild the application for production:
# npm
npm run build
# pnpm
pnpm build
# yarn
yarn build
# bun
bun run buildLocally preview production build:
# npm
npm run preview
# pnpm
pnpm preview
# yarn
yarn preview
# bun
bun run previewCheck out the deployment documentation for more information.