feat: E8 — Public Launch ## Goal Ship the product to the public — mark#272
Closed
fly-productivity-manager[bot] wants to merge 1 commit into
Closed
feat: E8 — Public Launch
## Goal
Ship the product to the public — mark#272fly-productivity-manager[bot] wants to merge 1 commit into
fly-productivity-manager[bot] wants to merge 1 commit into
Conversation
## Goal Ship the product to the public — mark [fly-dev run run_ac0e8c3bedff44488865751d63fdc082]
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
spooool | a7e008d | Jul 06 2026, 07:25 AM |
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
Everything is clean. Here's a summary of what was shipped for E8:
Delivered — E8 Public Launch
1. Community Guidelines page (
/legal/guidelines)SiteFooteron every page2. Beta invite system (new in
waitlist.ts+email.ts)POST /api/admin/invites— admin sends a time-limited (7-day) invite email to any email or waitlist entry; re-sending refreshes the token (idempotent upsert)GET /api/invite/:token— public endpoint to validate a token before showing the UIPOST /api/invite/:token/accept— marks invite used (called fire-and-forget after signup)buildInviteEmail/sendInviteEmailadded toemail.ts3. Invite acceptance page (
/invite/:token→InviteAccept.tsx)/signup?email=…&name=…&invite=…4. Signup pre-fill (
Signup.tsx)?email,?name, and?invitefrom URL params to pre-fill the form for invited usersPOST /api/invite/:token/accept(fire-and-forget, never blocks navigation)5. DB migration (
0035_invites.sql)invitestable with token, email, name, sent/accepted/expiry timestampsTo run the migration:
wrangler d1 migrations apply spooool-db --remoteTests
Opened automatically by fly-dev run run_ac0e8c3bedff44488865751d63fdc082.