You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quests.dev currently lacks built-in support for Supabase as a database + authentication integration. This limits real-world app scaffolding and forces developers to wire it in manually.
Expected Behavior
Supabase should be available as a selectable backend option.
Core features like auth, database queries, and storage should be scaffolded automatically.
Actual Behavior
Users must manually configure Supabase in every quest project.
No out-of-the-box examples for Supabase usage.
Suggested Fix
Add Supabase SDK integration into quest scaffolding.
Provide prebuilt examples for:
User authentication (sign-up, login, password reset).
Row-level security & database queries.
File storage with signed URLs.
2. Missing Git Integration
Description
Quest projects do not automatically integrate with Git for version control and collaboration.
Expected Behavior
New quests should initialize a Git repository automatically.
File edits should be tracked with commit history.
Optional integration with GitHub/GitLab for remote sync.
Actual Behavior
Users must manually set up Git inside every quest workspace.
No built-in version history, diffs, or commit tracking.
Suggested Fix
Auto-init a Git repo when creating a new quest.
Add commands for common Git operations (commit, branch, push).
Provide optional GitHub app integration for PRs/issues directly from quests.dev.
This discussion was converted from issue #11 on September 12, 2025 15:20.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
1. Missing Supabase Support
Description
Quests.dev currently lacks built-in support for Supabase as a database + authentication integration. This limits real-world app scaffolding and forces developers to wire it in manually.
Expected Behavior
Actual Behavior
Suggested Fix
2. Missing Git Integration
Description
Quest projects do not automatically integrate with Git for version control and collaboration.
Expected Behavior
Actual Behavior
Suggested Fix
Beta Was this translation helpful? Give feedback.
All reactions