GuidesCode
Open a Code workspace, blank or from GitHub
Code is the editor at ai.keenlabs.pro/code. Start an empty workspace or pull in an existing repository, and see how a workspace links to a project.
Draft — not yet walked in the live product
All 7 steps below were written by reading the Keenoble source rather than by performing them, and each unwalked one is tagged [UNVERIFIED]. Reading a component tells you what a control is labelled; it does not prove the control is reachable, that the order is right, or that the result is what the text says. Until a reviewer has walked every step, this page is excluded from the sitemap, marked noindex, and publishes no structured data.
Before you start
- A signed-in account. Code is not available signed out — it shows “Sign in to use the code editor”.
Steps
Open the “Code” tab in the top bar, or press Ctrl+3 (Cmd+3 on a Mac). [Unverified]
With no workspace yet, the centre of the screen reads “Start a workspace”. [Unverified]
To start empty: type a name into the “Workspace name” box and click “Create workspace”. [Unverified]
To start from a repository: click “Connect GitHub” and complete the authorisation in the window that opens. [Unverified]
Once connected, the button becomes “Browse my GitHub repos”.
Click “Browse my GitHub repos”, pick the repository, and wait for the import. The workspace opens with the files in the tree on the left. [Unverified]
You can also paste a repository address instead — the Git panel in the sidebar takes “github.com/owner/repo” and has an “Import from URL” button.
Open a file from the tree. It opens in a tab; several files can be open at once. [Unverified]
Switch workspaces later from the workspace switcher at the top of the left sidebar. [Unverified]
How a workspace connects to a project
If you have a project selected in the top bar, Code keeps the two in step: a workspace already linked to that project is selected for you, and if none is linked yet, the workspace you are on gets linked to it.
This is why a build finished in Preview can be opened in Code with the code already there, rather than existing somewhere in a list you have to hunt through.
Carrying a build across
In Preview, the header button “Open in Code” carries the current build's HTML and a short summary of what you asked for into Code. The plain “Code” tab in the top bar only navigates — it does not carry anything with it.
Next
Having problems with the platform? Contact us at support@keenlabs.pro. If a step here does not match what Keenoble does, the step is the bug — send it to the same address. All the guides are at /guides; shorter answers are on the FAQ.