$npmi-g@codetik/cli
/codetikagent skill included
Your code, your editor, your agent. One command and the tik is on iOS, Android, the web and inside other apps, in seconds.
Runs everywhere
A tik is a small app built with web technologies. It runs inside Codetik, in an environment made for it: on iOS and Android, on the web, and embedded wherever a tik is framed. One publish, one build, every surface, and in seconds your app is online.
Codetik gives every tik the API the web should have shipped with: popular libraries like react, three and phaser (and many more) already on the device, so nobody downloads them; sign-in; storage that syncs; realtime.
The scaffold ships an AGENTS.md and the /codetik skill: the whole API written down, plus the practices that work best for tiks. Any agent building your tik already knows every call it can make.
Backend and realtime
One command turns the backend on and the tik has a realtime database. While you build, every change syncs on save; when you release, your test rows are cleared and the backend goes live with the tik.
Safety and quality
Security problems and bugs slip into every web app sooner or later, so Codetik works against them at every step.
Safety is settled in the design, so there is less room to get it wrong. Tiks are isolated from each other, have no route to the internet unless they ask for one, and keep what they store on the device. Nothing is granted by default: a tik gets only the few things it actually needs, and the app enforces that, not the tik.
Tiks stay small and tightly scoped, mobile and embedded first, so they work well without much machinery behind them. Every publish is checked before it goes live: bugs, performance problems and rough edges in the interface are fixed by Codetik's coding agent, and the changes come back to your folder if you allow it.
The work does not stop at release. A live tik is watched, and when someone reports a problem or errors start showing up, the agent fixes it. Broken tiks heal themselves.
The tools
New here? codetik about is what a tik is and what one can do, from backends to the provider grants. codetik ideas is a list of starting points to build from. Neither needs an account.