For Other Countries

Built in Australia.
Built to be copied.

This isn't the global hub for this movement. It's an Australian instance—a working example of how to run Living Room Conversations in your community. Everything here is CC0. Fork it. Adapt it. Run it in your country.

The Model

Why this approach works

The Living Room Conversations model is grounded in decades of research on deliberative democracy—the idea that when everyday people from different backgrounds come together to listen and think carefully about an issue, they find more common ground than either side expects.

It works because it's built on a few simple but powerful principles: personal stories first, positions second; citizen facilitators rather than professional mediators; small groups in informal spaces; and a structured format that protects the conversation without scripting it.

The Australian version is Pilot 1.0. Every session we run teaches us something. We share what we learn back into the materials—on GitHub, in public, for anyone to use.

What makes it transferable

1

The methodology is universal

Listening, storytelling, finding common ground—these work across cultures. The structure travels even when the content changes.

2

Everything is a plain text document

Markdown on GitHub. No proprietary formats. A translator can open it in any text editor.

3

CC0 means zero friction

No licensing negotiations. No attribution requirement. You don't need to email us. Just take it.

4

Git makes improvement visible

When you improve the materials, a pull request makes that improvement available to everyone—including us. The model gets better with every country that runs it.

What You're Forking

Everything in the repository

When you fork github.com/cclambie/DCAF, you get a complete, working model for running citizen-facilitated deliberative democracy sessions.

Session Materials

The Run Sheet

The complete 90-minute facilitator guide—time-blocked, with exact language and facilitator tips. Ready to print. Ready to adapt.

Session Materials

Conversation Agreement

The one-page document handed out to participants. The 10 ground rules that make the conversation safe and productive.

Facilitator Support

Troubleshooting Guide

What to do when things go sideways. Someone dominates. Two people start debating. Someone gets upset. Real situations, practical responses.

Website

This Website

The site you're looking at now. Fork it and replace "Australia" with your country. Your own instance, your own domain, your own community.

Licence

CC0 Dedication

The entire repository is CC0—public domain dedication. No copyright. No permission required. Take everything.

Community

GitHub Discussions

Ask questions, share learnings, and connect with others running the model—across countries. The common space for the whole project.

Localisation

What you'll need to change

Most of the methodology translates directly. But some parts are Australia-specific and will need adapting for your context.

  • !
    Language and tone The run sheet is written in Australian English. Translate and adapt the phrasing—some facilitator language that feels natural here won't land the same way elsewhere.
  • !
    Political context References to "different sides of the political spectrum" and the topics suggested are based on Australian political divisions. Your country's fault lines will differ.
  • !
    Safety and safeguarding The safety protocols are written for an Australian context. Check local requirements around consent, data handling, and duty of care.
  • !
    The directory Remove or replace the Australian directory. Set up your own for your country.
  • !
    The website content Replace all references to Australia, update the domain, contact email, and organisation name.
What stays the same

The core

  • The 90-minute structure The phase sequence—relationship building, ground rules, dialogue, common ground, action—is the methodology. Keep it.
  • The 10 ground rules These are universal. Small wording changes are fine, but the principles apply across cultures.
  • The facilitator role Neutral guide, not expert. Citizen, not professional. This is the heart of the model—don't professionalise it.
  • The venue approach Community centres, cafés, living rooms. Informal spaces. No lecterns. No head of table. This signals the right things before anyone speaks.
  • The open source approach Keep your version CC0. Contribute improvements back. The model gets stronger when it's shared openly.
Getting Started

Fork it in five minutes.

You need a GitHub account. That's it. Fork the repository, clone it locally, and you have everything. The rest is editing Markdown and HTML.

  • 1
    Fork the repository Go to github.com/cclambie/DCAF and click Fork. This creates your own copy.
  • 2
    Adapt the materials Edit the run sheet, conversation agreement, and website for your country and language.
  • 3
    Enable GitHub Pages Settings → Pages → Deploy from main branch. Add your custom domain. Site is live.
  • 4
    Run a conversation Train a facilitator, bring together 8–10 people, and follow the run sheet.
# 1. Fork on GitHub, then clone your fork
git clone https://github.com/YOUR-USERNAME/DCAF
cd DCAF

# 2. Localise the content
grep -r "Australia" . --include="*.html"
# Replace with your country

# 3. Update the CNAME for your domain
echo "conversations.yourcountry.org" > CNAME

# 4. Push and enable GitHub Pages
git add . && git commit -m "Localise for [country]"
git push
# Then: Settings → Pages → Deploy from main
Stay Connected

Let us know you're doing it

You don't need our permission—but we'd love to know. Tell us in GitHub Discussions and we'll add a link to your instance here. It helps others find country-specific versions of the model, and it helps us understand how the methodology travels.

Known Instances

Countries running this model

These are versions of the Living Room Conversations model adapted for specific countries. Each is independently run. Each is CC0.

🇦🇺

Australia

The original instance. Pilot 1.0.

dcaf.craiglambie.com

Running this in your country?

Let us know in GitHub Discussions and we'll list your instance here.

Add your country →