{"id":13698599,"url":"https://github.com/fungible-systems/micro-stacks","last_synced_at":"2025-10-20T18:09:10.291Z","repository":{"id":38681751,"uuid":"406008351","full_name":"fungible-systems/micro-stacks","owner":"fungible-systems","description":"Tiny libraries for building the next generation of Stacks apps.","archived":false,"fork":false,"pushed_at":"2023-08-20T20:16:29.000Z","size":12551,"stargazers_count":85,"open_issues_count":30,"forks_count":15,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-10-09T03:11:31.213Z","etag":null,"topics":["bitcoin","blockstack","crypto","dapps","stacks","web3"],"latest_commit_sha":null,"homepage":"https://micro-stacks.dev","language":"TypeScript","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/fungible-systems.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}},"created_at":"2021-09-13T14:33:32.000Z","updated_at":"2025-09-23T14:18:46.000Z","dependencies_parsed_at":"2024-01-03T05:18:22.793Z","dependency_job_id":"7e984857-fda3-45b3-838c-7241e752816e","html_url":"https://github.com/fungible-systems/micro-stacks","commit_stats":{"total_commits":438,"total_committers":7,"mean_commits":62.57142857142857,"dds":"0.26712328767123283","last_synced_commit":"2b3d6d021a63003f18ca77c1180d2b1644ea3d0f"},"previous_names":[],"tags_count":48,"template":false,"template_full_name":null,"purl":"pkg:github/fungible-systems/micro-stacks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fungible-systems%2Fmicro-stacks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fungible-systems%2Fmicro-stacks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fungible-systems%2Fmicro-stacks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fungible-systems%2Fmicro-stacks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fungible-systems","download_url":"https://codeload.github.com/fungible-systems/micro-stacks/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fungible-systems%2Fmicro-stacks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280136606,"owners_count":26278601,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-20T02:00:06.978Z","response_time":62,"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":["bitcoin","blockstack","crypto","dapps","stacks","web3"],"created_at":"2024-08-02T19:00:50.641Z","updated_at":"2025-10-20T18:09:10.240Z","avatar_url":"https://github.com/fungible-systems.png","language":"TypeScript","funding_links":[],"categories":["App Development"],"sub_categories":["Frontend Libraries"],"readme":"# micro-stacks\n\n`micro-stacks` is an all-in-one TypeScript SDK for interacting with the Stacks ecosystem. With `micro-stacks` you can\nbuild software that can: interact with Clarity, the smart contract langauge on Stacks, build apps that interact with\nStacks based wallets, construct transactions, post conditions, and more!\n\n## Documentation\n\n[Overview](https://micro-stacks.dev/docs/overview) · [Get Started](https://micro-stacks.dev/docs/getting-started)\n· [Guides](https://micro-stacks.dev/guides/stacks-apps)\n\n## Features\n\n- Core has only 2 dependencies (and those have 0)\n- Modular: take what you need, leave what you don't\n- ESM based, works with all modern bundlers\n- Un-opinionated core\n- Robust framework integrations\n  - React\n  - Svelte _(coming soon)_\n  - Vue _(coming soon)_\n  - React Jotai\n- Built from the ground up to work with Wallet-based authentication\n- Highly typed -- written in typescript\n- Well tested\n- Audited\n\n## Monorepo overview\n\nThis project is a `pnpm` monorepo that uses Turbo.\n\n### Apps\n\nThis is where non-library packages live, such as the docs that live at https://micro-stacks.dev\n\n### Packages\n\nAll libraries are contained within the `packages` directory.\n\n#### Core\n\nThis is the main `micro-stacks` library that contains all the lower level primitives for things like working with\nClarity or constructing transactions.\n\n#### Client\n\nThis is another lower level package that any framework specific packages will implement. The client module handles\nthings like interacting with Stacks wallets, subscribing to state changes, etc.\n\n#### React\n\nThis library is the official micro-stacks React bindings. If you're building a React app, you should be\nusing `@micro-stacks/react`.\n\n##### Jotai\n\nThis library exposes all the functionality and same API as our other framework bindings, but as `atoms`.\n\n#### Svelte\n\nThis library is the official micro-stacks Svelte bindings. If you're building a Svelte app, you should be\nusing `@micro-stacks/svelte`.\n\n#### Vue\n\nThis library is the official micro-stacks Vue bindings. If you're building a Vue app, you should be\nusing `@micro-stacks/vue`.\n\n#### Solid.js\n\nThis library is the official micro-stacks Solid.js bindings. If you're building a Solid.js app, you should be\nusing `@micro-stacks/solidjs`.\n\n## Community\n\n\u003cp style=\"display: flex; align-items: center; justify-content: center; gap: 10px\"\u003e\n  \u003cimg alt=\"stars\" src=\"https://badgen.net/github/stars/fungible-systems/micro-stacks\" className=\"inline-block mr-2\"/\u003e\n  \u003cimg alt=\"downloads\" src=\"https://badgen.net/npm/dt/micro-stacks\" className=\"inline-block mr-2\"/\u003e\n  \u003cimg alt=\"license\" src=\"https://badgen.net/npm/license/micro-stacks\" className=\"inline-block mr-2\"/\u003e\n\u003c/p\u003e\n\n`micro-stacks` is created and maintained by [Fungible Systems](https://fungible.systems), a web3-focused design and\nengineering studio.\n\nFollow [@FungibleSystems](https://twitter.com/FungibleSystems) on Twitter for updates and memes :~)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffungible-systems%2Fmicro-stacks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffungible-systems%2Fmicro-stacks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffungible-systems%2Fmicro-stacks/lists"}