Skip to content

yutori-ai/yutori-scout-vercel-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yutori Scout Vercel Template

Minimal public Next.js template for the Yutori Scout Vercel Marketplace listing.

This repo is intentionally small. It only proves that process.env.YUTORI_API_KEY is available to a deployed app and exposes a simple health route.

Files

  • app/page.tsx renders the configuration status and a masked preview of YUTORI_API_KEY
  • app/api/health/route.ts returns JSON with the current configuration state

Local development

pnpm install
cp .env.example .env.local
pnpm dev

Set YUTORI_API_KEY in .env.local if you want the page to render the ready state locally.

Deploy to Vercel

  1. Create a new Vercel project from this repository or from the Marketplace deploy URL.
  2. Add YUTORI_API_KEY as a project environment variable in Vercel.
  3. Deploy the project.
  4. Visit /api/health and confirm the JSON response shows "configured": true.

Marketplace docs

About

Minimal Next.js starter for Yutori Scout on Vercel Marketplace

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors