EN
Language · same page NLNederlands/jarvis/platform/ ENEnglish (UK)/en/jarvis/platform/ ESEspañolnot translated yet We do not remember your choice and never redirect you automatically.
~/jarvis/platform[ok] loaded
INS.02 · Jarvis platform reg. J.500 · images from the working interface

The Jarvis platform tour, twelve screens.

Twelve screens, one brain. This page walks through them in the order you meet them yourself: where your day starts, where the knowledge lives, where the work sits, where the permissions are and where the subscription is handled. The images come from the working interface; the content is example data we made up.

images from the working interface, data made up
$ cat 01-what-you-are-looking-at.md
DOC.01

Real software, made up content

Product pages like to show mockups a designer made and nobody has ever been able to click. This is not that. The screens below come from the interface running on the demo, and you can open that interface yourself. There is no sign-up in front of it, no trial period behind it and no sales email attached to it. One honest note: the demo interface itself is in Dutch, because it is a compiled preview and we have not translated it.

What is made up is the content. The names, companies, instructions, messages and numbers in the screens are example data. They are there to show the shape: what a priority looks like, how a source conflict is shown, how an approval is asked for. Read them as illustration and not as a result, and certainly not as something we are putting forward as evidence.

The preview also carries out no production actions. No email goes out, nothing is published and the payment button opens no real payment. That is not a choice made by the tour but the state of the product: real authentication, live connections, tenant provisioning and the payment route are still behind release gates. Which ones exactly and what their status is, is on the security page and in the documentation.

~/jarvis/platform/01-routes[12]
Section 01 · The route map

Twelve screens, one navigation

FIG.01

The left hand column of the platform is the whole floor plan. Every line is a route, and every route has one job. This list comes from routes.json, the machine readable product status; you can check it without having to take our word for it.

FIG.01 · routes.mapsource: /jarvis/docs/routes.json
/OverviewThe start of the day: instruction bar, priorities, team activity and security status.
/teamAI teamThe workers who operate from the same brain, with what each is doing right now.
/brainBrainThe knowledge network: sources, owners, scopes and conflicts.
/memoryMemoryWhere new knowledge is proposed, assessed and only then kept.
/workWorkMissions and tasks, with the sources they are based on.
/inboxInboxQuestions, results and approvals from your AI team, with the full context.
/connectionsConnectionsConnect your own AI subscriptions and company sources, with the scopes in view.
/insightsInsightsSignals about value per workflow, source quality and approvals.
/securitySecurityAccess, sessions and keys, remote support and the audit trail.
/organizationOrganisationSubscription, users, brains, AI workers and invoices.
/docsDocumentationTechnical, policy and legal arrangements, readable and versioned.
/onboardingOnboardingFive steps before a brain is created and switched on.
12routes in the interface
5steps in the onboarding
4plans, without a usage meter
0accounts needed for the demo
~/jarvis/platform/02-overview[route /]
Section 02 · Overview

Start with what counts today

FIG.02

The first screen is not a dashboard full of graphs but a working day. At the top is the instruction bar where you ask for something in plain words. Below it are today's priorities, what your AI team is doing at this moment, what is waiting on your approval and what the brain has recently learned.

FIG.02 · screen.overviewreal interface, fictional example data
route / · desktop[live in the demo]
The Jarvis daily overview with the instruction bar, the security status and three columns: today's priorities, what is waiting on approval and what the brain recently learned
Route / · every name, instruction and number in this screen is example data
the instruction barYou type or speak in plain words what needs to happen. Jarvis gathers context first and only then puts somebody to work.
today's prioritiesWhat is waiting on your decision sits at the top, not at the bottom. A draft that lies around too long draws attention to itself.
security statusClient brain status, last check and open access requests sit on the start of the day, not tucked away in a settings menu.
$ cat 02-team-work-inbox.md
DOC.02

Where the work itself happens

AI team. Under the team route are the AI workers who operate from the same brain, each with a role and a visible current activity. One researches, another writes, another watches the inbox and the planning. The point is not that there are many of them but that they share the same sources and the same arrangements; which ones fit in your plan is on the pricing page. If you would rather not set such a worker up yourself but have one built and managed, that is the AI worker (NL) we deliver under Mansotti, the company of which TheSEO is the trading name, from 950 euro per month excluding VAT.

Work. The work route shows missions and tasks: what is running, what is finished and which sources it rests on. A task without a traceable source is, in this design, an incomplete task. That way you can still see afterwards why something was done and not only that it was done.

Inbox. This is where the questions, results and approval requests from your AI team arrive. You open a message and see the full context beside it instead of a single sentence. Reply, and your reply is added as the next instruction. That is the difference between a list of notifications and a place of work: your answer does not disappear, it becomes the next step.

