{"id":45862490,"url":"https://github.com/vanengine/van","last_synced_at":"2026-04-01T18:21:19.489Z","repository":{"id":340912509,"uuid":"1165813675","full_name":"vanengine/van","owner":"vanengine","description":"A Vue-style server-side template engine for any framework.","archived":false,"fork":false,"pushed_at":"2026-02-27T11:34:47.000Z","size":118,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-27T11:36:00.848Z","etag":null,"topics":["pebble","server-side-rendering","template-engine","template-engine-html","twig","vue"],"latest_commit_sha":null,"homepage":"https://vanengine.dev","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vanengine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-24T15:17:17.000Z","updated_at":"2026-02-27T11:32:03.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/vanengine/van","commit_stats":null,"previous_names":["vanengine/van"],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/vanengine/van","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanengine%2Fvan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanengine%2Fvan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanengine%2Fvan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanengine%2Fvan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vanengine","download_url":"https://codeload.github.com/vanengine/van/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanengine%2Fvan/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30312127,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T20:05:46.299Z","status":"ssl_error","status_checked_at":"2026-03-09T19:57:04.425Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["pebble","server-side-rendering","template-engine","template-engine-html","twig","vue"],"created_at":"2026-02-27T06:55:52.020Z","updated_at":"2026-03-09T23:01:29.201Z","avatar_url":"https://github.com/vanengine.png","language":"Rust","readme":"\u003ch1 align=\"center\"\u003eVan\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cstrong\u003eLanguage-agnostic template engine with Vue syntax\u003c/strong\u003e\u003cbr\u003e\n  Server-side HTML rendering · Signal-based client interactivity · WASM-powered\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-MIT-blue.svg\" alt=\"License\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/vanengine/van/releases\"\u003e\u003cimg src=\"https://img.shields.io/github/v/release/vanengine/van?include_prereleases\" alt=\"Release\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://crates.io/crates/van-compiler\"\u003e\u003cimg src=\"https://img.shields.io/crates/v/van-compiler\" alt=\"Crates.io\" /\u003e\u003c/a\u003e\n  \u003cimg src=\"https://img.shields.io/badge/platforms-linux%20%7C%20macOS%20%7C%20windows-lightgrey\" alt=\"Platforms\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#features\"\u003eFeatures\u003c/a\u003e ·\n  \u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e ·\n  \u003ca href=\"#usage\"\u003eUsage\u003c/a\u003e ·\n  \u003ca href=\"#example\"\u003eExample\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  🌐 \u003ca href=\"README.md\"\u003eEnglish\u003c/a\u003e · \u003ca href=\"docs/i18n/zh-CN/README.md\"\u003e简体中文\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n## Features\n\n- **Vue Syntax** — Write templates with familiar `\u003ctemplate\u003e`, `\u003cscript setup\u003e`, `\u003cstyle scoped\u003e` blocks\n- **Signal-based Reactivity** — Lightweight client-side interactivity with direct DOM updates (~4KB runtime)\n\n## Installation\n\n**One-line install** (Linux / macOS):\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/vanengine/van/main/install.sh | sh\n```\n\n**Manual download**: grab the latest `van-*` binary from [GitHub Releases](https://github.com/vanengine/van/releases) and place it in your `PATH`.\n\n## Usage\n\n```bash\nvan init my-project        # Scaffold a new Van project\nvan dev                    # Start dev server with hot reload\nvan generate               # Static site generation\n```\n\n### Framework Integration\n\nVan compiles `.van` files to HTML via a WASM binary — integrate with multiple backends:\n\n- **Spring Boot** — [van-spring-boot-starter](https://github.com/van-java/van-spring-boot-starter)\n\n## Example\n\n```vue\n\u003ctemplate\u003e\n  \u003ch1\u003e{{ title }}\u003c/h1\u003e\n  \u003cbutton @click=\"count++\"\u003eClicked {{ count }} times\u003c/button\u003e\n\u003c/template\u003e\n\n\u003cscript setup\u003e\nlet count = 0\n\u003c/script\u003e\n\n\u003cstyle scoped\u003e\nh1 { color: steelblue; }\n\u003c/style\u003e\n```\n\nServer-side `{{ title }}` is interpolated by the host framework; `count` becomes a reactive signal with automatic DOM updates on the client.\n\n## Related\n\n- [**van-spring-boot-starter**](https://github.com/van-java/van-spring-boot-starter) — Spring Boot integration\n\n## License\n\n[MIT](LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvanengine%2Fvan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvanengine%2Fvan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvanengine%2Fvan/lists"}