In today’s fast-paced professional world, the ability to communicate clearly, think critically, and respond effectively is crucial. ThinkInk is an AI-powered writing coach that helps you sharpen your professional writing, behavioral thinking, and critical reasoning—all within the simplicity of your terminal.
Whether you're preparing for a job interview, improving workplace communication, or just honing your writing skills, ThinkInk provides structured, real-world writing exercises to enhance your skills.
- Want to improve decision-making? The AI generates behavioral and critical thinking challenges to train your mind to respond effectively.
- Lack feedback on your writing? ThinkInk doesn’t just stop at writing; it analyzes your response and generates a detailed AI-powered feedback report in PDF format.
- Short on time? Unlike traditional writing courses, ThinkInk is designed for busy professionals—each session is short and actionable.
Before building ThinkInk, ensure you have the following installed:
- Go (latest version)
- Ollama
- Git
git clone https://github.com/digvijay-tech/ThinkInk.git
cd ThinkInk
Ensure all required Go modules are installed:
go mod tidy
Compile the project into an executable:
go build -o thinkink
ThinkInk relies on Ollama for AI responses. Make sure Ollama is running:
ollama serve &
If you haven't downloaded an AI model yet, install one with:
ollama pull mistral
To start the application, run:
./thinkink
Once running, follow the prompts to select a writing exercise, type your response, and receive AI feedback. Your feedback will be saved as a PDF report on Desktop
.