A demo of OpenAI o1 and Next.js, used to automate the import of user-provided contacts file.

npm i
# or
yarn
# or
pnpm i
You can use the db/schema.sql to setup your database.
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
npx inngest-cli@latest dev
Open http://127.0.0.1:8288 with your browser to see the Inngest DevServer.