Back to Docs

FAQ & troubleshooting

Quick answers on guest data, AI scope, sharing, indexing, and local development.

Short answers to frequent questions. For depth, open the topic’s full article on this board.

Guest vs account

Can I lose guest data? Yes—clearing browser storage or switching devices drops local boards.

When should I sign in? As soon as the project matters for more than a day or spans devices.

AI

Does the AI see my GitHub? Only if your deployment integrates it; default behavior is app-stored context plus what you paste.

Why was a suggestion wrong? Models guess—verify against your codebase and issue tracker.

Sharing & privacy

Are public links indexed? Assume no unless you confirm; many workbench-style URLs are noindex.

Where is data stored? Hosted: Supabase and vendor AI APIs as described in the live privacy policy.

Development

Why one vs two processes? npm run dev:local starts Vite and the local API together. The Supabase setup uses two terminals: Vite (npm start) plus vercel dev for the same API routes as production.

Support path

Use in-app Feedback or your deployment’s support channel for bugs not covered here. Keep reproduction steps and (sanitized) screenshots minimal and specific.