ThreadLens Documentation
ThreadLens Documentation
Section titled “ThreadLens Documentation”ThreadLens is open-core research intelligence for finding product opportunities in real conversations across Reddit, Bluesky, and Google Search. These docs help you run ThreadLens locally, configure providers safely, understand how scouting works, and contribute to the open-core project.
Start with Docker
Section titled “Start with Docker”Run these commands from the open-core/ directory:
pnpm installpnpm run docker:devThe development profile starts the Go API at http://localhost:4749 and the web app at http://localhost:4748.
Choose your path
Section titled “Choose your path”- What ThreadLens is explains the product, audience, and current open-core status.
- Run ThreadLens with Docker gives the fastest local setup path.
- Configure provider keys explains the
.envfile and safe sample values. - Create your first project walks through queries, scouting, findings, and reports.
- Contribute to ThreadLens explains local development and quality checks.
Public documentation sections
Section titled “Public documentation sections”The sidebar is organized for two audiences:
- Users who want setup, configuration, scouting workflows, schedules, reports, and reference material.
- Contributors and public maintainers who need architecture context, testing commands, docs rules, package boundaries, release hygiene, Docker image notes, and support triage.
open-core/docs/ is publishable by default. Private hosted SaaS runbooks, credentials, billing provider details, private customer data, and proprietary roadmap notes do not belong in this docs tree.
Related sites
Section titled “Related sites”- Product and waitlist: threadlens.dev
- Public repository: github.com/threadlenshq/threadlens