Skip to content

felipetodev/share-job-post

Repository files navigation

This project generate a job post for you using AI.

sharejobpost

Features

  • Job description generation using Llama2 & Vercel AI SDK.
  • Url shortener with Upstash Redis.
  • Vercel edge functions with streaming and middleware redirect.

Running Locally

After cloning the repo, go to Replicate Provider and put your API key in a file called .env (same as .env.example). The Upstash API keys are not necessary; they are only used for sharing a job post and generating a unique URL for that post.

Finally, run the application in the command line and it will be available at http://localhost:3000.

pnpm dev