Skip to content
This repository was archived by the owner on Feb 12, 2026. It is now read-only.

Develop#20

Open
vilenarios wants to merge 4 commits intomainfrom
develop
Open

Develop#20
vilenarios wants to merge 4 commits intomainfrom
develop

Conversation

@vilenarios
Copy link
Copy Markdown
Contributor

@vilenarios vilenarios commented Feb 12, 2026

Summary by CodeRabbit

  • Documentation

    • Rebranded product guide from "Turbo App" to "ar.io Console"
    • Reorganized navigation with new Settings section
    • Enhanced landing page with announcement banners, enterprise partner logos, service metrics, pricing information, and interactive learning resources
  • Chores

    • Updated external repository reference

vilenarios and others added 4 commits February 12, 2026 13:29
- Rename TURBO-APP-PRODUCT-GUIDE.md to CONSOLE-PRODUCT-GUIDE.md
- Replace all "Turbo App" references with "ar.io Console"
- Update navigation section to reflect current menu structure:
  - Services: Buy Credits, Upload, Capture, Deploy, Share, Redeem, Gift
  - Tools: Search Domains, Calculator, Balance Checker, + external links
  - Profile dropdown: My Account, Settings, Export Key, Disconnect
- Update design system to ar.io brand colors (purple/lavender light theme)
- Update Developer Tools section to reflect external docs.ar.io
- Add Settings page documentation
- Add Network Explorer and Gateway Dashboard external tools
- Update landing page description with Builder's Journey and Cal.com
- Add Enterprise section to conclusion
- Update version date to February 2025

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Feb 12, 2026

📝 Walkthrough

Walkthrough

This pull request rebrands the application from "Turbo App" to "ar.io Console" across documentation and code. Changes include deleting social media marketing posts documentation, comprehensively updating the product guide with new landing page features and revised navigation structure, and updating a GitHub repository link in the Footer component.

Changes

Cohort / File(s) Summary
Documentation Removal
CONSOLE-LAUNCH-SOCIAL-POSTS.md
Deleted entire file containing marketing posts and messaging for Discord, X (Twitter), LinkedIn, key messages, and hashtags related to the console launch rebranding.
Product Guide Rebranding
CONSOLE-PRODUCT-GUIDE.md
Comprehensive rebranding from "Turbo App Product Guide" to "ar.io Console Product Guide." Major restructuring includes expanded landing page with new features (Try It Now banner, enterprise logos, service metrics, pricing, learning path), navigation renamed from "Developer Tools" to "Settings," updated design system color/theme references, and revised external tool links (scan.ar.io, gateways.ar.io, docs.ar.io).
Footer Link Update
src/components/Footer.tsx
Updated GitHub repository link from https://github.com/ar-io/ario-app to https://github.com/ar-io/ar-io-console.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Possibly related PRs

  • Develop #12: Updates external links in src/components/Footer.tsx similar to this PR's GitHub repository URL change.

Poem

🐰 From Turbo to ar.io, a new name takes flight,
The console rebrands with features so bright,
Settings replace tools, and docs find their place,
A polished new identity at a galloping pace! 🚀

🚥 Pre-merge checks | ✅ 1 | ❌ 3
❌ Failed checks (2 warnings, 1 inconclusive)
Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
Merge Conflict Detection ⚠️ Warning ❌ Merge conflicts detected (1 file):

⚔️ src/components/Footer.tsx (content)

