Skip to content

alexandr-tk/inline-web

Repository files navigation

Inline

Think with AI. Don't write with it.
The Socratic writing tutor that refuses to write your essay.

Status License

About

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.

What is in this repository

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.

Tech stack

  • Vite 5 and React 18
  • TypeScript
  • Tailwind CSS
  • shadcn/ui (Radix UI primitives)
  • React Router
  • Embla Carousel

Local development

Prerequisites: Node.js 18+

git clone git@github.com:alexandr-tk/inline-web.git
cd inline-web
npm install
npm run dev

The dev server runs at http://localhost:8080.

Scripts

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

Project structure

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

License

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.

Contact

Alex Tkachyov, founder · LinkedIn

Partnership and institutional licensing inquiries: hello@inlinetutor.com

About

Public web client for Inline, a writing feedback system for college and high school students.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors