MCPcopy Index your code
hub / github.com/outline/outline

github.com/outline/outline @v1.8.1 sqlite

repository ↗ · DeepWiki ↗ · release v1.8.1 ↗
5,900 symbols 24,003 edges 2,265 files 660 documented · 11% 73 cross-repo links
README
<img src="https://github.com/outline/outline/raw/v1.8.1/public/logos/outline-logo-light.png" height="29" alt="Outline" />

A fast, collaborative, knowledge base for your team built using React and Node.js.

Try out Outline using our hosted version at www.getoutline.com.

screenshot

TypeScript Prettier Styled Components

This is the source code that runs Outline and all the associated services. If you want to use Outline then you don't need to run this code, A hosted version of the app is offered at getoutline.com. You can also find documentation on using Outline in our guide.

If you'd like to run your own copy of Outline or contribute to development then this is the place for you.

Installation

Please see the documentation for running your own copy of Outline in a production configuration.

If you have questions or improvements for the docs please create a thread in GitHub discussions.

Contributing

Note: Please do not submit AI-generated pull requests. We receive a high volume of mass, low-quality PRs generated by AI tools like Claude, ChatGPT, and Copilot from contributors who are unfamiliar with the codebase. These PRs are almost never mergeable and waste maintainer time reviewing them. If you’d like to contribute, please take the time to understand the codebase and write your changes thoughtfully.

Before submitting a pull request you must discuss with the core team by creating or commenting in an issue on GitHub – we’d also love to hear from you in the discussions. This way we can ensure that an approach is agreed on before code is written and that you have read these instructions. This will result in a much higher likelihood of your code being accepted.

If you’re looking for ways to get started, here’s a list of ways to help us improve Outline:

  • Translation into other languages
  • Issues with good first issue label
  • Performance improvements, both on server and frontend
  • Developer happiness and documentation
  • Bugs, quality fixes, and other issues listed on GitHub

Development

There is a short guide for setting up a development environment if you wish to contribute changes, fixes, and improvements to Outline.

Architecture

If you're interested in contributing or learning more about the Outline codebase please refer to the architecture document first for a high level overview of how the application is put together.

Debugging

In development Outline outputs simple logging to the console, prefixed by categories. In production it outputs JSON logs, these can be easily parsed by your preferred log ingestion pipeline.

HTTP logging is disabled by default, but can be enabled by setting the DEBUG=http environment variable. logging can be enabled for all categories by setting DEBUG=* or for specific categories such as DEBUG=database and LOG_LEVEL=debug, or LOG_LEVEL=silly for very verbose logging.

Tests

We aim to have sufficient test coverage for critical parts of the application and aren't aiming for 100% unit test coverage. All API endpoints and anything authentication related should be thoroughly tested.

To add new tests, write your tests with Vitest and add a file with .test.ts extension next to the tested code.

# To run all tests
make test

# To run backend tests in watch mode
make watch

Once the test database is created with make test you may individually run frontend and backend tests directly with vitest:

# To run backend tests
yarn test:server

# To run a specific backend test in watch mode
yarn test path/to/file.test.ts --watch

# To run frontend tests
yarn test:app

Migrations

Sequelize is used to create and run migrations, for example:

yarn db:create-migration --name my-migration
yarn db:migrate
yarn db:rollback

Or, to run migrations on test database:

yarn db:migrate --env test

Activity

Alt

License

Outline is BSL 1.1 licensed.

Extension points exported contracts — how you extend this code

Searchable (Interface)
(no doc) [14 implementers]
app/models/interfaces/Searchable.ts
Props (Interface)
* Props for the PaginatedList component * @template T Type of items in the list, must extend PaginatedItem
app/components/PaginatedList.tsx
HoverPreviewsOptions (Interface)
* Options for the HoverPreviews extension.
app/editor/extensions/HoverPreviews.tsx
ParsedUserAgent (Interface)
* Utility functions for working with passkeys and WebAuthn.
shared/utils/passkeys.ts
IconifyIconSet (Interface)
Minimal Iconify JSON icon set format required by Mermaid's `registerIconPacks` API.
shared/editor/extensions/Mermaid.ts
Config (Interface)
* Additional configuration for the OAuthInterface, not part of the * OAuth2Server library.
server/utils/oauth/OAuthInterface.ts
InlineSegment (Interface)
Maps a range of text-content offsets to ProseMirror Fragment offsets.
server/models/helpers/DocumentHelper.tsx
Strategy (Interface)
(no doc) [1 implementers]
server/typings/outlinewiki__koa-passport.d.ts

Core symbols most depended-on inside this repo

t
called by 2324
server/emails/templates/BaseEmail.tsx
post
called by 1474
server/test/TestServer.ts
buildUser
called by 1388
server/test/factories.ts
buildDocument
called by 961
server/test/factories.ts
map
called by 755
shared/editor/selection/RowSelection.ts
findByPk
called by 577
server/models/Template.ts
buildTeam
called by 533
server/test/factories.ts
create
called by 525
app/stores/SharesStore.ts

Shape

Function 2,586
Method 2,136
Class 932
Interface 169
Enum 77

Languages

TypeScript100%

Modules by API surface

app/utils/autotrack.js52 symbols
shared/types.ts39 symbols
app/models/Document.ts39 symbols
server/test/factories.ts37 symbols
plugins/notion/server/utils/NotionConverter.ts35 symbols
shared/editor/commands/table.ts34 symbols
server/models/helpers/ProsemirrorHelper.tsx32 symbols
app/editor/index.tsx30 symbols
app/stores/DocumentsStore.ts29 symbols
server/errors.ts28 symbols
app/editor/extensions/FindAndReplace.tsx28 symbols
shared/editor/lib/markdown/serializer.ts27 symbols

Dependencies from manifests, versioned

@aws-sdk/client-s33.1053.0 · 1×
@aws-sdk/lib-storage3.1053.0 · 1×
@aws-sdk/s3-presigned-post3.1053.0 · 1×
@aws-sdk/s3-request-presigner3.1053.0 · 1×
@aws-sdk/signature-v4-crt3.1053.0 · 1×
@babel/cli7.29.7 · 1×
@babel/core7.29.7 · 1×
@babel/plugin-proposal-decorators7.29.7 · 1×
@babel/plugin-transform-class-properties7.29.7 · 1×
@babel/preset-env7.29.7 · 1×
@babel/preset-react7.29.7 · 1×
@babel/preset-typescript7.29.7 · 1×

Datastores touched

dbDatabase · 1 repos
(mysql)Database · 1 repos
mydbDatabase · 1 repos
wikiDatabase · 1 repos

For agents

$ claude mcp add outline \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact