{"id":35797435,"url":"https://github.com/statespace-tech/statespace","last_synced_at":"2026-03-04T02:00:55.240Z","repository":{"id":298450895,"uuid":"999999816","full_name":"statespace-tech/statespace","owner":"statespace-tech","description":"Interactive web apps for AI agents","archived":false,"fork":false,"pushed_at":"2026-03-02T05:15:49.000Z","size":3029,"stargazers_count":820,"open_issues_count":3,"forks_count":64,"subscribers_count":12,"default_branch":"main","last_synced_at":"2026-03-02T05:17:07.831Z","etag":null,"topics":["agent","analytics","artificial-intelligence","context-engineering","data-engineering","data-science","database","information-retrieval","machine-learning","markdown","mcp","rust","sql","webapp"],"latest_commit_sha":null,"homepage":"https://statespace.com/","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/statespace-tech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":"SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-06-11T05:50:09.000Z","updated_at":"2026-03-02T05:14:06.000Z","dependencies_parsed_at":"2025-07-21T08:09:19.334Z","dependency_job_id":"f08f55de-fc0a-4e57-a9a5-cb4161696bad","html_url":"https://github.com/statespace-tech/statespace","commit_stats":null,"previous_names":["kruskal-labs/toolfront","statespace-ai/toolfront","statespace-tech/toolfront","statespace-tech/statespace"],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/statespace-tech/statespace","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statespace-tech%2Fstatespace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statespace-tech%2Fstatespace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statespace-tech%2Fstatespace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statespace-tech%2Fstatespace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/statespace-tech","download_url":"https://codeload.github.com/statespace-tech/statespace/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statespace-tech%2Fstatespace/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30069218,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T01:03:42.280Z","status":"online","status_checked_at":"2026-03-04T02:00:07.464Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","analytics","artificial-intelligence","context-engineering","data-engineering","data-science","database","information-retrieval","machine-learning","markdown","mcp","rust","sql","webapp"],"created_at":"2026-01-07T10:00:54.758Z","updated_at":"2026-03-04T02:00:55.181Z","avatar_url":"https://github.com/statespace-tech.png","language":"Rust","readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/statespace-tech/statespace\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/statespace-tech/statespace/main/docs/assets/images/favicon.svg\" width=\"150\" alt=\"Statespace\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n# Statespace\n\n**Turn your data into shareable LLM apps in minutes. All in pure Markdown. Zero boilerplate.**\n\n[![Test Suite](https://github.com/statespace-tech/statespace/actions/workflows/test.yml/badge.svg)](https://github.com/statespace-tech/statespace/actions/workflows/test.yml)\n[![License](https://img.shields.io/badge/license-MIT-007ec6?style=flat-square)](https://github.com/statespace-tech/statespace/blob/main/LICENSE)\n[![Discord](https://img.shields.io/discord/1323415085011701870?label=Discord\u0026logo=discord\u0026logoColor=white\u0026color=5865F2\u0026style=flat-square)](https://discord.gg/rRyM7zkZTf)\n[![X](https://img.shields.io/badge/Statespace-black?style=flat-square\u0026logo=x\u0026logoColor=white)](https://x.com/statespace_tech)\n\n\u003c/div\u003e\n\n---\n\n**Documentation: [docs.statespace.com](https://docs.statespace.com/)**\n\n**Source code: [https://github.com/statespace-tech/statespace](https://github.com/statespace-tech/statespace)**\n\n---\n\n_Statespace is a declarative framework for building modular LLM applications in Markdown._\n\n## Installation\n\nInstall the CLI:\n\n```bash\ncurl -fsSL https://statespace.com/install.sh | bash\n```\n\n## Example\n\n### Create it\n\nStart with one file: `README.md`\n\n```yaml\n---\ntools:\n  - [date]\n---\n\n# Instructions\n- Run `date` to check today's date\n```\n\n### Serve it\n\nRun your app locally (no account required):\n\n```bash\nstatespace serve .\n```\n\n\u003e **Note**: Runs on `http://127.0.0.1:8000`\n\n### Ask it\n\nInclude the app URL in your prompts:\n\n\u003cdetails open\u003e\n\u003csummary\u003e\u003cb\u003eClaude Code\u003c/b\u003e\u003c/summary\u003e\n\n```bash\nclaude \"Get today's date from http://127.0.0.1:8000\"\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eGitHub Copilot\u003c/b\u003e\u003c/summary\u003e\n\n```bash\ncopilot \"Get today's date from http://127.0.0.1:8000\"\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eCodex\u003c/b\u003e\u003c/summary\u003e\n\n```bash\ncodex \"Get today's date from http://127.0.0.1:8000\"\n```\n\n\u003c/details\u003e\n\nFor custom agents, add an HTTP request tool:\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eTypeScript\u003c/b\u003e\u003c/summary\u003e\n\n```typescript\nimport { execFileSync } from 'child_process';\n\n/**\n * Execute curl commands to interact with Statespace apps.\n */\nfunction curlTool(url: string, args: string[]): string {\n    const result = execFileSync('curl', [...args, url], {\n        encoding: 'utf-8'\n    });\n    return result.toString();\n}\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eRust\u003c/b\u003e\u003c/summary\u003e\n\n```rust\nuse std::process::Command;\n\n/// Execute curl commands to interact with HTTP endpoints.\nfn curl_tool(url: \u0026str, args: Vec\u003c\u0026str\u003e) -\u003e String {\n    let output = Command::new(\"curl\")\n        .args(\u0026args)\n        .arg(url)\n        .output()\n        .unwrap();\n    String::from_utf8_lossy(\u0026output.stdout).to_string()\n}\n```\n\n\u003c/details\u003e\n\n## Complex example\n\n### Upgrade it\n\nYour app can grow into a full project:\n\n```bash\nproject/\n├── README.md\n├── data/\n│   ├── log1.txt\n│   ├── log2.txt\n│   └── log3.txt\n└── src/\n    ├── agentic_rag.md\n    ├── text2sql.md\n    └── vector_search.md\n\n3 directories, 9 files\n```\n\nUpdate `README.md` with CLI tools to progressively discover and read other files:\n\n```yaml\n---\ntools:\n  - [date]\n  - [ls]\n  - [cat]\n---\n\n# Instructions\n- Run `date` to check today's date\n- Use `ls` and `cat` to discover and read other files\n```\n\n### Compose it\n\nAdd pages and CLI tools for different workflows:\n\n\u003cdetails open\u003e\n\u003csummary\u003e\u003cb\u003eVector Search\u003c/b\u003e\u003c/summary\u003e\n\n```yaml\n---\ntools:\n  - [curl, -X, POST, https://host.pinecone.io/records/namespaces/user/search]\n---\n\n# Vector search instructions:\n- Query documents with your vector database API\n```\n\n\u003e **Note**: replace the API with your own (e.g., Pinecone, Weaviate, Qdrant)\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eText-to-SQL\u003c/b\u003e\u003c/summary\u003e\n\n```yaml\n---\ntools:\n  - [psql, -U, $USER, -d, $DB, -c, { regex: \"^SELECT\\b.*\" }]\n---\n\n# Text-to-SQL instructions:\n- Use `psql` for read-only PostgreSQL queries\n```\n\n\u003e **Note**: use your own database CLI (e.g., `mysql`, `sqlite3`, `mongosh`).\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eAgentic RAG\u003c/b\u003e\u003c/summary\u003e\n\n```yaml\n---\ntools:\n  - [grep, -r, -i, { }, ../data/]\n---\n\n# Document search instructions:\n- Use `grep` to search documents in `../data/`\n```\n\n\u003e **Note**: apps can include any file type (e.g. `.csv`, `.sqlite`, `.json`)\n\n\u003c/details\u003e\n\n### Deploy it\n\nCreate a free [Statespace account](https://statespace.com/) to deploy authenticated private apps:\n\n```bash\nstatespace app create . --visibility private\n```\n\nAlternatively, share public apps with the community:\n\n```bash\nstatespace app create . --visibility public\n```\n\n\u003e **Note** Statespace gives you app URLs you can paste in prompts and instructions.\n\n## Community \u0026 Contributing\n\n- **Discord**: Join our [community server](https://discord.gg/rRyM7zkZTf) for real-time help and discussions\n- **X**: Follow us [@statespace_tech](https://x.com/statespace_tech) for updates and news\n- **Issues**: Report bugs or request features on [GitHub Issues](https://github.com/statespace-tech/statespace/issues)\n\n## License\n\nThis project is licensed under the terms of the MIT license.\n","funding_links":[],"categories":["MCP Frameworks and libraries","📚 Projects (2474 total)"],"sub_categories":["Python","MCP Servers"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatespace-tech%2Fstatespace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstatespace-tech%2Fstatespace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatespace-tech%2Fstatespace/lists"}