Skip to content

Add "Who We Are" page to docs about section#118

Merged
SantiagoDePolonia merged 17 commits intomainfrom
claude/add-about-page-goHH9
Mar 6, 2026
Merged

Add "Who We Are" page to docs about section#118
SantiagoDePolonia merged 17 commits intomainfrom
claude/add-about-page-goHH9

Conversation

@SantiagoDePolonia
Copy link
Copy Markdown
Contributor

@SantiagoDePolonia SantiagoDePolonia commented Mar 6, 2026

Introduces the people and organization behind GOModel, explains the relationship with Enterpilot, and addresses open-source licensing intentions with references to MongoDB/Elastic/Redis precedents.

https://claude.ai/code/session_01QKDe5a73tpRkmsouevuCNs

Summary by CodeRabbit

  • Documentation
    • Added a new "Who We Are" page in the About section detailing the project's creator, relationship with Enterpilot, open-source philosophy, licensing stance, and contact/reach information.
    • Updated site navigation to surface the new "Who We Are" page at the start of the About group, ahead of the existing Values page.

claude added 3 commits March 6, 2026 14:43
Introduces the people and organization behind GOModel, explains the
relationship with Enterpilot, and addresses open-source licensing
intentions with references to MongoDB/Elastic/Redis precedents.

https://claude.ai/code/session_01QKDe5a73tpRkmsouevuCNs
Enterpilot is a full AI access and traffic management platform (closer
to Dust.tt), not just GOModel with enterprise features on top. Updated
to reflect chat interface, API interface, security/PII tooling, cost
management, observability, and deployment options.

https://claude.ai/code/session_01QKDe5a73tpRkmsouevuCNs
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Mar 6, 2026

Warning

Rate limit exceeded

@SantiagoDePolonia has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 17 minutes and 48 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: b7ed1285-103b-4315-a1ff-d33d343c4f3d

📥 Commits

Reviewing files that changed from the base of the PR and between 37a741a and d8c6ff1.

📒 Files selected for processing (1)
  • docs/about/who-we-are.mdx
📝 Walkthrough

Walkthrough

Adds a new documentation page docs/about/who-we-are.mdx describing GOModel’s creator, Enterpilot relationship, open-source philosophy, licensing stance, and contact details; updates docs/docs.json to insert the new page into the About navigation.

Changes

Cohort / File(s) Summary
New Documentation Page
docs/about/who-we-are.mdx
Adds a new MDX page (~72 added lines) describing Jakub Wąsek, Enterpilot relationship, open-source & licensing rationale, related links, and contact/reach details.
Navigation Configuration
docs/docs.json
Inserts "about/who-we-are" at the start of the About section navigation, moving about/values after it (small JSON ordering change).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

Possibly related PRs

Poem

