{"id":46599131,"url":"https://github.com/dacrab/solid-studio","last_synced_at":"2026-03-07T15:37:34.814Z","repository":{"id":336438611,"uuid":"1141983622","full_name":"dacrab/solid-studio","owner":"dacrab","description":"Modern portfolio/agency website template built with SolidJS, TypeScript, and TailwindCSS","archived":false,"fork":false,"pushed_at":"2026-03-02T21:05:04.000Z","size":163,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-02T23:29:43.425Z","etag":null,"topics":["agency","animation","dark-theme","portfolio","solidjs","tailwindcss","template","typescript","vite","website"],"latest_commit_sha":null,"homepage":"https://solid-studio-zeta.vercel.app","language":"TypeScript","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/dacrab.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-25T19:06:17.000Z","updated_at":"2026-03-02T21:03:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"80f3af0c-64f1-46d8-baa3-7e4cedf15440","html_url":"https://github.com/dacrab/solid-studio","commit_stats":null,"previous_names":["dacrab/solid-studio"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dacrab/solid-studio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dacrab%2Fsolid-studio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dacrab%2Fsolid-studio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dacrab%2Fsolid-studio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dacrab%2Fsolid-studio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dacrab","download_url":"https://codeload.github.com/dacrab/solid-studio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dacrab%2Fsolid-studio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30219682,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T14:02:48.375Z","status":"ssl_error","status_checked_at":"2026-03-07T14:02:43.192Z","response_time":53,"last_error":"SSL_read: 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":["agency","animation","dark-theme","portfolio","solidjs","tailwindcss","template","typescript","vite","website"],"created_at":"2026-03-07T15:37:34.328Z","updated_at":"2026-03-07T15:37:34.802Z","avatar_url":"https://github.com/dacrab.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎨 Solid Studio\n\nA modern, animated portfolio/agency website template built with SolidJS.\n\n![SolidJS](https://img.shields.io/badge/SolidJS-2c4f7c?style=for-the-badge\u0026logo=solid\u0026logoColor=white)\n![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge\u0026logo=typescript\u0026logoColor=white)\n![Vite](https://img.shields.io/badge/Vite-646CFF?style=for-the-badge\u0026logo=vite\u0026logoColor=white)\n![TailwindCSS](https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge\u0026logo=tailwind-css\u0026logoColor=white)\n\n## ✨ Features\n\n- **Modern Dark Theme** - Sleek, professional design\n- **Smooth Animations** - Powered by solid-motionone\n- **Projects Showcase** - Case studies with detailed views\n- **Responsive Design** - Works on all devices\n- **Lazy Loading** - Code-split pages for performance\n- **Type Safe** - Full TypeScript support\n\n## 🛠️ Tech Stack\n\n| Technology | Purpose |\n|------------|---------|\n| [SolidJS](https://www.solidjs.com/) | Reactive UI framework |\n| [TypeScript](https://www.typescriptlang.org/) | Type safety |\n| [Vite](https://vitejs.dev/) | Build tool \u0026 dev server |\n| [TailwindCSS](https://tailwindcss.com/) | Styling |\n| [solid-motionone](https://motion.dev/) | Animations |\n| [@solidjs/router](https://docs.solidjs.com/solid-router) | Client-side routing |\n\n## 🚀 Getting Started\n\n### Prerequisites\n- [Bun](https://bun.sh/) (recommended) or Node.js 18+\n- npm or bun\n\n### Installation\n\n```bash\n# Clone the repository\ngit clone https://github.com/dacrab/solid-studio.git\ncd solid-studio\n\n# Install dependencies\nbun install\n\n# Start development server\nbun dev\n```\n\n### Build for Production\n\n```bash\nbun run build\nbun run preview\n```\n\n## 📁 Project Structure\n\n```\nsrc/\n├── App.tsx           # Main app with routing\n├── index.tsx         # Entry point\n├── index.css         # Global styles \u0026 Tailwind\n├── data/\n│   └── projects.ts   # Project data\n├── components/\n│   ├── Header.tsx    # Navigation header\n│   ├── Hero.tsx      # Landing hero section\n│   └── ProjectCard.tsx\n└── pages/\n    ├── Home.tsx      # Homepage\n    └── Project.tsx   # Project detail page\n```\n\n## 🎯 Use Cases\n\n- **Portfolio** - Showcase your work\n- **Agency Website** - Present your services\n- **Landing Page** - Product or service launch\n- **Template** - Starting point for your project\n\n## 📝 Customization\n\n1. **Projects** - Edit `src/data/projects.ts` to add your own work\n2. **Styling** - Modify `tailwind.config.js` and `index.css`\n3. **Content** - Update text in components\n4. **Branding** - Replace logos and colors\n\n## 📄 License\n\nMIT License - feel free to use this template for your own projects.\n\n---\n\nBuilt with ❤️ using [SolidJS](https://www.solidjs.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdacrab%2Fsolid-studio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdacrab%2Fsolid-studio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdacrab%2Fsolid-studio/lists"}