No projects yet
Add DevicePeek to a project once and it shows up here by itself, with no URL to type.
npm install -D devicepeek
Then in that project's Vite config:
import devicepeek from "devicepeek/vite";
export default {
plugins: [devicepeek()],
};
Start its dev server and it appears in this list. Not on Vite? Register it once:
npx devicepeek register --url http://localhost:3000
Run npx devicepeek on this machine to see your registered projects here.