These conflicts must be resolved before merging into main.
Resolve conflicts locally and push changes to this branch.
Title check ❓ Inconclusive The pull request title 'Develop' is vague and generic, providing no meaningful information about the changeset contents such as the rebranding from Turbo to ar.io Console or documentation updates. Replace the title with a descriptive summary of the main changes, such as 'Rebrand Turbo App to ar.io Console across documentation and UI components' or 'Update branding and documentation to ar.io Console'.
✅ Passed checks (1 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

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

✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch develop
⚔️ Resolve merge conflicts (beta)
  • Auto-commit resolved conflicts to branch develop
  • Create stacked PR with resolved conflicts
  • Post resolved changes as copyable diffs in a comment

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

@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

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (2)
CONSOLE-PRODUCT-GUIDE.md (2)

1247-1254: ⚠️ Potential issue | 🟡 Minor

Syntax error in ternary chain — missing : before 'solana' branch.

This code example has a malformed nested ternary that would confuse developers referencing the guide:

 const jitTokenType = walletType === 'arweave'
   ? 'ario'
   : walletType === 'ethereum'
-  ? 'base-eth'
-  ? 'solana'
-  : walletType; // Default to wallet type
+    ? 'base-eth'
+    : walletType === 'solana'
+      ? 'solana'
+      : walletType; // Default to wallet type

1542-1542: ⚠️ Potential issue | 🟡 Minor

Stale repository links still reference turbo-app instead of ar-io-console.

Lines 1542 and 1601 still point to ardriveapp/turbo-app, which contradicts the rebrand. Update them to match the new repository name used in Footer.tsx (line 20).

-- GitHub Issues: [turbo-gateway-app](https://github.com/ardriveapp/turbo-app/issues)
+- GitHub Issues: [ar-io-console](https://github.com/ar-io/ar-io-console/issues)
-- [GitHub Repository](https://github.com/ardriveapp/turbo-app) - Latest code and releases
+- [GitHub Repository](https://github.com/ar-io/ar-io-console) - Latest code and releases

Also applies to: 1601-1601

🤖 Fix all issues with AI agents
In `@CONSOLE-PRODUCT-GUIDE.md`:
- Line 1595: Replace the incorrect update line "*Last Updated: February 2025*"
with "*Last Updated: February 2026*"; locate the exact text "*Last Updated:
February 2025*" in CONSOLE-PRODUCT-GUIDE.md and update the year to 2026 so the
document reflects the correct current date.
- Line 16: Update the broken Table of Contents anchor: change the ToC entry that
currently links to `#developer-tools` (the "Settings" item) so it matches the
renamed heading `## Settings` by using `#settings`, or alternatively revert the
heading to `## Developer Tools` to match the existing `#developer-tools` anchor;
ensure the ToC link and the heading text/anchor (`Settings` / `#settings`) are
consistent.

In `@src/components/Footer.tsx`:
- Line 20: The footer's GitHub link currently points to a non-existent repo URL
("https://github.com/ar-io/ar-io-console") — open the Footer component and
update the href value used for the GitHub anchor to the correct public
repository or fallback to the organization page (e.g.,
"https://github.com/ar-io" or the actual ar.io Console repo URL); locate the
anchor in Footer (search for the href string or the Footer component's JSX) and
replace the URL so the link no longer 404s.
🧹 Nitpick comments (1)
CONSOLE-PRODUCT-GUIDE.md (1)

936-936: Nit: "Logged In" should be hyphenated when used as a compound adjective.

-*Profile Dropdown* (Logged In Users):
+*Profile Dropdown* (Logged-In Users):

Comment thread CONSOLE-PRODUCT-GUIDE.md
6. [File Management](#file-management)
7. [ArNS Domain System](#arns-domain-system)
8. [Developer Tools](#developer-tools)
8. [Settings](#developer-tools)
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Broken anchor link: #developer-tools doesn't match the renamed heading.

The ToC entry links to #developer-tools, but the heading on line 706 was renamed to ## Settings (which generates anchor #settings). Readers clicking this link will not navigate to the section.

-8. [Settings](`#developer-tools`)
+8. [Settings](`#settings`)
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
8. [Settings](#developer-tools)
8. [Settings](`#settings`)
🧰 Tools
🪛 markdownlint-cli2 (0.20.0)

[warning] 16-16: Link fragments should be valid

(MD051, link-fragments)

🤖 Prompt for AI Agents
In `@CONSOLE-PRODUCT-GUIDE.md` at line 16, Update the broken Table of Contents
anchor: change the ToC entry that currently links to `#developer-tools` (the
"Settings" item) so it matches the renamed heading `## Settings` by using
`#settings`, or alternatively revert the heading to `## Developer Tools` to
match the existing `#developer-tools` anchor; ensure the ToC link and the
heading text/anchor (`Settings` / `#settings`) are consistent.

Comment thread CONSOLE-PRODUCT-GUIDE.md
---

*Last Updated: Version 0.7.0 | October 2025*
*Last Updated: February 2025*
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Incorrect date — should be February 2026.

The current date is February 2026, but this says February 2025.

-*Last Updated: February 2025*
+*Last Updated: February 2026*
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
*Last Updated: February 2025*
*Last Updated: February 2026*
🤖 Prompt for AI Agents
In `@CONSOLE-PRODUCT-GUIDE.md` at line 1595, Replace the incorrect update line
"*Last Updated: February 2025*" with "*Last Updated: February 2026*"; locate the
exact text "*Last Updated: February 2025*" in CONSOLE-PRODUCT-GUIDE.md and
update the year to 2026 so the document reflects the correct current date.

Comment thread src/components/Footer.tsx
<span className="text-foreground/30">•</span>
<a
href="https://github.com/ar-io/ario-app"
href="https://github.com/ar-io/ar-io-console"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

🏁 Script executed:

curl -s -o /dev/null -w "%{http_code}" https://github.com/ar-io/ar-io-console

Repository: ardriveapp/turbo-app

Length of output: 67


🌐 Web query:

GitHub repository ar-io/ar-io-console public

💡 Result:

ar-io/ar-io-console is not publicly available on GitHub (the URL returns 404 Not Found), so there’s no public repository by that exact name under the ar-io organization as of February 12, 2026. [1]

If you’re looking for AR.IO’s public code, start from the AR.IO GitHub organization’s repository list (e.g., ar-io-node, network-portal, etc.). [2]

Sources: [1], [2]


Update GitHub repository link: ar-io/ar-io-console returns 404 and does not exist as a public repository.

The href on line 20 points to https://github.com/ar-io/ar-io-console, but this repository is not publicly available on GitHub and returns a 404 error. Please verify the correct public repository URL for the ar.io Console and update the link accordingly. If this repository is not yet public, consider linking to the ar-io organization page or the appropriate existing repository instead.

🤖 Prompt for AI Agents
In `@src/components/Footer.tsx` at line 20, The footer's GitHub link currently
points to a non-existent repo URL ("https://github.com/ar-io/ar-io-console") —
open the Footer component and update the href value used for the GitHub anchor
to the correct public repository or fallback to the organization page (e.g.,
"https://github.com/ar-io" or the actual ar.io Console repo URL); locate the
anchor in Footer (search for the href string or the Footer component's JSX) and
replace the URL so the link no longer 404s.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant