Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
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
{{ message }}
Rowee13
/
my-dev-deck
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
6
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Dev local
- #30
#30
Merged
Rowee13
merged 27 commits into
main
Rowee13/my-dev-deck:main
from
dev-local
Rowee13/my-dev-deck:dev-local
Copy head branch name to clipboard
Apr 15, 2026
Conversation
Commits
27
(27)
Checks
Files changed
Merged
Dev local
#30
Rowee13
merged 27 commits into
main
Rowee13/my-dev-deck:main
from
dev-local
Rowee13/my-dev-deck:dev-local
Copy head branch name to clipboard
Commits
Commits on Mar 6, 2026
chore: remove dependabot auto-PRs, keep security alerts only
Show description for 0c80c80
Rowee13
and
claude
committed
0c80c80
View commit details
Copy full SHA for 0c80c80
Browse repository at this point
feat: add customizable subdomain slug in project creation
Show description for 421e573
Rowee13
and
claude
committed
421e573
View commit details
Copy full SHA for 421e573
Browse repository at this point
Commits on Apr 14, 2026
docs: add demo account design
Show description for ae41ecb
Rowee13
and
claude
committed
ae41ecb
View commit details
Copy full SHA for ae41ecb
Browse repository at this point
docs: add demo account implementation plan
Show description for 55122fe
Rowee13
and
claude
committed
55122fe
View commit details
Copy full SHA for 55122fe
Browse repository at this point
feat(api): add isDemo flag to users
Rowee13
committed
4783f91
View commit details
Copy full SHA for 4783f91
Browse repository at this point
feat(api): expose isDemo on authenticated user
Show description for 6185351
Rowee13
and
claude
committed
6185351
View commit details
Copy full SHA for 6185351
Browse repository at this point
test(api): add jwt-cookie strategy isDemo coverage
Rowee13
committed
265b5fe
View commit details
Copy full SHA for 265b5fe
Browse repository at this point
feat(api): scaffold demo module
Rowee13
committed
1f72bf6
View commit details
Copy full SHA for 1f72bf6
Browse repository at this point
feat(api): add demo mode config
Rowee13
committed
0453daa
View commit details
Copy full SHA for 0453daa
Browse repository at this point
feat(api): add demo seeder registry
Show description for b80d140
Rowee13
and
claude
committed
b80d140
View commit details
Copy full SHA for b80d140
Browse repository at this point
refactor(api): drop unused DEMO_SEEDER symbol
Rowee13
committed
8679e4d
View commit details
Copy full SHA for 8679e4d
Browse repository at this point
feat(api): add BlockDemo decorator and guard
Show description for 523f499
Rowee13
and
claude
committed
523f499
View commit details
Copy full SHA for 523f499
Browse repository at this point
fix(api): make BlockDemoGuard fail-closed on missing auth
Show description for b937f3e
Rowee13
and
claude
committed
b937f3e
View commit details
Copy full SHA for b937f3e
Browse repository at this point
feat(api): add passwordless demo account endpoint
Show description for 66e3c04
Rowee13
and
claude
committed
66e3c04
View commit details
Copy full SHA for 66e3c04
Browse repository at this point
fix(api): address Task 7 review findings
Show description for 8839403
Rowee13
and
claude
committed
8839403
View commit details
Copy full SHA for 8839403
Browse repository at this point
Commits on Apr 15, 2026
feat(api): add DevInbox demo seeder
Show description for 76f6996
Rowee13
and
claude
committed
76f6996
View commit details
Copy full SHA for 76f6996
Browse repository at this point
test(api): tighten DevInboxDemoSeeder contract assertions
Show description for ebb74ca
Rowee13
and
claude
committed
ebb74ca
View commit details
Copy full SHA for ebb74ca
Browse repository at this point
feat(api): enforce 2-project cap for demo accounts
Rowee13
committed
9a170ca
View commit details
Copy full SHA for 9a170ca
Browse repository at this point
feat(api): add demo inject-test-email endpoint
Show description for 3d544d0
Rowee13
and
claude
committed
3d544d0
View commit details
Copy full SHA for 3d544d0
Browse repository at this point
feat(api): add demo cleanup cron
Rowee13
committed
80d3cea
View commit details
Copy full SHA for 80d3cea
Browse repository at this point
feat(api): surface demo expiresAt on /auth/me
Rowee13
committed
fb0cfda
View commit details
Copy full SHA for fb0cfda
Browse repository at this point
feat(web): add Try Demo button on login page
Rowee13
committed
8b75fb3
View commit details
Copy full SHA for 8b75fb3
Browse repository at this point
feat(web): add demo countdown banner
Show description for e187127
Rowee13
and
claude
committed
e187127
View commit details
Copy full SHA for e187127
Browse repository at this point
feat(web): demo cap indicators and inject-email button
Rowee13
committed
1339fe9
View commit details
Copy full SHA for 1339fe9
Browse repository at this point
refactor(api): shorten demo project slug to demo-<id>
Show description for 8dbbede
Rowee13
and
claude
committed
8dbbede
View commit details
Copy full SHA for 8dbbede
Browse repository at this point
refactor(web): promote demo banner to root layout
Show description for f923321
Rowee13
and
claude
committed
f923321
View commit details
Copy full SHA for f923321
Browse repository at this point
fix(web): make "Mark as Read/Unread" button text visible
Show description for 1f05708
Rowee13
and
claude
committed
1f05708
View commit details
Copy full SHA for 1f05708
Browse repository at this point
You can’t perform that action at this time.