~/jarvis/platform/03-brain[route /brain]
Section 03 · Brain and memory

See where knowledge comes from

FIG.03

The knowledge network shows what Jarvis knows, where it came from and where it applies. You filter on source status and on scope, and you see which sources contradict each other. That last one is not a fault but a function: when sources conflict you get a review task instead of one confident answer.

FIG.03 · screen.brainreal interface, fictional example data
route /brain · desktop[live in the demo]
The Jarvis knowledge network with connected AI subscriptions on the left, approved company sources on the right and the client brain status beside them
Route /brain · the knowledge items, sources and conflicts in this screen are example data
source and scopeEvery knowledge item carries provenance, owner, scope and validity. An item without those fields is not quietly stored as truth.
conflicts to assessIf two sources contradict each other, that is shown as a task with both sources next to it instead of being averaged away.
memory as a proposalOn the memory route you add a draft. Jarvis then asks for source, scope and validity, and the item stays a proposal until somebody agrees.
# why knowledge may not exist without provenance is in source provenance
$ cat 03-connections-insights-security.md
DOC.03

The three screens nobody puts on a screenshot

Connections. This is where you connect the AIs you already use and the company sources you work with. Two things stand out. You see in advance which scopes a connection asks for, so giving permission is a choice and not a formality. And the model runs on your own subscription: there is no bundle of tokens from us quietly sitting in between. Which suppliers sit behind those connections is set out at the sub-processors behind Jarvis. Why that is so is in why Jarvis does not charge per AI question.

Insights. This route shows signals about value per workflow, source quality and approvals. In the demo those are graphs with made up numbers; they are there to show the shape and are emphatically not a promise about what you would achieve. What the route does show is which things this product thinks are worth measuring: whether the knowledge is right and whether decisions move through, not how many prompts were sent.

Security. The security route brings access, sessions and keys, remote support and the audit trail together in one place. That is the same logic as the rest of the product: control is not a setting you have to dig for but a screen you can go to. What happens to your data is a different question from who may reach it; that one is answered at the privacy statement and Jarvis. The full explanation of what sits behind it is on security, including the points that still have to be proven.

~/jarvis/platform/04-organisation[route /organization]
Section 04 · Organisation

A subscription without a usage meter

FIG.04

The organisation route holds users, organisation brains, AI workers, version history, support and invoices. What it emphatically does not hold is a counter of prompts, calls or tokens. The number of AI questions is not part of the price, and you can see that in this screen.

FIG.04 · screen.organisationa schematic example
# the plan values come from prices.json, the same source as the pricing page

Note two things. First, these amounts themselves carry the status proposition in validation: read them as the plans currently on the table and not as final rates. Second, the demo is a design preview with example data: the amount shown there next to the managed AI worker is not a rate. What does hold: an AI worker (NL) that we build, train and manage starts at 950 euro per month excluding VAT, and we deliver that under Mansotti, the company of which TheSEO is the trading name. The full plan comparison is on the pricing page.

The tax line in the demo is a design field, not a released calculation. No country or checkout context has been approved. Country-specific tax treatment remains pending until human approval and a tested checkout context exist for that customer type, country and locale.

Jarvis is not available to order. You can only choose a preferred draft plan and join the non-binding waiting list. This is not an order and creates no agreement or payment obligation. Nothing is charged.

~/jarvis/platform/05-onboarding[route /onboarding]
Section 05 · Onboarding

Five steps before activation

FIG.05

The onboarding route confirms five things separately before a brain is created. You can skip steps and safely finish them later, but the last step stays shut until the agreement is there. Which processing arrangements that step refers to is set out at the data processing agreement for Jarvis. In the demo you can walk through all five.

FIG.05 · onboarding.stepsreal interface, fictional example data
step 1 of 5[you can walk through it]
01UseFor yourself, with your team or with several organisation brains.
02SubscriptionUsers, AI workers, version history and support.
03OrganisationName, email address and whether you are buying as a private individual or as a business.
04Connect AIWhich AI subscriptions and company sources are connected, with the scopes alongside.
05AgreementTerms, privacy role and processing arrangements, with the version and the time of your agreement.
# the payment step stays blocked until the agreement is there, and the payment route itself is still behind a release gate
route /onboarding[live in the demo]
The Jarvis onboarding screen with the choice of how you want to use Jarvis
Route /onboarding · the details filled in are example data
~/jarvis/platform/06-mobile[390 x 844]
Section 06 · Mobile

The same control, a smaller screen

FIG.06

The core flow has been checked at a screen width of 390 by 844 points. Instruction bar, security status, priorities and the navigation menu stay reachable without you having to scroll sideways. A large screen is still nicer for the knowledge network, but approving something on the move need not be a problem.

