diff --git a/README.md b/README.md
index 700b749..eacbdd9 100644
--- a/README.md
+++ b/README.md
@@ -1,18 +1,48 @@
-# plasmoid
+# Plasmoid
-A new Flutter project.
+
-## Getting Started
+A minimalist and opinionated app launcher for Android.
-This project is a starting point for a Flutter application.
+## Screenshots
-A few resources to get you started if this is your first Flutter project:
+
+
+  Dark mode with tags |
+  Light mode |
+  Search filter |
+  Swipe to pin |
+  Tag editor |
+
+
-- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
-- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
+## Features
-For help getting started with Flutter development, view the
-[online documentation](https://docs.flutter.dev/), which offers tutorials,
-samples, guidance on mobile development, and a full API reference.
+**Search & Launch** — Start typing to filter apps by name or tag. Tap to launch immediately.
-Vectors and icons by Game Icons.net in CC Attribution License via SVG Repo
\ No newline at end of file
+**Tagging** — Long-press an app and choose Edit Tags to assign tags. Tags are searchable using prefixes: `@context`, `#general`, `+project`.
+
+**Gestures**
+- Swipe right to pin an app to the top (swipe right again to unpin)
+- Swipe left to demote an app to the bottom (swipe left again to restore)
+- Long-press for Edit Tags, App Info, and more
+
+**Settings** — Toggle icon visibility, color mode, theme, sort order, auto-focus, status icons, and demoted app visibility from the menu.
+
+## Build
+
+```sh
+flutter build apk --release
+```
+
+On systems without Flutter installed, [devbox](https://www.jetify.com/devbox) provides a reproducible environment:
+
+```sh
+devbox install
+devbox shell
+flutter build apk --release
+```
+
+---
+
+Made with love by randogoth — icon by [Game Icons.net](https://game-icons.net/).
\ No newline at end of file
diff --git a/pubspec.yaml b/pubspec.yaml
index e269831..2ab5d08 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -2,7 +2,7 @@ name: plasmoid
description: "A new Flutter project."
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
-version: 1.0.0+1
+version: 1.0.1+2
environment:
sdk: ^3.6.0