> For the complete documentation index, see [llms.txt](https://docs.getkita.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.getkita.org/migrating-from-trinket.md).

# Migrating from Trinket

This guide shows how to migrate from Trinket to [Kita](https://getkita.io) in minutes. You can move your existing coding projects, share lesson links with students, and keep everything running in the browser.

{% hint style="success" %}
**Estimated time: 5 minutes.** You only need your existing Trinket project and your lesson files.
{% endhint %}

## Steps

### Step 1: Create a project in Kita

In [Kita:](kita:getkita.io)

1. Go to your dashboard
2. ​Click Create Project

Your project will open instantly in the browser.

<figure><img src="/files/qZfVy2REvO7lcmwSO8Qx" alt=""><figcaption></figcaption></figure>

### Step 2: Copy your Trinket code into Kita

1. Open your existing Trinket project and copy your code.
2. Then in Kita:

* ​Paste your code directly into the editor or
* ​Upload files to your project workspace

Your work is saved automatically in your browser.

<figure><img src="/files/SY9crhGIzUZRntgkNY2e" alt=""><figcaption></figcaption></figure>

### Step 3: Share your classroom project link

Once your project is ready:​

1. Click Share
2. ​Generate a share link
3. ​Send the link to your class

Students can open the project instantly in their browser, with no installation or student accounts required.

<figure><img src="/files/5na7jKDCkXjRl8F3SlAp" alt=""><figcaption></figcaption></figure>

​

### Step 4: Create a teacher account to save and manage projects

To save and manage your projects:

1. Create a free teacher account
2. Save your projects to your workspace
3. Organise and reuse them across lessons

Your work will remain accessible throughout the school year.

​

### After you migrate from Trinket

You’ve now moved your Trinket content into Kita.

Most teachers complete their first Trinket migration and lesson setup within minutes.

Your lessons now run in Kita with a shareable browser link. Students can open them instantly, and you can save, manage, and reuse projects across classes.

Kita gives teachers a browser-based way to migrate Trinket projects, share coding lessons, and keep classroom work easy to access.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.getkita.org/migrating-from-trinket.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
