Pointer is a custom-built AI-powered productivity workspace designed for students, developers, and anyone who wants to work smarter, not harder. It combines AI tools, task management, and smart scheduling — all in one slick UI.
- AI Chat — Ask anything, brainstorm, study, or get advice.
- Essay Tools — Generate outlines, thesis statements, and full drafts.
- Essay Former — Turn a topic or idea into a fully-structured essay.
- Email Writer — Write clear, professional emails in seconds.
- Quiz Generator — Auto-generate quizzes from notes or topics.
- Explain Differently — Get explanations in multiple styles (simple, metaphor, TLDR).
- Answer Critic — Get AI feedback on your written answers or explanations.
- Coding Quiz — Practice coding concepts with auto-generated quizzes.
- Docs — Save and organize AI-generated content, notes, and files.
- Tasks — Track assignments, to-dos, and AI-generated subtasks.
- Calendar — AI-powered scheduling with study plans and reminders.
- Frontend: Next.js, TailwindCSS, Shadcn UI
- Backend: Node.js / API Routes / Serverless Functions
- AI: OpenAI / Groq LLMs
- Database: Supabase (optional)
- Auth (Optional): Clerk/Auth.js/etc
-/components → Reusable UI + logic -/pages → App routes (chat, tools, calendar, etc.) -/utils → AI helpers, prompt templates -/lib → API clients, DB access -/public → Static assets
# 1. Clone the repo
git clone https://github.com/itsyous2f/pointer.git
cd pointer-ai
# 2. Install dependencies
npm install
# 4. Run the dev server
npm run devMade with ❤️ by ME. --Note that this Readme was AI-generated.
