Add handoff usage feedback
Ask whether the first copied handoff was useful after the user has actually copied or marked it as used.
A public example project showing cards, decisions, knowledge and agent handoffs without requiring login or repository access.
This page uses pre-generated content. It does not call an AI provider and changes are not saved.
cards
decisions
knowledge records
complete handoffs
Each card keeps explicit links to decisions and knowledge that shape the handoff.
Ask whether the first copied handoff was useful after the user has actually copied or marked it as used.
Keep superseded decisions visible for history, but prevent them from being selected as active handoff context by default.
Make plan limits clear without implying project data is locked behind a paid tier.
Guide a new user from account creation to first useful handoff without asking for repository access too early.
Add social login while preserving email/password access, Auth.js sessions and the current account schema.
Implement social login using the existing Auth.js setup. Preserve email/password login and the current account schema. Do not introduce a new user table. Keep existing sessions backward compatible. Update or add integration tests covering both login paths. Return the diff and call out any auth migration risk.
Improve first-repository onboarding without asking for repository access before the user creates a project. Explain that Byoi creates one repository and stores project memory as Markdown. Do not introduce a tutorial wall before the first card. Instrument project_created, repository_connected, card_created, handoff_generated and handoff_copied. Keep all new visible strings in English and Portuguese.
The completed social login task recorded the result and turned a testing lesson into reusable project knowledge.
Learning from the completed auth card: include integration coverage for both legacy and new auth paths before marking the task done.
The same project memory remains readable as Markdown and JSON outside Byoi.
Create a real project when you are ready. Your cards, decisions and knowledge stay in your Git.
Start free