Boost what matters

Feature Requests

Submit feature requests and boost what you want to see next.

Feature Requests
#5213
Requested

LTS Maincloud

## Summary While Maincloud is not technically on a bleeding edge or nightly release cycle, the latest version is deployed immediately after a new SpacetimeDB release. Your only option to not upgrade to latest is to use Standalone or lock in an Enterprise deal for a private node. Each of these have issues: - Standalone -> Free, but doesn't scale - Enterprise -> Potentially costly, and overkill for most The logical conclusion for a vast majority of users is to use shared hosting, a-la Maincloud. It even comes with `SLA / Uptime Guarantees` if you're a Pro subscriber. ## The Issue I have no doubt that a lot of effort goes into this, but deploying new SpacetimeDB versions to Maincloud without any issue or bugs is a tall order- in fact, it's an impossible order. The new version is being deployed to thousands of modules, all on various runtime versions, and some functionality will be tested live for the very first time in unexpected ways. We can have 1,000 different smoke tests, but they will never handle all of the edge-cases. This has, and will continue to lead to disruptions to Maincloud customers. If your app or game has paying customers, this type of disruption is not acceptable. Playing devils advocate- some would even argue that these types of disruptions indicate that Maincloud is not a production-ready environment. ## Proposal Similar to [#5204](https://github.com/clockworklabs/SpacetimeDB/issues/5204) and its related [feature request](<https://spacetimedb.com/features/requests/38>) I would love to see a LTS Maincloud instance that is fixed to a specific stable build. `spacetime publish <module_name> --lts` This would prevent new Maincloud version deploys (and bugs) from disrupting production applications deployed on LTS Maincloud, giving potential start-ups and businesses peace of mind knowing their backend infra is stable. ## Challenges I acknowledge this comes with many challenges, so I am looking for feedback and replies in the github thread: - Does current maincloud transition to LTS or Latest? - Maincloud will need module migration tool to go from server to server - Can you only migrate your module from LTS to Latest and not the other way around? - At what interval is the LTS version updated? What type of key milestones indicate a version bump? - What type of deploy/patches are allowed on LTS? Bugfixes only? What about QoL? - What should be the default Maincloud publish functionality, LTS or Latest? Happy to hear your thoughts. Let's have a discussion.

355,104TeV
from 7 boosters
#5205
Requested

Improved SpacetimeAuth Web UX

# Improved SpacetimeAuth Web UX ## Summary I’d like to request improvements to the SpacetimeAuth web login experience, especially for apps using third-party providers like Google and Discord. ## Issues ### 1. Extra authorization step The current identity-provider flow appears to require these steps: 1) Click login button on app 2) Click “Login with Google/Discord/etc.” 3) Click authorize with the provider 4) Click “Authorize Application” That fourth step is confusing for new users because they feel they already authorized the login provider. Ideally, third-party auth would only require selecting the provider and approving the provider login. If the extra step is required for technical reasons, the page should more clearly explain what is being authorized and why. ### 2. Login screen polish Play testers said the SpacetimeAuth login page looked somewhat “sketchy,” especially when only Google and Discord providers are available and email login is not enabled. A few CSS/layout improvements would help it feel more trustworthy and consistent with the polish of the main SpacetimeDB website. ### 3. Embedded login option It would be super helpful to support embedding the provider selection directly inside an app, similar to Firebase Auth, instead of requiring a redirect away from the page. ### 4. Role management Role management would still be useful, but it is lower priority for me because I already implemented a custom solution. ## Impact These changes would reduce login friction and improve trust for users trying apps built on SpacetimeDB, and prevent losing new players in the onboarding process. _Requested by [@doodlechaos](https://spacetimedb.com/@doodlechaos) via the SpacetimeDB site._

55,421TeV
from 3 boosters