Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ Gemfile.lock
# Draft blog posts — not part of the project docs
docs/medium.md

# Demo assets: only commit the storyboard stills referenced in README.
# Everything else (raw mp4 source, earlier takes, scratch frames) stays local.
# Demo assets: commit storyboard stills + the pitch video. Everything else
# (raw phone recordings, earlier takes, scratch frames) stays local.
demo-assets/*
!demo-assets/storyboard-*.png
!demo-assets/demo-youtube.mp4

# Node
node_modules/
Expand Down
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,15 @@ up.

## Demo

All captured on an **LG G8 ThinQ** (Snapdragon 855, 5.5 GB RAM, Android 12) running `qwen2.5:1.5b` through Ollama 0.20.5. Every frame is real — no mocks, no post-processing, no cloud calls. Offline mode, real WebAPK install, real structured JSON output.
<p align="center">
<a href="demo-assets/demo-youtube.mp4">
<img src="https://img.shields.io/badge/▶_Watch_the_51s_pitch-ff5c00?style=for-the-badge&logo=youtube&logoColor=white" alt="Watch the 51s pitch video" />
</a>
</p>

https://github.com/s1dd4rth/olladroid/raw/main/demo-assets/demo-youtube.mp4

Validated on two phones — **LG G8 ThinQ** (SD855, 5.5 GB RAM) and **OnePlus 9R** (SD870, 11.2 GB RAM). Real models, real structured JSON, no mocks.

### The launcher

Expand Down
Binary file added demo-assets/demo-youtube.mp4
Binary file not shown.
6 changes: 6 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ description: "Scaffold personalised AI mini-apps that run entirely on an Android

**The AI app framework that fits in one phone — offline, private, yours.**

<p align="center">
<video src="https://github.com/s1dd4rth/olladroid/raw/main/demo-assets/demo-youtube.mp4" width="100%" autoplay muted loop playsinline>
<a href="https://github.com/s1dd4rth/olladroid/raw/main/demo-assets/demo-youtube.mp4">Watch the 51-second pitch</a>
</video>
</p>

olladroid is a framework for building personalised AI mini-apps that run entirely on a phone you already own. Scaffold an app in one command, inline a tiny SDK, talk to a local LLM via structured JSON. No cloud, no account, no data leaving the device. Your phone becomes a private AI runtime that you program.

It also ships a one-line installer that turns any old Android phone into a local AI server using [Ollama](https://ollama.com), [Termux](https://termux.dev), and a built-in PWA launcher — the original v0.1.0 use case is unchanged and still one command away.
Expand Down
Binary file added video/out/demo-portrait.mp4
Binary file not shown.
Binary file added video/out/demo-youtube.mp4
Binary file not shown.
Binary file added video/out/demo.mp4
Binary file not shown.
Loading
Loading