Run locally
Tested and verified to launch successfully.
Terminal
$ npx launchfile up blinko Requires Docker Desktop. No source code needed — pulls pre-built images and starts blinko with all dependencies.
Image:
blinkospace/blinko:latest Launchfile
View on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
version: launch/v1
name: blinko
description: "AI-powered note tool for quickly capturing and organizing fleeting thoughts"
repository: https://github.com/blinko-space/blinko
logo: https://raw.githubusercontent.com/blinko-space/blinko/main/public/logo.svg
image: blinkospace/blinko:latest
provides:
- protocol: http
port: 1111
exposed: true
requires:
- type: postgres
set_env:
DATABASE_URL: $url
storage:
data:
path: /app/.blinko
persistent: true
restart: always Test Results
Last Tested
2026-04-09
Health Check
Passing
Startup Time
7s
Total Disk
1370 MB
Required Services
postgres
Learn More
Spec references for features used in this Launchfile.