{"id":49984338,"url":"https://github.com/dcchuck/tsexpress","last_synced_at":"2026-05-18T19:51:30.462Z","repository":{"id":348634054,"uuid":"1199023518","full_name":"dcchuck/tsexpress","owner":"dcchuck","description":"The Typescript web framework that puts Agents first. Simple like Express. Agent first like the future.","archived":false,"fork":false,"pushed_at":"2026-04-02T03:24:57.000Z","size":5,"stargazers_count":1,"open_issues_count":24,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-02T16:44:05.320Z","etag":null,"topics":["agent-friendly","ai","ai-agents","api","automation","backend","express","framework","llm","nodejs","open-source","starter","typescript"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dcchuck.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"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-04-02T01:40:01.000Z","updated_at":"2026-04-02T16:30:15.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/dcchuck/tsexpress","commit_stats":null,"previous_names":["dcchuck/tsexpress"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/dcchuck/tsexpress","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcchuck%2Ftsexpress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcchuck%2Ftsexpress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcchuck%2Ftsexpress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcchuck%2Ftsexpress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dcchuck","download_url":"https://codeload.github.com/dcchuck/tsexpress/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcchuck%2Ftsexpress/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33189279,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["agent-friendly","ai","ai-agents","api","automation","backend","express","framework","llm","nodejs","open-source","starter","typescript"],"created_at":"2026-05-18T19:51:28.429Z","updated_at":"2026-05-18T19:51:30.456Z","avatar_url":"https://github.com/dcchuck.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# tsexpress\n\nTypeScript-first web framework design inspired by Express.\n\n## Why This Exists\n\nExpress got something important right: web servers should be easy to read, easy to compose, and close to Node's native HTTP model. `tsexpress` exists to keep that feel while taking TypeScript seriously from the beginning.\n\nThis project is not trying to build a giant meta-framework. The goal is a small, understandable framework that feels like Express, but treats types and contracts as first-class parts of the design.\n\n## Project Vision\n\n`tsexpress` should feel familiar to anyone who has used Express:\n\n- app and router based composition\n- `req`, `res`, and `next`\n- middleware chains and error middleware\n- simple route registration on top of Node `http`\n\nThe difference is that `tsexpress` should champion TypeScript-first development:\n\n- route contracts are part of route declarations\n- TypeScript should infer as much as possible from those contracts\n- runtime behavior and type behavior should stay aligned\n\nAgent-friendly introspection matters, but it is downstream of the framework itself. First it must be a strong web framework. Then it can expose metadata that makes applications and deployments easier for agents to inspect.\n\n## Design Principles\n\n- Feel like Express from the first read.\n- Stay close to Node's `http` runtime model.\n- Keep abstractions small and obvious.\n- Treat contracts and types as part of the framework, not optional garnish.\n- Require tests for meaningful behavior changes.\n- Build agent-friendly introspection without warping the API around it.\n\n## Why Contribute Early\n\nThis project is starting from zero. Early contributors have a real chance to shape the framework, influence its conventions, and leave visible fingerprints on its foundation.\n\nThat applies to both human contributors and AI-assisted contributors. Strong early work will be easy to attribute because the project is still defining its defaults, style, and architecture.\n\n## Initial Focus\n\nThe first wave of work is about building a serious foundation:\n\n- clear project docs and contribution guidance\n- repository scaffolding for a small TypeScript library\n- framework primitives like app creation, routers, middleware, and response helpers\n- contract-driven typing\n- internal introspection for future agent-friendly tooling\n\n## Contributing\n\nSee [CONTRIBUTING.md](./CONTRIBUTING.md) for contribution standards and workflow expectations.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcchuck%2Ftsexpress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcchuck%2Ftsexpress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcchuck%2Ftsexpress/lists"}