{"id":14969210,"url":"https://github.com/sairyss/fullstack-starter-template","last_synced_at":"2025-10-13T10:12:05.591Z","repository":{"id":135560214,"uuid":"592426273","full_name":"Sairyss/fullstack-starter-template","owner":"Sairyss","description":"Template for full stack applications based on TypeScript, React, Vite, ChakraUI, tRPC, Fastify, Prisma, zod, etc.","archived":false,"fork":false,"pushed_at":"2023-10-27T15:33:43.000Z","size":1035,"stargazers_count":264,"open_issues_count":0,"forks_count":56,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-20T00:06:01.510Z","etag":null,"topics":["backend","chakraui","fastify","frontend","fullstack","javascript","node","node-js","nodejs","nx","prisma","react","reactjs","template","trpc","typescript","vite","zod"],"latest_commit_sha":null,"homepage":"","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/Sairyss.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}},"created_at":"2023-01-23T17:54:04.000Z","updated_at":"2025-05-14T08:30:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"2ce157c5-c4c3-46be-b6e8-80f4a4643148","html_url":"https://github.com/Sairyss/fullstack-starter-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sairyss/fullstack-starter-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sairyss%2Ffullstack-starter-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sairyss%2Ffullstack-starter-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sairyss%2Ffullstack-starter-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sairyss%2Ffullstack-starter-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sairyss","download_url":"https://codeload.github.com/Sairyss/fullstack-starter-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sairyss%2Ffullstack-starter-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271636017,"owners_count":24794144,"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-08-22T02:00:08.480Z","response_time":65,"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":["backend","chakraui","fastify","frontend","fullstack","javascript","node","node-js","nodejs","nx","prisma","react","reactjs","template","trpc","typescript","vite","zod"],"created_at":"2024-09-24T13:41:22.135Z","updated_at":"2025-10-13T10:12:00.574Z","avatar_url":"https://github.com/Sairyss.png","language":"TypeScript","readme":"# Full stack starter template\n\nMonorepository TypeScript template for full stack applications.\n\n- Maximized for productivity\n- Based on cutting edge technologies\n- Follows best practices for project structure, architecture, security\n- Includes authentication module\n\n## Libraries/frameworks\n\nThis template includes a bunch of libraries to get you up and running quickly and improve your developer experience.\n\n### Frontend\n\n- [React](https://reactjs.org/) - main frontend library\n- [Vite](https://vitejs.dev/) - modern and fast build tool\n- [React Query](https://react-query-v3.tanstack.com/) - react hooks to facilitate fetching/updating/caching data on the server\n- [Zustand](https://github.com/pmndrs/zustand) - easy state-management\n- [React router](https://reactrouter.com/en/main) - for routing\n- [Cypress](https://www.cypress.io/) - end-to-end testing for your frontend\n- [Storybook](https://storybook.js.org/) - build your UI web components in isolation\n\n#### Frontend UI\n\n- [ChakraUI](https://chakra-ui.com/) - UI library that lets you create beautiful interfaces quickly\n- [Framer Motion](https://www.framer.com/motion/) - create beautiful motion animations ([compatible with ChakraUI](https://chakra-ui.com/getting-started/with-framer))\n- [React Icons](https://react-icons.github.io/react-icons/) - icons for your app\n- [React-toastify](https://fkhadra.github.io/react-toastify/introduction) - show notifications when something happens\n\n### Backend\n\n- [Fastify](https://www.fastify.io/) - fast web framework for NodeJS\n- [Prisma](https://www.prisma.io/) - new generation ORM for working with relational databases\n- [Zod](https://github.com/colinhacks/zod) - TypeScript-first schema validation with static type inference\n- [dotenv](https://www.npmjs.com/package/dotenv) - to load your configs from an .env file\n- [env-var](https://www.npmjs.com/package/env-var) - validate and sanitize your environmental variables\n\n### Shared libraries\n\n- [tRPC](https://trpc.io/) - Remote Procedure Calls for your TypeScript applications. Move faster by removing the need of a traditional API-layer.\n- [NX](https://nx.dev/) - build system with first class monorepo support and powerful integrations\n- [Jest](https://jestjs.io/) - testing framework\n- [Eslint](https://eslint.org/) - static code analysis for identifying problematic patterns found in your code\n\n## Starting the app\n\n- Clone the repository\n- Copy `.env.example` and rename to `.env`\n- `npm run docker:env` - setup the database (postgresql) in docker\n- `npm install` - install dependencies\n- `npm run migrate:dev` - run migrations to create tables\n- `npm run backend:dev` - run backend\n- `npm run frontend:dev` - run frontend\n\n## Scripts\n\n- `npm run frontend:storybook` - start storybook to develop components in isolation\n- `npm run dep-graph` - see dependency graph\n- For more commands check `package.json`\n- To generate new apps in the monorepo, check out [NX documentation](https://nx.dev/packages/nx/documents/generate).\n\n## Check out my other repositories\n\n- [Domain-Driven Hexagon](https://github.com/Sairyss/domain-driven-hexagon) - Guide on Domain-Driven Design, software architecture, design patterns, best practices etc.\n- [Backend best practices](https://github.com/Sairyss/backend-best-practices) - Best practices, tools and guidelines for backend development.\n- [System Design Patterns](https://github.com/Sairyss/system-design-patterns) - list of topics and resources related to distributed systems, system design, microservices, scalability and performance, etc.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsairyss%2Ffullstack-starter-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsairyss%2Ffullstack-starter-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsairyss%2Ffullstack-starter-template/lists"}