Repeatit
Go Template Playground
Install / Use
/learn @rytsh/RepeatitREADME
Go template playground with wasm.
- switch html and text
- sprig, helm functions
- html view
- share template, input and settings
Download binary/static from releases or try docker image:
docker run -it --rm -p 8080:8080 ghcr.io/rytsh/repeatit:latest
<details><summary>Server Configuration</summary>
Add config file repeatit.[yaml|yml|json|toml] in root of the container or use environment variables.
Environment variables have prefix
REPEATIT_and use_instead of..
For exampleREPEATIT_PATH_PREFIX=/repeatit.
log_level: info
address: ":8080"
path_prefix: "" # for example "/repeatit"
encoding:
disabled: false
encoding: # empty list's default to ["gzip"]
- gzip
cors:
allow_origins:
- "*" # for example "https://example.com"
allow_methods:
- GET
- HEAD
- PUT
- POST
- PATCH
- DELETE
allow_headers: []
allow_credentials: false
unsafe_wildcard_origin_with_allow_credentials: false
expose_headers: []
max_age: 0
</details>
<details><summary>Development</summary>
Frontend developed with sveltekit in prerender mode.
Build wasm file
make build
Run frontend
make build-front-install run
Make local test first and to try other things use ngrok like tools before tag new version.
Add new tag with starts v[0-9] to publish new version of website.
Related Skills
node-connect
345.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
xurl
345.4kA CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.
frontend-design
104.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
345.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
