Skip to content

Web Console at localhost:8000" is misleading that's the API server #1

Description

@namra4122

The run-locally.mdx doc says:

After starting the services, you can open the px0 Web Console at http://localhost:8000

Image

That's the Go API server, not a web console. The port mapping table right below even labels port 8000 as "The primary Go backend application built with Fiber" no browser UI there.

The actual console is in a separate repo (px0-ai/console), a Next.js app that runs on port 3001. The docs don't mention it at all.

Suggested fix:

Either clarify that http://localhost:8000 is the API (and link to the console repo for the UI), or remove the "Web Console" phrasing entirely.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions