Demo page changes:
- Reddit-style vote arrows on left (orange upvote, blue downvote)
- More realistic governance proposals (treasury, moderation, research, security, town halls)
- Prominent color-coded vote states and confirmation flow
- Cleaner card layout with progress bars
Homepage ELI5 section:
- Three distinct colored cards (orange/blue/purple) for each mechanism
- Icon badges for visual hierarchy
- Clearer explanations with emphasized takeaways
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Adds a succinct "rVote in 30 Seconds" section after the hero that explains:
- Quadratic voting (exponential credit cost)
- Reddit-style ranking (upvote/downvote)
- Time-delayed vote decay (30-60 days)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Set all 3 proposals to similar starting scores (43, 44, 45)
- All proposals start in ranking stage (no pre-promoted)
- Sort proposals by score so rankings visually reorder
- Add rank numbers (#1, #2, #3) to each proposal card
- Hide voting stage section until a proposal is promoted
- Users can now easily see their votes change the order
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Replace dialog-based vote weight selector with inline incrementing
- Click up/down arrows to add votes, cost updates in real-time
- Score badge shows preview (current → new) while pending
- Small confirm/cancel buttons appear below pending votes
- Same UX for both VoteButtons component and demo page
- More intuitive and immediate feedback
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Update title from "Quadratic Voting" to "Quadratic Proposal Ranking"
- Update description to emphasize backlog prioritization
- Update keywords for better SEO
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Change "Quadratic Voting" to "Quadratic Proposal Ranking"
- Keep terminology consistent across the site
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Update terminology from "Quadratic Ranking" to "Quadratic Proposal Ranking"
- More descriptive naming that emphasizes proposal prioritization
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Rename "Quadratic Voting" to "Quadratic Ranking" throughout
- Update headline to "Democratic Backlog Prioritization"
- Add rSpace ecosystem branding and color scheme
- Apply cyan/teal primary colors using oklch format
- Add gradient backgrounds and decorative elements
- Focus messaging on backlog prioritization vs voting mechanism
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add traefik.docker.network=traefik-public label
- Remove TLS requirement (handled by Cloudflare)
- Use only web entrypoint
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Initialize backlog.md for task tracking
- Add task-1: Deploy rVote.online with demo and explainer pages
- Document completed work and pending deployment steps
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Complete implementation of a Reddit-style proposal ranking system with:
- Quadratic voting with credit decay (10 credits/day, 30-60 day decay)
- Two-stage voting: Ranking (quadratic) → Pass/Fail (time-boxed)
- Auto-promotion at score ≥100 to 7-day voting period
- NextAuth.js authentication with email/password
- PostgreSQL database with Prisma ORM
- shadcn/ui components with Tailwind CSS
- Docker configuration for deployment
Features:
- User registration/login with credit system
- Proposal creation, editing, deletion
- Upvote/downvote with quadratic cost (weight² credits)
- Vote decay returning credits over time
- Pass/fail voting with Yes/No/Abstain
- User profile with voting history and credit tracking
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>