MCPcopy Index your code
hub / github.com/Tameyer41/liftoff

github.com/Tameyer41/liftoff @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
57 symbols 111 edges 15 files 0 documented · 0% 3 cross-repo links
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Liftoff – AI-Powered Mock Interviews

Liftoff Interviews

Mock Interview Simulator with AI-Powered Feedback

Tyler Meyer's follower count Liftoff repo star count

Introduction · One-click Deploy · Tech Stack + Features · Author

Introduction

Liftoff is an interview preparation tool that provides AI feedback on your mock interviews.

One-click Deploy

You can deploy this template to Vercel with the button below:

Deploy with Vercel

You can also clone & create this repo locally with the following command:

npx create-next-app liftoff --example "https://github.com/Tameyer41/liftoff"

Tech Stack + Features

Landing Page

Interview Selection

Frameworks

  • Next.js – React framework for building performant apps with the best developer experience

Platforms

  • Vercel – Easily preview & deploy changes with git
  • Upstash - Serverless Data Platform (here using serverless Redis for rate limiting)

UI

  • Tailwind CSS – Utility-first CSS framework for rapid UI development
  • Framer Motion – Motion library for React to animate components with ease
  • ImageResponse – Generate dynamic Open Graph images at the edge
  • HeadlessUI - Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS

Code Quality

  • TypeScript – Static type checker for end-to-end typesafety
  • Prettier – Opinionated code formatter for consistent code style
  • ESLint – Pluggable linter for Next.js and TypeScript

Miscellaneous

How it all works

Liftoff uses FFmpeg to transcode the raw video into MP3. Chrome, Safari, and Firefox all record with different codecs, and FFmpeg is great for standardizing them.

We then send the audio directly to be transcribed by OpenAI's Whisper endpoint, and then stream feedback from the edge using OpenAI's gpt-3.5-turbo.

Author

Extension points exported contracts — how you extend this code

ChatGPTMessage (Interface)
(no doc)
utils/OpenAIStream.ts
OpenAIStreamPayload (Interface)
(no doc)
utils/OpenAIStream.ts

Core symbols most depended-on inside this repo

e
called by 46
components/Gradient.js
update
called by 7
components/Gradient.js
setSize
called by 4
components/Gradient.js
classNames
called by 4
pages/demo.tsx
attachUniforms
called by 2
components/Gradient.js
setTopology
called by 2
components/Gradient.js
render
called by 2
components/Gradient.js
init
called by 2
components/Gradient.js

Shape

Method 30
Function 20
Class 5
Interface 2

Languages

TypeScript100%

Modules by API surface

components/Gradient.js37 symbols
utils/OpenAIStream.ts5 symbols
pages/demo.tsx5 symbols
pages/api/transcribe.ts1 symbols
pages/api/generate.ts1 symbols
pages/api/blocked.ts1 symbols
pages/_app.tsx1 symbols
next.config.js1 symbols
middleware.ts1 symbols
app/sitemap.ts1 symbols
app/page.tsx1 symbols
app/opengraph-image.tsx1 symbols

Used by 3 indexed graphs manifest dependencies, hub-wide

For agents

$ claude mcp add liftoff \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact