- Username:
felirami - Purpose: Development and testing account
- Created: 2024
- Profile URL:
http://localhost:1337/felirami - Note: This is a test account for local development. Do not delete in production without creating a new test account first.
- Status: ✅ Active and accessible
- URL:
http://localhost:1337/dev - Purpose: Access any profile's dashboard without authentication
- How to use:
- Go to
http://localhost:1337/dev - Select a profile from the dropdown
- Click "Access Dashboard"
- You'll be taken to
/dev/dashboard/[username]where you can edit that profile
- Go to
- Example:
http://localhost:1337/dev/dashboard/felirami - Features: Full dashboard access without login
- Note: Only works in development mode (NODE_ENV !== 'production')
- Minimum username length: 5 characters
- Usernames can be changed from the dashboard
- Temporary usernames start with
temp_and are blocked from public access - Users are redirected to
/setup/usernameif they have a temporary username
- Local URL:
http://localhost:1337 - Database: PostgreSQL (required for all environments)
- Auth: Reown (WalletConnect) with social/email login
- Note: PostgreSQL is required even for local development. See README.md for setup options.
# Start dev server
npm run dev
# Database commands
npm run db:push # Push schema changes
npm run db:generate # Generate Prisma client
npm run db:studio # Open Prisma Studio- Test profile is available at
/felirami - Use this account to test profile pages, links, and UI
- Can sign in with any method (wallet, email, social) to test auth flow
- Username can be changed from dashboard (min 5 chars)
- Use
/devmenu to quickly access any profile's dashboard for testing