Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,18 @@ contributors, not yet a polished mass-user release.
- Binaries: not published yet (source-only)
- Current version: see [package.json](package.json)

## Community

Have a question, idea, or want to show what you've built with Tandem?
Join [GitHub Discussions](https://github.com/hydro13/tandem-browser/discussions).

- **Q&A** — troubleshooting, "how do I…" questions
- **Ideas** — feature proposals before they become issues
- **Show and Tell** — your setups, workflows, and screenshots

For bugs and concrete feature requests, open an
[issue](https://github.com/hydro13/tandem-browser/issues).

## Contributing

Good contribution areas:
Expand All @@ -205,6 +217,7 @@ Start with [CONTRIBUTING.md](CONTRIBUTING.md) and [PROJECT.md](PROJECT.md).
| [CONTRIBUTING.md](CONTRIBUTING.md) | How to contribute |
| [skill/SKILL.md](skill/SKILL.md) | Agent instruction manual |
| [SECURITY.md](SECURITY.md) | Vulnerability reporting |
| [Discussions](https://github.com/hydro13/tandem-browser/discussions) | Community Q&A, ideas, show & tell |
| [docs/](docs/) | Full documentation |

## License
Expand Down
2 changes: 2 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@
<a href="/api">API</a>
<a href="#start">Get started</a>
<a href="https://github.com/hydro13/tandem-browser">GitHub</a>
<a href="https://github.com/hydro13/tandem-browser/discussions">Community</a>
<a href="https://github.com/sponsors/hydro13" style="color:var(--accent)">Sponsor</a>
</div>
</nav>
Expand Down Expand Up @@ -307,6 +308,7 @@ <h3>Connect your AI</h3>
<div>&copy; 2026 Tandem Browser &middot; MIT License &middot; tandembrowser.org</div>
<div>
<a href="https://github.com/hydro13/tandem-browser">GitHub</a> &middot;
<a href="https://github.com/hydro13/tandem-browser/discussions">Community</a> &middot;
<a href="https://github.com/sponsors/hydro13">Sponsor</a> &middot;
<a href="https://github.com/hydro13/tandem-browser/issues">Issues</a>
</div>
Expand Down
Loading