Skip to content

feat: add 404-job-not-found#16

Open
remicku wants to merge 1 commit intoRiminder:masterfrom
remicku:team/remi-ai
Open

feat: add 404-job-not-found#16
remicku wants to merge 1 commit intoRiminder:masterfrom
remicku:team/remi-ai

Conversation

@remicku
Copy link
Copy Markdown

@remicku remicku commented Apr 23, 2026

Team Submission

App name: Remi AI
Team name: 404-job-not-found
Folder: 404jobnotfound-remi-ai

Checklist

  • My app folder is at the repository root
  • app.json is present and valid
  • app.json slug matches the folder name
  • .env.example lists all required environment variables
  • README.md explains what the app does and how to run it
  • At least one preview image exists in assets/
  • No real secrets or API keys are committed
  • I have not modified files outside my team's folder
  • I have not modified any root-level or platform files

What does this app do?

Our app fetches a candidate profile and a job offer from HRFlow, creates a short interview session, generates exactly 3 questions tailored to both the candidate and the job, scores the answers, and produces a final report that shows:

  • the interview score computed by the app
  • the HRFlow profile-vs-job match score
  • strengths and concerns
  • a hiring recommendation

How to run

Run backend :

uv run --package backend uvicorn backend.main:app --reload --port 8000

Run frontend :

cd frontend
npm install
npm run dev

HrFlow.ai APIs used

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant