diff --git a/README.md b/README.md
new file mode 100644
index 000000000..19808222c
--- /dev/null
+++ b/README.md
@@ -0,0 +1,78 @@
+
+
+

+
+
+
+
+
+[](https://www.npmjs.com/package/o1js)
+[]()
+
+[](https://protokit.dev)
+[](https://discord.gg/xdGf2ucppM)
+
+
+
+# π§ Protokit App Chain Framework
+
+Welcome to the Protokit repository, a protocol development framework for privacy enabled application chains.
+
+Protokit enables developers to build zero-knowledge, interoperable and privacy preserving application chains with a minimal learning curve.
+
+## π Documentation
+
+Find the documentation for protokit on [our website](https://protokit.dev)
+
+## β‘ Features
+
+- π Privacy Enabled
+- βΎοΈ Succint zkVM
+- π₯οΈ Supercharged DevX
+- π§ Modular
+- π€ Interoperable
+
+## π Other repositories
+
+- [Starter kit](https://github.com/proto-kit/starter-kit): Our starter kit, which serves as a starting point for any new protokit projects.
+- [Private Airdrop Workshop](https://github.com/proto-kit/private-airdrop-workshop): Sources for the workshop we held, that showcases protokit and its features.
+
+## βΆοΈ Quickstart
+
+The fastest way to start building with Protokit is to use the [starter kit](https://github.com/proto-kit/starter-kit).
+The starter kit provides a [monorepo](https://en.wikipedia.org/wiki/Monorepo1) aimed at kickstarting application chain development using the Protokit framework.
+
+
+### Install dependencies
+
+Before you can start building with Protokit, you need to install the following dependencies:
+
+- [Node.js v18](https://nodejs.org/en)
+- [pnpm](https://pnpm.io)
+- [nvm](https://github.com/nvm-sh/nvm#installing-and-updating)
+
+### Clone the starter kit
+
+```bash
+# Clone the starter kit
+git clone https://github.com/proto-kit/starter-kit my-chain
+cd my-chain
+
+# Ensure you're on the right nodejs version and install dependnecies
+nvm use
+pnpm install
+```
+
+### Run the tests
+
+```bash
+# run and watch tests for the `chain` package
+pnpm run test --filter=chain -- --watchAll
+```
+
+
+## π License
+
+This project is under the Apache License 2.0.
+
+See [LICENSE](LICENSE.md) for more information.
\ No newline at end of file