Simplify your dev work.

Boot your whole stack, keep every repo healthy, and build on the open-source Go modules underneath. Free, and fully offline.

What we solve

Work in multi-repo and multi-language scenarios

Dev Supervisor

Blink and your entire dev stack boots up. Start containers and services, multiplex logs, watch and reload processes.

Code Health

Care with ease. Check and grade every quality, security, dependency, and test check across your repo in one command.

Open Source

Use our Go apps and modules like CLI, HTTP, log, sintax, and others to build quality software.

Products

CLI apps

Open source and cross platform tools.

Care

Keep your code and repos healthy

Runs every quality, security, dependency, and test check for a repo in one command, then grades the result. Built for working across many repos and languages at once. Run it before you push, in CI, or on a timer behind a dashboard.

v0.9.0GoApache-2.0

Coming next

In development, private for now. Backups, docs, and more of the Blink family.

Backups

private

Schema-agnostic snapshots and restores for databases, files, and stateful services.

Docgen

private

Generates reference and guide documentation from Go source, comments, and templates.

Blinkc

private

All in Blink + secure remote control, log sharing and local port publishing.

Blink Server

private

The self-hosted server that blinkc connects to, with OAuth2 device-flow auth.

How we build

No lock-in. No surprises.

Offline, self-hostable, open, and verifiable from source all the way to the binary. Every default here is deliberate.

Offline-first

Tools run on your machine and keep working without a network. Nothing phones home.

Self-hostable

Any tool that reaches a server can be pointed at one you run yourself, so your data never has to leave your infrastructure.

Open foundation

Our tools and libraries are Apache-2.0 and built in the open. We enforce strict contribution guidelines.

Supply chain

  • Keyless signing
  • Signed checksums
  • Reproducible builds
  • Static binaries
Open source

Mostly Go, agnostic at heart.

Always free, always Apache-2.0. The same libraries that power our apps, ready to drop into your own projects.

sintaxApache-2.0

Golang templating engine. Convenient and extendable. A bit like Jinja2 but for Go.

cliApache-2.0

Simplify Go CLI app development. Define commands as structs, setup args and flags via field tags.

structsApache-2.0

Runtime tools to read and fill nested struct fields from a map.

httpApache-2.0

Zero-dependency, stdlib-only HTTP client with struct-based config.

http/serverApache-2.0

A chi-based router with middleware, auth, JSON helpers, and an SSE hub.

logApache-2.0

A zero-dependency slog wrapper with filtering, fan-out, and custom levels.

Golang templating module

sintax

Apache-2.0
One expression, whole pipeline
{{ response | from_json | key:'orders' | filter:'status','paid' | pluck:'total' | sum | decimal:2 }}

Built for document generation, workflow automation and data transformations. Chain modifiers, use conditionals, loops, and nested templates. Pure Go, zero dependencies.

Variables
Hello, {{ name | title }}!
Hello, Alice Cooper!
Modifiers
{{ tags | join:', ' | upper }}
GO, CLI, OSS
Loops
{{ for name, qty in cart -}} {{ name }} × {{ qty }} {{- if qty_last }}.{{ else }}, {{ endif -}} {{- endfor }}
Cable × 2, Keyboard × 1.
Conditionals
{{ if paid -}} shipped {{- else -}} awaiting payment {{- endif }}
shipped
Codeviewer

Code and Health reporting

Every toaweme repo lives on code.toawe.me. We're building this to real-time browse the source, watch org-level repo and code health. A tiny node ingestion server and a React/TS SPA.

Like what you see? Get in touch and we'll show you how to run it yourself.

Read by symbol

A whole project rendered as an index of code. Filter by name, kind, visibility, implementation and follow type signatures across packages.

Health boards

Care's score breakdown, metrics, and checks for every repo, plus generated SVG badges and cards ready to embed in a README.

Dependency graph

Every repo and its third-party dependencies in one graph, each node linked back to its source.

Every branch and tag

The default branch and every tag stay browsable, all served as plain static files. Self-host the whole thing with one compose file.

Get in touch

Say hello.

Questions, bug reports, or just want to talk shop? Reach us by email or come hang out in the Discord.

Want to keep up?

Follow along.

Occasional notes on new releases and what we are building. No spam, one click to leave.

This is just the beginning
Automation

Workflows

Human and AI driven workflow engine with unlimited modularity, multi-currency accounting and in-depth run reports.

Private, with limited access

awee-ai/engineStatic and LLM-powered workflow engine
awee-ai/schemaEngine-agnostic schema and data versioning
awee-ai/extensionBrowser extension for private and public web automation
awee-ai/sintax-resolveSintax extension for variable dependency resolution