Changelog¶
!!! info "TL;DR" Canviq launched in February 2026 with core feedback submission, voting, commenting, roadmap views, survey builder, MCP server for AI agents, GitHub integration, and 8-language support.
v0.1.0-beta (February 2026)¶
Launch Release
Core Feedback System¶
- Submission management: Users can submit ideas and problems, vote on submissions, and track status changes
- Commenting: Threaded comments with official team responses (badged)
- Public roadmap: Kanban and list views with status filtering (Open, Under Review, Planned, In Progress, Shipped, Declined)
- Search: PostgreSQL full-text search with
tsvectorfor title and description - Duplicate detection: Full-text similarity scoring suggests duplicates before submission
- Follow system: Auto-follow on vote, manual toggle, email notifications for status changes
Admin Dashboard¶
- Triage queue: Bulk actions (status change, merge, delete), GitHub issue creation
- Analytics: Submission volume trends, vote distribution, sentiment analysis
- Moderation: Spam detection and manual review queue
- Team management: Role-based access control for product team members
Survey System¶
- Survey builder: Create surveys with 5 question types (text, multiple choice, rating, NPS, matrix)
- Conditional logic: Skip and branching rules based on responses
- Targeting: Audience segmentation by user attributes and behavior
- Fatigue settings: Rate limiting per user/survey to prevent survey overload
- Response analytics: Sentiment analysis via Claude Haiku, aggregated summaries
- SDK distribution: React, Vue, Vanilla JS (additional platforms planned)
MCP Server¶
- AI agent integration: HTTP + SSE transport with tool registry for survey operations
- Agent IAM: API key authentication with scoped permissions and policies
- Natural language parsing: Claude Sonnet converts natural language to structured survey definitions
- Audit logging: Append-only logs for all agent actions (SOC 2 compliant)
- Rate limiting: Upstash Redis-based tiered quotas (Standard, Professional, Enterprise)
Integrations¶
- GitHub: One-way issue creation from submissions with metadata sync
- Resend: Transactional email notifications with digest preferences
- Inngest: Workflow automation engine for event-based triggers
Internationalization¶
- 8 languages: English, Spanish, French, German, Russian, Portuguese (Brazil), Japanese, Italian
- 3-phase rollout: English (launch), 4 languages (post-launch), 3 languages (growth phase)
- JSONB support: Multilingual category and tag names
Security & Compliance¶
- GDPR: Cookie consent, data export, account deletion with 30-day grace period
- SOC 2 readiness: Audit logging, admin MFA, branch protection, data classification
- RLS policies: Row-level security for all database tables
- Encryption: TLS in transit, AES-256 at rest
Design System¶
- Revoir design tokens: Consistent colors, typography, and spacing from core brand
- Dark mode: Full dark mode support with semantic color palette
- Responsive: Mobile-first design with Tailwind CSS
- Accessibility: ARIA labels, keyboard navigation, screen reader support
Marketing Site¶
- Landing page: Product overview, feature highlights, beta signup form
- Beta signup: Early access registration with email confirmation
- Social proof: Testimonials, feature showcase, pricing tiers (planned)
Documentation¶
- MkDocs Material: Public documentation site with search and custom domain
- Architecture Decision Records: 21 ADRs documenting technical decisions
- Design briefs: UX specifications with structured JSON state
- Contributing guide: Development setup, code style, testing, PR process
Upcoming¶
v0.2.0 (Q2 2026)¶
- Public user profiles: Display submissions, votes, comments
- Notification preferences: Granular controls for email digests
- Advanced filtering: Multi-select categories, date ranges, vote thresholds
- CSV export: Admin bulk export for analytics
- Webhooks: Custom integrations via webhook triggers
v0.3.0 (Q3 2026)¶
- Survey SDK expansion: React Native, iOS (Swift), Android (Kotlin)
- Advanced workflows: Multi-step automation with conditional actions
- Sentiment trends: Time-series sentiment analysis across surveys
- Mobile app: Native iOS and Android apps for feedback submission
Breaking Changes¶
None yet (v0.1.0-beta is the initial release).
What's next¶
- Review Architecture Decision Records for technical decisions
- Explore Contributing to learn how to contribute
- Check the GitHub repository for latest updates