Quick Start¶
Get PulseStage running in 5 minutes.
Install¶
git clone https://github.com/seanmdalton/pulsestage.git
cd pulsestage
./setup.sh
docker compose up -d
Access¶
Visit http://localhost:5173
Log In¶
Click any demo user: - admin - Full access - alice - Member (Engineering team) - bob - Member (Product team) - moderator - Moderator (Product team)
Try It Out¶
As a User (alice or bob)¶
- Navigate to your team (Engineering or Product)
- Click "Submit Question"
- Enter a question (anonymous by default)
- Upvote other questions
As a Moderator (moderator)¶
- Navigate to Product team
- Click "Moderation Queue"
- Answer questions
- Tag, pin, or freeze questions
As an Admin (admin)¶
- Click "Admin" in navigation
- View audit logs
- Manage teams and users
- Monitor email queue
What's Included¶
Demo data includes: - 50 users (4 login + 46 dummy users) - 2 teams (Engineering, Product) - 36 Q&A questions (10 open + 10 answered per team) - 12 weeks of pulse historical data - 800+ pulse responses
Stop Services¶
Reset Data¶
Next Steps¶
- Configuration - Customize settings
- First Steps - Set up for your organization
- User Guide - Learn features