tako
Deploy apps to your own servers with HTTPS and rollbacks
All Skills in This Repository (3)
Pure Emerald Level Indicatorstako-sdk
Integrate the Tako protocol into Go HTTP services with health checks and secret loading.
tako
Automate project initialization, local development, and deployment for self-hosted Tako apps.
cli-output
Standardize Tako CLI output across normal, verbose, and CI modes.
Frequently Asked Questions
FAQPage SchemaHow to install Tako?โผ
Run `npx skills add lilienblum/tako --all -g -y` in your terminal to install all Tako skills globally for your agent.
How to deploy an app to my own server?โผ
Run `tako init` in your project, add a server with `tako servers add`, then run `tako deploy`. Tako handles the build, rolling update, HTTPS, and health checks automatically.
Does Tako work with Next.js and Vite apps?โผ
Yes. The JavaScript SDK ships adapters for Next.js standalone builds and Vite-based SSR frameworks like TanStack Start, Nuxt, and SolidStart.
Can I use Tako with Go or Rust apps?โผ
Yes. Tako provides Go and Rust SDKs that wrap your existing HTTP handlers with health checks, graceful shutdown, and typed secrets.
Does Tako work with Claude Code and Cursor?โผ
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Codex, and other compatible agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core