Subscriptions, app widgets, open signup, invite for all users#597
Merged
Conversation
Any app can now be pinned as a home screen card. App widgets render as iframes (300px tall, sandboxed, lazy-loaded) so any app works — reminder, ping pong, a custom dashboard, whatever you build. Users select which apps to pin via the ⚙ gear panel under "App widgets". Stored in Account.Widgets (already existed, now wired to home). Two new built-in cards available via the gear panel: - Mail: shows 3 most recent threads with unread indicators - Web Search: inline search form that goes to /web Both are opt-in (not in default set) since they're user-specific. They render per-request (not cached) because mail depends on the session. Card preferences now has two sections: - Cards: toggle built-in cards (blog, news, markets, social, video, mail, web search) - App widgets: checkbox for each public app to pin as a card Account handler gains save_widgets POST — saves selected app slugs to Account.Widgets, redirects back to referrer.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Revenue
Home screen
Invite system
Fixes
https://claude.ai/code/session_01GRGLA9yj7BpqKiyi6xFwnm
Generated by Claude Code