Inline is a writing feedback system for college and high school students. It asks Socratic questions about a draft. It never writes essay text for the user. The model is trained on graded student work paired with faculty feedback, collected under IRB approved research with explicit written consent.
This repository contains the public marketing site at https://inlinetutor.com.
Project status (May 2026): IRB protocol submitted at Lafayette College. Data collection begins Fall 2026 across partner institutions in the Lehigh Valley. Trained model expected Spring 2027.
The public web client only. It contains the marketing site, the sample feedback demo, and the FAQ page.
The training pipeline, model weights, IRB documents, and consent infrastructure live in separate private repositories.
- Vite 5 and React 18
- TypeScript
- Tailwind CSS
- shadcn/ui (Radix UI primitives)
- React Router
- Embla Carousel
Prerequisites: Node.js 18+
git clone git@github.com:alexandr-tk/inline-web.git
cd inline-web
npm install
npm run devThe dev server runs at http://localhost:8080.
| Command | Description |
|---|---|
npm run dev |
Start the dev server |
npm run build |
Production build to dist/ |
npm run preview |
Preview the production build locally |
npm run lint |
Lint with ESLint |
src/
├── components/ Page sections (Hero, Pricing, etc.)
│ └── ui/ shadcn primitives
├── pages/
│ ├── Index.tsx Home page
│ ├── FAQ.tsx Frequently asked questions
│ └── NotFound.tsx
├── hooks/
├── lib/
└── App.tsx
Copyright © 2026 Inline. All rights reserved.
This software is proprietary. Unauthorized copying, distribution, or modification is prohibited. The repository is public for portfolio and demonstration purposes.
Alex Tkachyov, founder · LinkedIn
Partnership and institutional licensing inquiries: hello@inlinetutor.com