FIG.06 · screen.mobilereal interface, fictional example data
mobile · 390 x 844[checked]
Jarvis on a phone screen with the instruction bar, the security status and the priorities stacked underneath each other
Mobile view · the content in this screen is example data
~/jarvis/platform/07-status[honest]
Section 07 · Where things stand

What works and what does not yet

FIG.07

A tour that only shows what is finished is advertising. So both columns are here: what you can really do in the preview, and what is not connected yet. The right hand column is the reason paying online stays shut and the demo runs on fictional example data.

FIG.07 · preview.statussource: /en/jarvis/documentation/

This works in the preview

  • Giving instructions and seeing the context that is gathered for them.
  • Approving and rejecting, including the difference between a draft and something sent.
  • Assessing memory proposals and walking through knowledge reviews.
  • Opening the inbox, reading a message and replying with a follow up instruction.
  • Following task statuses on the work route.
  • Switching between plans and payment intervals.
  • Walking through the full five step onboarding.

This is still a release gate

  • Real authentication and session management in production.
  • Production tenant isolation with a negative test set that proves it.
  • OAuth connections with the services you already use.
  • The payment route through Stripe, including webhooks.
  • Creating and setting up a real client brain.
  • Observability in production.
  • The legal pieces: eight of the twelve documents in the trust centre still carry the word draft in their title.
# an interface that works properly is necessary, but not enough to go live
~/jarvis/get-started[3 steps]
The order

First inspect the product, then join the waiting list

upgrade-path[3 steps]
01 · free The company brain templateThe manual version of this idea: a fill-in context file for the AI you already use. Download the template (NL).
02 · look The interactive demoThe screens from this tour, but clickable yourself. Open the demo (Dutch interface); how the daily cycle runs is on how it works.
03 · wait Join the waiting listChoose the draft plan closest to your needs and join the non-binding waiting list. This is not an order and creates no agreement or payment obligation. See the waiting-list step or first read what Jarvis is.
# Brain Start 9, Solo 29, Team 99, Business 249 per month as draft plan amounts · country-specific tax treatment remains pending · nothing is ordered or charged
$ jarvis --questions # six questions, six answers
DOC.04 · FAQ

Frequently asked questions

Is the demo the real Jarvis interface?

Yes. The demo at /jarvis/app/ is the same interface you see on this page, with the same routes and the same interactions. What is not real is the content: all names, instructions, companies and numbers are example data we made up to fill the screens. So you are looking at real software with fake data, not at a series of pictures. The interface language of that demo is Dutch.

Do I need an account to open the demo?

No. You click the link and the interface is there. There is no sign-up, no email address and no trial period that runs out. That is possible because real authentication is one of the release gates that is still open: the preview runs on example data and does not connect to a production environment.

Which screens are in the platform?

Twelve routes. Overview is the start of the day, AI team shows the workers who operate from the same brain, Brain is the knowledge network with sources and conflicts, Memory is where new knowledge is proposed, Work holds the missions and tasks, Inbox the questions and results, Connections the connected AI subscriptions, Insights the quality and approval signals, Security the access and the audit trail, Organisation the subscription and the invoices, Documentation the register and Onboarding the five steps before activation.

Can I break something in the demo or send something by accident?

No. The preview carries out no production actions. No email goes out, nothing is published and the payment button opens no real payment. Click everything: approve, reject, assess a memory proposal, switch a plan. Refresh the page and it is all back as it was.

Does Jarvis work on a phone?

The core flow has been checked at a screen width of 390 by 844 points: the instruction bar, the security status, the priorities and the navigation menu stay reachable without you having to scroll sideways. So the demo opens on your phone too, although a large screen is nicer if you want to look at the knowledge network.

What happens after the demo?

You can carry on for free with the company brain template, the manual version of the same idea in a file you put into Claude, Codex or Cursor. Jarvis itself is not available to order. You can only choose a preferred draft plan and join the non-binding waiting list. This is not an order and creates no agreement or payment obligation. Country-specific tax treatment remains pending. The checkout and provisioning routes remain behind release gates.

$ open /jarvis/app/
DOC.05

The tour ends where you begin yourself

Everything above you can check yourself in a few minutes. Click through the twelve routes, approve a draft, assess a memory proposal, switch a plan, walk the onboarding up to the gate that stays shut. There is nothing you can break and nothing goes out.

If questions about data, permissions or evidence come up afterwards, those are on security and in the trust centre. If you want to know why the product is built this way, read the choices in the knowledge section or the daily cycle on how it works. And if you just want to try it without software: start with the company brain template (NL).

Section 08 · Next stepreachable 24/7
Book a call
$ whoami
Gianluca, founder of TheSEO
Written by GianlucaFounder of TheSEO. Has been building visibility for companies since 2017, in Google and in AI answers. More about the institute.