{"id":25515626,"url":"https://github.com/railly/turbo-next-rust-calculator","last_synced_at":"2025-12-08T18:30:18.749Z","repository":{"id":276841610,"uuid":"850121128","full_name":"Railly/turbo-next-rust-calculator","owner":"Railly","description":"A high-perf calculator template built with Turborepo, Next.js, and Rust WebAssembly","archived":false,"fork":false,"pushed_at":"2024-08-31T00:31:17.000Z","size":415,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T19:06:03.807Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","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/Railly.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2024-08-30T23:35:47.000Z","updated_at":"2025-02-03T00:33:00.000Z","dependencies_parsed_at":"2025-02-10T19:06:16.267Z","dependency_job_id":"9da74641-65fa-4189-92b7-aef93e3a7807","html_url":"https://github.com/Railly/turbo-next-rust-calculator","commit_stats":null,"previous_names":["railly/turbo-next-rust-calculator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Railly%2Fturbo-next-rust-calculator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Railly%2Fturbo-next-rust-calculator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Railly%2Fturbo-next-rust-calculator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Railly%2Fturbo-next-rust-calculator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Railly","download_url":"https://codeload.github.com/Railly/turbo-next-rust-calculator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239666693,"owners_count":19677185,"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","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":[],"created_at":"2025-02-19T13:32:54.702Z","updated_at":"2025-12-08T18:30:18.675Z","avatar_url":"https://github.com/Railly.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Turbo-Next-Rust Calculator\n\nA high-performance calculator template leveraging Turborepo, Next.js, Rust, and WebAssembly.\n\n![Turbo-Next-Rust Calculator 1](./preview.png)\n\n\n## Features\n\n- **Turborepo**: Efficient monorepo management for scalable projects\n- **Next.js 14+**: Modern, fast web development with the latest features\n- **Rust \u0026 WebAssembly**: High-performance calculations running in the browser\n- **Tailwind CSS**: Rapid UI development with utility-first CSS framework\n- **TypeScript**: Type-safe code for improved developer experience\n- **Dark Mode**: Seamless theme switching with next-themes\n\n## Demo\n\n[View Live Demo](https://your-demo-url-here.vercel.app)\n\n![Turbo-Next-Rust Calculator 2](./preview-2.png)\n\n\n## Quick Start\n\n1. Deploy to Vercel:\n\n   [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/yourusername/turbo-next-rust-calculator)\n\n2. Clone the repository:\n\n   ```bash\n   git clone https://github.com/yourusername/turbo-next-rust-calculator.git\n   cd turbo-next-rust-calculator\n   ```\n\n3. Install dependencies:\n\n   ```bash\n   pnpm install\n   ```\n\n4. Build the Rust WebAssembly module:\n\n   ```bash\n   cd packages/rust-math \u0026\u0026 wasm-pack build\n   ```\n\n5. Run the development server:\n\n   ```bash\n   pnpm dev\n   ```\n\n6. Open [http://localhost:3000](http://localhost:3000) in your browser.\n\n## Project Structure\n\n```\n.\n├── apps\n│   └── web (Next.js application)\n│       ├── app\n│       ├── components\n│       └── ...\n└── packages\n    ├── eslint-config\n    ├── tailwind-config\n    ├── typescript-config\n    ├── rust-math (Rust WebAssembly module)\n    │   ├── src\n    │   │   └── lib.rs\n    │   └── ...\n    └── ui (Shared UI components)\n```\n\n## Customization\n\n- Modify the Rust calculations in `packages/rust-math/src/lib.rs`\n- Update the UI in `apps/web/components/calculator.tsx`\n- Adjust styles in `apps/web/app/globals.css`\n\n## Learn More\n\nTo learn more about the technologies used in this template, take a look at the following resources:\n\n- [Turborepo Documentation](https://turbo.build/repo/docs)\n- [Next.js Documentation](https://nextjs.org/docs)\n- [Rust Programming Language](https://www.rust-lang.org/)\n- [WebAssembly](https://webassembly.org/)\n- [Tailwind CSS](https://tailwindcss.com/)\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frailly%2Fturbo-next-rust-calculator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frailly%2Fturbo-next-rust-calculator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frailly%2Fturbo-next-rust-calculator/lists"}