🐇 I hopped through docs to leave a trace,
A tale of Jakub, craft, and place.
Enterpilot joins the rhyming line,
Open hearts, a license sign —
Hop, hop, the pages shine ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately and clearly describes the main change: adding a new 'Who We Are' documentation page to the docs/about section. It directly reflects the primary file addition (docs/about/who-we-are.mdx) and related navigation update.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch claude/add-about-page-goHH9

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@docs/about/who-we-are.mdx`:
- Around line 27-28: Replace the redundant phrase "API interface" with a concise
alternative (e.g., "API" or "API endpoint") in the string "**API interface** — a
single API endpoint that routes to any supported model, with per-user and
per-team budget controls." so the sentence reads clearly (for example: "**API
endpoint** — a single API endpoint that routes to any supported model, with
per-user and per-team budget controls.").

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: fe1554de-4895-4d8d-a79b-82f2a0c6de5a

📥 Commits

Reviewing files that changed from the base of the PR and between 46e3f34 and 06a7f80.

📒 Files selected for processing (2)
  • docs/about/who-we-are.mdx
  • docs/docs.json

claude added 10 commits March 6, 2026 15:33
Remove API interface, security, cost management, observability, and
deployment flexibility bullets. Add internal company knowledge base
integration description instead.

https://claude.ai/code/session_01QKDe5a73tpRkmsouevuCNs
Point to enterpilot.io and the GitHub README, mention Discord
invite link is available there.

https://claude.ai/code/session_01QKDe5a73tpRkmsouevuCNs
Keep it concise: open source, needs to be sustainable, narrow
license changes only if necessary.

https://claude.ai/code/session_01QKDe5a73tpRkmsouevuCNs
Add back MongoDB, Elastic, and Redis license change examples
to provide context for the licensing stance.

https://claude.ai/code/session_01QKDe5a73tpRkmsouevuCNs
Knowledge base integration is not yet available — move it from the
current Enterpilot features list to the upcoming features paragraph.

https://claude.ai/code/session_01QKDe5a73tpRkmsouevuCNs
Adds context on why infrastructure should be open source, then clearly
separates the two scenarios where the license might change: protecting
the project from cloud provider extraction, and long-term sustainability.

https://claude.ai/code/session_01QKDe5a73tpRkmsouevuCNs
Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 3

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@docs/about/who-we-are.mdx`:
- Around line 30-43: Merge the repeated messaging in the "Why open source" and
"On licensing" sections by combining their duplicate sentences about
infrastructure, auditability, and extensibility into one concise paragraph; keep
a single section header (either "Why open source" or "On licensing") and remove
the redundant lines so the text still highlights that GOModel is open source to
allow reading, auditing, extending, and community contribution without repeating
the same phrases across both section openings; update the content under the
retained header to flow logically (introduce the infrastructure rationale then
state licensing/open-source commitment) and delete the copied sentences in the
other section.
- Around line 52-58: The Elastic blog URL in the list ("Elastic moved to a dual
license" currently linking to
https://www.elastic.co/blog/why-license-change-was-necessary) is returning 404;
update that list item in who-we-are.mdx by replacing the broken URL with a
working source (e.g., an archived copy or an official Elastic post on the
license change) or remove the hyperlink and/or entire bullet if no reliable
replacement exists, ensuring the visible link text "Elastic moved to a dual
license" remains accurate or is adjusted to reflect the new source.
- Around line 23-28: The "Upcoming features..." paragraph is orphaned and breaks
the list under the "**Chat interface** —" bullet; fix it by making it a proper
list item or a continuation: either indent the "Upcoming features include..."
lines as a continuation of the "**Chat interface** —" bullet (indent the lines
to match the list item so they render as part of that bullet), or convert the
paragraph into its own bullet (e.g., prepend "- Upcoming features include..."
and wrap the subsequent feature list lines accordingly) so the markdown renders
as intended.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 942aca75-a1ff-4814-bbf0-87ff24d83ddc

📥 Commits

Reviewing files that changed from the base of the PR and between 06a7f80 and 37a741a.

📒 Files selected for processing (1)
  • docs/about/who-we-are.mdx

Comment on lines +30 to +43
## Why open source

GOModel is open source because an AI gateway is infrastructure. Infrastructure
works best when people can read it, audit it, and extend it.

We want the community to use GOModel freely, contribute improvements, and trust
that the project will keep shipping.

## On licensing

An AI gateway is infrastructure. It sits between every request your application
makes and every model it talks to. That kind of component should be something
you can read, audit, extend, and trust — which is why GOModel is open source
today, with no asterisks.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick | 🔵 Trivial

Consider consolidating redundant content.

The "Why open source" section (lines 30-36) and the opening of "On licensing" (lines 40-43) repeat similar points about infrastructure, auditing, and extending. Consider merging these into a single cohesive section to avoid repetition.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/about/who-we-are.mdx` around lines 30 - 43, Merge the repeated messaging
in the "Why open source" and "On licensing" sections by combining their
duplicate sentences about infrastructure, auditability, and extensibility into
one concise paragraph; keep a single section header (either "Why open source" or
"On licensing") and remove the redundant lines so the text still highlights that
GOModel is open source to allow reading, auditing, extending, and community
contribution without repeating the same phrases across both section openings;
update the content under the retained header to flow logically (introduce the
infrastructure rationale then state licensing/open-source commitment) and delete
the copied sentences in the other section.

@SantiagoDePolonia SantiagoDePolonia merged commit 8d12128 into main Mar 6, 2026
13 checks passed
@SantiagoDePolonia SantiagoDePolonia deleted the claude/add-about-page-goHH9 branch March 22, 2026 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants