Seed & Source Alpha Support Guide
Seed & Source Alpha Support Guide
Last Updated: February 2026 Program Phase: Alpha Testing (30-90 day access) Support Level: Priority Alpha Support
Welcome to Alpha Support
Thank you for participating in the Seed & Source Alpha program! This guide explains how to get help, report issues, and provide feedback during your alpha testing period.
🚀 Getting Started First
Before requesting support, please check these resources:
Self-Service Documentation
- Onboarding Checklist - Step-by-step setup guide
- Troubleshooting Guide - Common issues and solutions
- Getting Started - Basic usage documentation
- CLI Quick Reference - Command reference
Quick Diagnostic Commands
Run these to collect diagnostic information before reporting issues:
# Check your environmentsscli doctor
# Verify your licensesscli license status
# View system informationsscli version --verbose📞 Support Channels
Primary Channel: GitHub Issues (Preferred)
Use for: Bug reports, feature requests, technical issues
Link: https://github.com/seed-source/foundry-meta/issues
Why GitHub?
- ✅ Transparent tracking
- ✅ Searchable knowledge base
- ✅ Community benefit
- ✅ Direct link to code fixes
Before Creating an Issue:
- Search existing issues: https://github.com/seed-source/foundry-meta/issues
- Check if your issue is already reported
- Add a comment to existing issues rather than duplicating
Creating a New Issue:
- Go to GitHub Issues page
- Click “New Issue”
- Select appropriate template (Bug Report or Feature Request)
- Fill in all required fields
- Attach logs and screenshots if applicable
Secondary Channel: Email Support
Use for: Private/confidential issues, license questions, contract discussions
Email: alpha-support@seedsource.dev (response within 24 hours)
What to Include:
- Your registered email address
- Alpha User ID (found in
foundry/.tier) - Brief description of issue
- Link to GitHub issue if applicable
Emergency Contact
Use ONLY for: Critical blockers preventing all work
Criteria for Emergency:
- License server completely unavailable
- Data loss or corruption
- Security vulnerability discovered
- Complete system failure with no workaround
Contact: engineering@seedsource.dev with subject line: [ALPHA CRITICAL]
⏱️ Response Time Expectations
Critical Issues (Priority 1)
Definition: Complete blocker preventing onboarding or deployment
- License server unavailable
- Cannot initialize any template
- Data loss or security issue
Response Time: Within 4 hours (business hours) Resolution Target: Same business day or documented workaround provided Business Hours: Monday-Friday, 9 AM - 6 PM PST
High Priority (Priority 2)
Definition: Feature not working as documented, but workaround exists
- Template generation fails for specific configuration
- Docker build errors with known alternative
- CLI command error with manual workaround available
Response Time: Within 24 hours Resolution Target: Within 3 business days or patch in next release
Medium Priority (Priority 3)
Definition: Non-blocking issues or enhancement requests
- Documentation clarification needed
- Minor cosmetic issues
- Feature enhancement suggestions
- Performance optimization ideas
Response Time: Within 48 hours Resolution Target: Prioritized for future release (no guarantee during alpha)
Low Priority (Priority 4)
Definition: Nice-to-have improvements
- Documentation typos
- Minor UI polish
- Edge case scenarios
- Future feature ideas
Response Time: Within 1 week Resolution Target: Backlog for post-alpha consideration
Business Hours & Holidays
- Timezone: Pacific Standard Time (PST/PDT)
- Business Days: Monday through Friday
- Weekends: No guaranteed response (monitored for critical issues only)
- Holidays: Response times may be extended by 1-2 days
🐛 Bug Reporting Workflow
1. Reproduce the Issue
Before reporting, try to reproduce the bug consistently:
- Note exact steps taken
- Try on fresh environment if possible
- Test with different configurations
2. Gather Diagnostic Information
Run these commands and save the output:
# System diagnosticssscli doctor > diagnostics.txt
# License verificationsscli license status >> diagnostics.txt
# Version informationsscli version --verbose >> diagnostics.txt
# Docker status (if relevant)docker ps >> diagnostics.txtdocker-compose ps >> diagnostics.txt3. Create GitHub Issue
Use the Bug Report template and include:
Required Information:
- Clear description of expected vs actual behavior
- Step-by-step reproduction instructions
- Error messages (full output, not paraphrased)
- Environment details (OS, versions, Docker info)
- Screenshots or screen recordings (if UI-related)
- Diagnostics output from step 2
Optional but Helpful:
- Logs from
~/.sscli/logs/ - Docker container logs
- Network capture (for license server issues)
- Minimal reproduction repository
4. Response Process
- Acknowledgment - Issue labeled and acknowledged within SLA
- Triage - Team reviews and prioritizes
- Investigation - We reproduce and diagnose
- Resolution - Fix provided via patch or workaround
- Verification - You confirm fix resolves issue
- Closure - Issue closed with resolution notes
💡 Feature Request Process
What Makes a Good Feature Request?
Strong Feature Requests include:
- Problem Statement: What pain point does this solve?
- Use Case: Real scenario from your workflow
- Proposed Solution: How you envision it working
- Alternatives: What workarounds did you try?
- Impact: How critical is this to your work?
Example of Strong Feature Request:
Problem: Managing multiple environment configurations is error-proneUse Case: Developer needs dev/staging/prod configs for 3 templatesProposed Solution: `sscli config switch --env staging` commandAlternatives: Manual .env file swapping (prone to mistakes)Impact: HIGH - Blocks our staging deployment workflowFeature Request Lifecycle
- Submission - Create issue with Feature Request template
- Review - Team evaluates feasibility and priority
- Discussion - We may ask clarifying questions
- Decision - Accepted, deferred, or declined (with reasoning)
- Implementation - Added to roadmap if accepted
- Release - Included in future version with release notes
Setting Expectations
- Not all requests will be implemented during alpha
- We prioritize based on user impact and feasibility
- Some features may be planned for post-launch
- Your input shapes our roadmap (high value)
🚫 Not Supported During Alpha
To set clear expectations, the following are explicitly out of scope during the alpha period:
❌ Out of Scope
- Production Deployment Support - Alpha is for development environments only
- Custom Integration Development - Beyond documented templates and extensions
- Code Review Services - We don’t review your generated project code
- Phone Support - All support via GitHub/email only
- 24/7 Support - Business hours only (see SLA section above)
- Guaranteed Uptime - License server may have maintenance windows
- Custom Feature Rush Requests - No guaranteed turnaround for special requests
- Training/Consulting - No 1-on-1 training sessions during alpha
- Multi-Environment Setup - Kubernetes, AWS deployments (focus on local Docker)
- Performance Tuning - For your specific hardware/network conditions
✅ What IS Supported
- Template Generation - All documented templates and flags
- Local Docker Development - docker-compose orchestration
- CLI Functionality - All sscli commands and features
- License Management - Activation, status, troubleshooting
- Documentation Clarification - Corrections and improvements
- Bug Fixes - For issues reproducible in standard environments
- Feature Feedback - Your input on existing features
- Workaround Assistance - Helping you unblock with alternative approaches
🔄 Escalation Process
Most issues are resolved through normal GitHub issue workflow. However, if you feel your issue needs escalation:
When to Escalate
- Issue labeled “Critical” with no response within SLA
- Blocking issue with no workaround after 2 business days
- Security vulnerability requiring immediate attention
- Repeated support failures or communication breakdown
How to Escalate
- Add comment to existing issue: Tag with
@seed-source/engineeringand explain escalation reason - Email: Send to alpha-support@seedsource.dev with subject
[ESCALATION] Issue #123 - Include: Issue number, original report date, escalation reason, business impact
Escalation Response
- Escalations reviewed by engineering lead within 4 hours (business hours)
- Direct communication established
- Resolution plan provided within 24 hours
📊 Feedback Collection
Your feedback is invaluable! We collect feedback through multiple channels:
Structured Feedback (Preferred)
Typeform Survey (sent via email)
- Weekly check-ins during alpha
- End-of-alpha comprehensive survey
- Feature-specific surveys
Unstructured Feedback
- Comments on GitHub issues
- Feature request discussions
- Email responses to support threads
- Ad-hoc conversations
What We’re Looking For
- Usability: Is the CLI intuitive? Documentation clear?
- Functionality: Do templates work as expected?
- Performance: Generation speed, Docker startup times?
- Blockers: What prevents you from using this daily?
- Wishlist: What features would make this exceptional?
📋 Support Best Practices
For Fastest Resolution
Do’s ✅
- Search existing issues first
- Provide complete reproduction steps
- Include all diagnostic information
- Use issue templates
- Test with latest version
- Try suggested workarounds
- Follow up when issue is resolved
Don’ts ❌
- Don’t create duplicate issues
- Don’t ping multiple channels simultaneously
- Don’t demand immediate fixes
- Don’t skip required information in templates
- Don’t ignore workarounds without trying them
- Don’t be rude (we’re humans too!)
🎓 Common Issue Resolution Paths
”License Activation Failed”
- Check:
sscli license status - Verify: Internet connectivity to license-server.seedsource.dev
- Confirm: Email matches alpha invitation
- Check: Firewall/VPN not blocking HTTPS
- Try:
sscli license activate --email your@email.com --force - Still stuck? Create GitHub issue with full error output
”Template Generation Failed”
- Run:
sscli doctorto check prerequisites - Verify: Docker is running (
docker ps) - Check: Disk space (
df -h) - Try:
sscli init [template] --verbosefor detailed output - Check: Logs in
~/.sscli/logs/ - Still stuck? Create GitHub issue with log files
”Docker Build Failing”
- Pull latest images:
docker-compose pull - Clean rebuild:
docker-compose build --no-cache - Check: Docker daemon memory/CPU limits
- Try: Single service:
docker-compose up [service] - Review: Service-specific logs
- Still stuck? Create GitHub issue with
docker-compose logs
📞 Contact Summary
| Channel | Use For | Response Time |
|---|---|---|
| GitHub Issues | Bugs, features, technical issues | 4-48 hours (by priority) |
| Email (alpha-support@) | Private issues, license questions | 24 hours |
| Emergency Email | Critical blockers only | 4 hours (business hours) |
🤝 Support Philosophy
During alpha, we commit to:
- Transparency: Public issue tracking when possible
- Responsiveness: Meeting SLA targets consistently
- Honesty: Clear “yes/no/maybe” on feature requests
- Collaboration: Working WITH you to resolve blockers
- Respect: Valuing your time and feedback
We ask that you:
- Be Patient: Alpha software has rough edges
- Be Thorough: Provide complete information
- Be Engaged: Try workarounds and respond to questions
- Be Constructive: Feedback over complaints
- Be Awesome: Help us make this the best developer tool possible
📚 Additional Resources
- Alpha Tester Agreement
- Alpha Protection Policy
- Getting Started Guide
- Troubleshooting Guide
- CLI Reference
Questions about this support process? Contact: alpha-support@seedsource.dev
Found an error in this guide? Create an issue: https://github.com/seed-source/foundry-meta/issues