[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"workflow-asset-606915c7":3,"seo:featured-workflow:606915c7-4f2b-11f1-9bc6-00163e2b0d79:en":86,"workflow-related-asset-606915c7-606915c7-4f2b-11f1-9bc6-00163e2b0d79":87},{"id":4,"uuid":5,"slug":6,"title":7,"description":8,"author_id":9,"author_name":10,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":13,"fork_count":12,"vote_count":12,"view_count":14,"parent_id":12,"parent_uuid":13,"lang_type":15,"steps":16,"files":23,"tags":24,"has_voted":30,"visibility":19,"share_token":13,"is_featured":12,"content_hash":31,"asset_kind":32,"target_tools":33,"install_mode":37,"entrypoint":20,"risk_profile":38,"dependencies":40,"verification":45,"agent_metadata":48,"agent_fit":61,"trust":73,"provenance":82,"created_at":84,"updated_at":85},3666,"606915c7-4f2b-11f1-9bc6-00163e2b0d79","asset-606915c7","Turbopack — Rust-Powered Incremental Bundler for JavaScript and TypeScript","Turbopack is a Rust-based incremental bundler for JavaScript and TypeScript projects, designed as the successor to Webpack. It is integrated into Next.js for development builds.","8a911193-3180-11f1-9bc6-00163e2b0d79","AI Open Source","https:\u002F\u002Ftokrepo.com\u002Fapple-touch-icon.png",0,"",8,"en",[17],{"id":18,"step_order":19,"title":20,"description":13,"prompt_template":21,"variables":13,"depends_on":22,"expected_output":13},4242,1,"Turbopack Rust Bundler","# Turbopack — Rust-Powered Incremental Bundler for JavaScript and TypeScript\n\n## Quick Use\n```bash\n# Turbopack is built into Next.js 13+\nnpx create-next-app@latest my-app\ncd my-app\nnext dev --turbopack\n\n# Or enable in next.config.js\n# module.exports = { experimental: { turbo: {} } }\n```\n\n## Introduction\nTurbopack is a Rust-based incremental bundler built by the creators of Webpack. It ships as the default development bundler in Next.js and aims to provide near-instant hot module replacement regardless of application size. The project leverages Turbo Engine, a computation graph that caches work at the function level.\n\n## What Turbopack Does\n- Bundles JavaScript, TypeScript, JSX, TSX, CSS, CSS Modules, and static assets for development and production builds\n- Provides incremental compilation so only changed modules are rebuilt, keeping HMR fast on large codebases\n- Integrates natively with Next.js as the development server bundler\n- Supports React Server Components, server actions, and the Next.js App Router out of the box\n- Handles module resolution compatible with Node.js, including package.json exports and imports fields\n\n## Architecture Overview\nTurbopack is built on the Turbo Engine, a Rust-based incremental computation framework. Every transformation (parsing, transpiling, bundling) is modeled as a function in a dependency graph. Results are cached at fine granularity so that when a file changes, only the minimal set of dependent computations re-execute. The engine uses a demand-driven model: it only computes what the browser actually requests.\n\n## Self-Hosting & Configuration\n- No standalone install needed; Turbopack ships inside Next.js 13+ and is activated with the `--turbopack` flag\n- For standalone use outside Next.js, the CLI is available via `npx turbopack`\n- Configure loader rules, aliases, and resolve options in `next.config.js` under the `turbo` key\n- Environment variables and `.env` files are supported the same way as standard Next.js\n- Turbopack respects `tsconfig.json` paths and `compilerOptions` for TypeScript resolution\n\n## Key Features\n- Written in Rust for native performance with memory safety guarantees\n- Function-level caching via the Turbo Engine means sub-second HMR even on projects with thousands of modules\n- Supports source maps, React Fast Refresh, and error overlays during development\n- Compatible with most Webpack loaders through a compatibility layer\n- Designed to scale: benchmarks show consistent performance as project size grows linearly\n\n## Comparison with Similar Tools\n- **Webpack** — the predecessor Turbopack aims to replace; JavaScript-based, slower on large projects but has a vast plugin ecosystem\n- **Vite** — uses esbuild for pre-bundling and native ESM for dev; different architecture but similar speed goals\n- **esbuild** — extremely fast Go-based bundler; lower-level with less framework integration\n- **Rspack** — Rust-based Webpack-compatible bundler by ByteDance; closer to Webpack's plugin API\n- **Parcel** — zero-config bundler with a Rust core; focuses on out-of-the-box simplicity\n\n## FAQ\n**Q: Can I use Turbopack without Next.js?**\nA: Yes, there is a standalone `turbopack` CLI, though it is less mature than the Next.js integration. Most users currently access Turbopack through Next.js.\n\n**Q: Does Turbopack support all Webpack plugins?**\nA: Not yet. Turbopack has a compatibility layer for common loaders, but the full Webpack plugin API is not replicated. Check the Next.js docs for the current compatibility list.\n\n**Q: Is Turbopack production-ready?**\nA: Turbopack is stable for development builds in Next.js. Production bundling support has been added in recent Next.js versions, though Webpack remains the default for production in some configurations.\n\n**Q: How does Turbopack compare to Vite in speed?**\nA: Both are fast for development. Turbopack's incremental caching architecture is designed to maintain constant-time updates as projects grow, while Vite relies on native ESM and esbuild pre-bundling.\n\n## Sources\n- https:\u002F\u002Fgithub.com\u002Fvercel\u002Fturborepo\u002Ftree\u002Fmain\u002Fcrates\u002Fturbopack\n- https:\u002F\u002Fturbo.build\u002Fpack\u002Fdocs","0",[],[25],{"id":26,"name":27,"slug":28,"icon":29},12,"Configs","config","⚙️",false,"e1694b03791a26ebe540022d2c6263a737af9e26de43bb2825f9795efc106350","skill",[34,35,36],"claude_code","codex","gemini_cli","single",{"executes_code":30,"modifies_global_config":30,"requires_secrets":39,"uses_absolute_paths":30,"network_access":30},[],{"npm":41,"pip":42,"brew":43,"system":44},[],[],[],[],{"commands":46,"expected_files":47},[],[20],{"asset_kind":32,"target_tools":49,"install_mode":37,"entrypoint":20,"risk_profile":50,"dependencies":52,"content_hash":31,"verification":57,"inferred":60},[34,35,36],{"executes_code":30,"modifies_global_config":30,"requires_secrets":51,"uses_absolute_paths":30,"network_access":30},[],{"npm":53,"pip":54,"brew":55,"system":56},[],[],[],[],{"commands":58,"expected_files":59},[],[20],true,{"target":35,"score":62,"status":63,"policy":64,"why":65,"asset_kind":32,"install_mode":37},98,"native","allow",[66,67,68,69,70,71,72],"target_tools includes codex","asset_kind skill","install_mode single","markdown-only","policy allow","safe markdown-only Codex install","trust established",{"author_trust_level":74,"verified_publisher":30,"asset_signed_hash":31,"signature_status":75,"install_count":12,"report_count":12,"dangerous_capability_badges":76,"review_status":77,"signals":78},"established","hash_only",[],"unreviewed",[79,80,81],"author has published assets","content hash available","no dangerous capability badges",{"owner_uuid":9,"owner_name":10,"source_url":83,"content_hash":31,"visibility":19,"created_at":84,"updated_at":85},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fasset-606915c7","2026-05-14 08:25:14","2026-05-14 10:50:42",null,[88,140,187,233],{"id":89,"uuid":90,"slug":91,"title":92,"description":93,"author_id":9,"author_name":10,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":13,"fork_count":12,"vote_count":12,"view_count":94,"parent_id":12,"parent_uuid":13,"lang_type":15,"steps":95,"files":86,"tags":96,"has_voted":30,"visibility":19,"share_token":13,"is_featured":12,"content_hash":98,"asset_kind":32,"target_tools":99,"install_mode":37,"entrypoint":100,"risk_profile":101,"dependencies":103,"verification":108,"agent_metadata":111,"agent_fit":123,"trust":125,"provenance":128,"created_at":130,"updated_at":131,"__relatedScore":132,"__relatedReasons":133,"__sharedTags":138},1135,"e92c8526-366b-11f1-9bc6-00163e2b0d79","swc-super-fast-rust-based-javascript-typescript-compiler-e92c8526","SWC — Super-Fast Rust-Based JavaScript and TypeScript Compiler","SWC is an extensible Rust-based platform for the next generation of fast developer tools. It can be used for both compilation and bundling, offering 20x faster performance than Babel while maintaining compatibility with its ecosystem.",74,[],[97],{"id":26,"name":27,"slug":28,"icon":29},"87dd08d957a4259720180d65fed008bd1a7940beb93afd47967022becdca81c0",[34,35,36],"SKILL.md",{"executes_code":30,"modifies_global_config":30,"requires_secrets":102,"uses_absolute_paths":30,"network_access":30},[],{"npm":104,"pip":105,"brew":106,"system":107},[],[],[],[],{"commands":109,"expected_files":110},[],[13],{"asset_kind":32,"target_tools":112,"install_mode":37,"entrypoint":100,"risk_profile":113,"dependencies":115,"content_hash":98,"verification":120},[34,35,36],{"executes_code":30,"modifies_global_config":30,"requires_secrets":114,"uses_absolute_paths":30,"network_access":30},[],{"npm":116,"pip":117,"brew":118,"system":119},[],[],[],[],{"commands":121,"expected_files":122},[],[13],{"target":35,"score":62,"status":63,"policy":64,"why":124,"asset_kind":32,"install_mode":37},[66,67,68,69,70,71,72],{"author_trust_level":74,"verified_publisher":30,"asset_signed_hash":98,"signature_status":75,"install_count":12,"report_count":12,"dangerous_capability_badges":126,"review_status":77,"signals":127},[],[79,80,81],{"owner_uuid":9,"owner_name":10,"source_url":129,"content_hash":98,"visibility":19,"created_at":130,"updated_at":131},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fswc-super-fast-rust-based-javascript-typescript-compiler-e92c8526","2026-04-12 20:34:12","2026-05-13 16:09:07",119.81259189508755,[134,135,136,137],"topic-match","same-kind","same-target","same-author",[28,139],"configs",{"id":141,"uuid":142,"slug":143,"title":144,"description":145,"author_id":9,"author_name":10,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":13,"fork_count":12,"vote_count":12,"view_count":146,"parent_id":12,"parent_uuid":13,"lang_type":15,"steps":147,"files":86,"tags":148,"has_voted":30,"visibility":19,"share_token":13,"is_featured":12,"content_hash":150,"asset_kind":32,"target_tools":151,"install_mode":37,"entrypoint":100,"risk_profile":152,"dependencies":154,"verification":159,"agent_metadata":162,"agent_fit":174,"trust":176,"provenance":180,"created_at":182,"updated_at":183,"__relatedScore":184,"__relatedReasons":185,"__sharedTags":186},1274,"dcc11c87-37be-11f1-9bc6-00163e2b0d79","rspack-fast-rust-based-webpack-compatible-bundler-dcc11c87","Rspack — A Fast Rust-Based Webpack-Compatible Bundler","Rspack is a Rust-powered drop-in replacement for webpack. It implements the webpack loader and plugin API natively, giving webpack shops 5–10x faster builds without rewriting configuration or tooling.",107,[],[149],{"id":26,"name":27,"slug":28,"icon":29},"e9b35f4f699d7cb1152fa84674f9a57ac784cad655d5b14f74a964e5c2c38cbb",[34,35,36],{"executes_code":30,"modifies_global_config":30,"requires_secrets":153,"uses_absolute_paths":30,"network_access":30},[],{"npm":155,"pip":156,"brew":157,"system":158},[],[],[],[],{"commands":160,"expected_files":161},[],[13],{"asset_kind":32,"target_tools":163,"install_mode":37,"entrypoint":100,"risk_profile":164,"dependencies":166,"content_hash":150,"verification":171},[34,35,36],{"executes_code":30,"modifies_global_config":30,"requires_secrets":165,"uses_absolute_paths":30,"network_access":30},[],{"npm":167,"pip":168,"brew":169,"system":170},[],[],[],[],{"commands":172,"expected_files":173},[],[13],{"target":35,"score":62,"status":63,"policy":64,"why":175,"asset_kind":32,"install_mode":37},[66,67,68,69,70,71,72],{"author_trust_level":74,"verified_publisher":30,"asset_signed_hash":150,"signature_status":75,"install_count":12,"report_count":12,"dangerous_capability_badges":177,"review_status":77,"signals":178},[],[179,79,80,81],"asset has usage views",{"owner_uuid":9,"owner_name":10,"source_url":181,"content_hash":150,"visibility":19,"created_at":182,"updated_at":183},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Frspack-fast-rust-based-webpack-compatible-bundler-dcc11c87","2026-04-14 13:00:31","2026-05-14 01:13:57",118.05013563323043,[134,135,136,137],[28,139],{"id":188,"uuid":189,"slug":190,"title":191,"description":192,"author_id":9,"author_name":10,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":13,"fork_count":12,"vote_count":12,"view_count":193,"parent_id":12,"parent_uuid":13,"lang_type":15,"steps":194,"files":86,"tags":195,"has_voted":30,"visibility":19,"share_token":13,"is_featured":12,"content_hash":197,"asset_kind":32,"target_tools":198,"install_mode":37,"entrypoint":100,"risk_profile":199,"dependencies":201,"verification":206,"agent_metadata":209,"agent_fit":221,"trust":223,"provenance":226,"created_at":228,"updated_at":229,"__relatedScore":230,"__relatedReasons":231,"__sharedTags":232},1270,"dc46ca98-37be-11f1-9bc6-00163e2b0d79","oxc-javascript-oxidation-compiler-written-rust-dc46ca98","Oxc — The JavaScript Oxidation Compiler Written in Rust","Oxc is a Rust-based collection of JavaScript tools — parser, linter, resolver, transformer, and minifier — designed to be the fastest in each category. It underpins next-generation web tools like Rolldown and provides drop-in replacements for ESLint, Babel, and terser.",81,[],[196],{"id":26,"name":27,"slug":28,"icon":29},"d3a95aa98a5b334c6bc0ef26040dea58ed61c794ee89da964d9b315a87601314",[34,35,36],{"executes_code":30,"modifies_global_config":30,"requires_secrets":200,"uses_absolute_paths":30,"network_access":30},[],{"npm":202,"pip":203,"brew":204,"system":205},[],[],[],[],{"commands":207,"expected_files":208},[],[13],{"asset_kind":32,"target_tools":210,"install_mode":37,"entrypoint":100,"risk_profile":211,"dependencies":213,"content_hash":197,"verification":218},[34,35,36],{"executes_code":30,"modifies_global_config":30,"requires_secrets":212,"uses_absolute_paths":30,"network_access":30},[],{"npm":214,"pip":215,"brew":216,"system":217},[],[],[],[],{"commands":219,"expected_files":220},[],[13],{"target":35,"score":62,"status":63,"policy":64,"why":222,"asset_kind":32,"install_mode":37},[66,67,68,69,70,71,72],{"author_trust_level":74,"verified_publisher":30,"asset_signed_hash":197,"signature_status":75,"install_count":12,"report_count":12,"dangerous_capability_badges":224,"review_status":77,"signals":225},[],[79,80,81],{"owner_uuid":9,"owner_name":10,"source_url":227,"content_hash":197,"visibility":19,"created_at":228,"updated_at":229},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Foxc-javascript-oxidation-compiler-written-rust-dc46ca98","2026-04-14 13:00:30","2026-05-13 16:09:20",114.87072077857557,[134,135,136,137],[28,139],{"id":234,"uuid":235,"slug":236,"title":237,"description":238,"author_id":9,"author_name":10,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":13,"fork_count":12,"vote_count":12,"view_count":239,"parent_id":12,"parent_uuid":13,"lang_type":15,"steps":240,"files":86,"tags":241,"has_voted":30,"visibility":19,"share_token":13,"is_featured":12,"content_hash":243,"asset_kind":32,"target_tools":244,"install_mode":37,"entrypoint":100,"risk_profile":245,"dependencies":247,"verification":252,"agent_metadata":255,"agent_fit":267,"trust":269,"provenance":272,"created_at":274,"updated_at":275,"__relatedScore":276,"__relatedReasons":277,"__sharedTags":278},989,"267275ed-355f-11f1-9bc6-00163e2b0d79","vitest-next-generation-testing-framework-powered-vite-267275ed","Vitest — Next Generation Testing Framework Powered by Vite","Vitest is a blazing-fast unit testing framework powered by Vite, with native ESM, TypeScript, and JSX support. Jest-compatible API, instant HMR for tests, and in-source testing make it the go-to test runner for Vite projects.",143,[],[242],{"id":26,"name":27,"slug":28,"icon":29},"036e17932741a512d4a53fb16599af16f996873890b51b84faf601cb67f2fbef",[34,35,36],{"executes_code":30,"modifies_global_config":30,"requires_secrets":246,"uses_absolute_paths":30,"network_access":30},[],{"npm":248,"pip":249,"brew":250,"system":251},[],[],[],[],{"commands":253,"expected_files":254},[],[13],{"asset_kind":32,"target_tools":256,"install_mode":37,"entrypoint":100,"risk_profile":257,"dependencies":259,"content_hash":243,"verification":264},[34,35,36],{"executes_code":30,"modifies_global_config":30,"requires_secrets":258,"uses_absolute_paths":30,"network_access":30},[],{"npm":260,"pip":261,"brew":262,"system":263},[],[],[],[],{"commands":265,"expected_files":266},[],[13],{"target":35,"score":62,"status":63,"policy":64,"why":268,"asset_kind":32,"install_mode":37},[66,67,68,69,70,71,72],{"author_trust_level":74,"verified_publisher":30,"asset_signed_hash":243,"signature_status":75,"install_count":12,"report_count":12,"dangerous_capability_badges":270,"review_status":77,"signals":271},[],[179,79,80,81],{"owner_uuid":9,"owner_name":10,"source_url":273,"content_hash":243,"visibility":19,"created_at":274,"updated_at":275},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fvitest-next-generation-testing-framework-powered-vite-267275ed","2026-04-11 12:30:20","2026-05-14 02:19:20",101.23754373814288,[134,135,136,137],[28,139]]