Skip to content

Winted Node is an AI-powered note app for students. Write notes, ask questions based on them, generate quizzes, and get smart advice — all in one place. User info is hashed for full privacy. Powered by LLaMA.

Notifications You must be signed in to change notification settings

Amirbeek/Mindex-note-app

Repository files navigation

🧠 Wintext Note App

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.

🎥 Watch Demo Video


🚀 Features

  • ✍️ 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.


🛠️ Tech Stack

  • Frontend: Nuxt.js, Tailwind CSS
  • Backend: Node.js, Prisma, MySQL
  • AI Integration: LLaMA 3, Prompt Engineering
  • Security: Hashed User Info (Middleware layer)

📦 Setup

Make sure to install dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.

About

Winted Node is an AI-powered note app for students. Write notes, ask questions based on them, generate quizzes, and get smart advice — all in one place. User info is hashed for full privacy. Powered by LLaMA.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published