{"id":42448182,"url":"https://github.com/softnetics/genseki","last_synced_at":"2026-04-02T23:52:36.146Z","repository":{"id":298480916,"uuid":"984546734","full_name":"softnetics/genseki","owner":"softnetics","description":"Database-first, type-safe full-stack framework that turns your Drizzle schema into instant CRUD APIs and UIs with Next.js.","archived":false,"fork":false,"pushed_at":"2026-01-28T09:02:20.000Z","size":4231,"stargazers_count":6,"open_issues_count":15,"forks_count":7,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-28T23:09:33.397Z","etag":null,"topics":["cms","erp","nextjs","react","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/softnetics.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-16T05:37:02.000Z","updated_at":"2026-01-28T09:01:10.000Z","dependencies_parsed_at":"2025-06-11T10:49:00.977Z","dependency_job_id":"ac6df7ef-f5f4-44c3-98ac-56702d9c57ed","html_url":"https://github.com/softnetics/genseki","commit_stats":null,"previous_names":["softnetics/genseki"],"tags_count":706,"template":false,"template_full_name":null,"purl":"pkg:github/softnetics/genseki","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softnetics%2Fgenseki","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softnetics%2Fgenseki/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softnetics%2Fgenseki/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softnetics%2Fgenseki/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/softnetics","download_url":"https://codeload.github.com/softnetics/genseki/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softnetics%2Fgenseki/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29739024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T04:51:08.365Z","status":"ssl_error","status_checked_at":"2026-02-23T04:49:15.865Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["cms","erp","nextjs","react","typescript"],"created_at":"2026-01-28T08:34:40.204Z","updated_at":"2026-02-23T07:04:56.282Z","avatar_url":"https://github.com/softnetics.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Turborepo starter\n\nThis Turborepo starter is maintained by the Turborepo core team.\n\n## Using this example\n\nRun the following command:\n\n```sh\nnpx create-turbo@latest\n```\n\n## What's inside?\n\nThis Turborepo includes the following packages/apps:\n\n### Apps and Packages\n\n- `docs`: a [Next.js](https://nextjs.org/) app\n- `web`: another [Next.js](https://nextjs.org/) app\n- `@repo/ui`: a stub React component library shared by both `web` and `docs` applications\n\nEach package/app is 100% [TypeScript](https://www.typescriptlang.org/).\n\n### Utilities\n\nThis Turborepo has some additional tools already setup for you:\n\n- [TypeScript](https://www.typescriptlang.org/) for static type checking\n- [ESLint](https://eslint.org/) for code linting\n- [Prettier](https://prettier.io) for code formatting\n\n### Build\n\nTo build all apps and packages, run the following command:\n\n```\ncd my-turborepo\npnpm build\n```\n\n### Develop\n\nTo develop all apps and packages, run the following command:\n\n```\ncd my-turborepo\npnpm dev\n```\n\n### Remote Caching\n\n\u003e [!TIP]\n\u003e Vercel Remote Cache is free for all plans. Get started today at [vercel.com](https://vercel.com/signup?/signup?utm_source=remote-cache-sdk\u0026utm_campaign=free_remote_cache).\n\nTurborepo can use a technique known as [Remote Caching](https://turbo.build/repo/docs/core-concepts/remote-caching) to share cache artifacts across machines, enabling you to share build caches with your team and CI/CD pipelines.\n\nBy default, Turborepo will cache locally. To enable Remote Caching you will need an account with Vercel. If you don't have an account you can [create one](https://vercel.com/signup?utm_source=turborepo-examples), then enter the following commands:\n\n```\ncd my-turborepo\nnpx turbo login\n```\n\nThis will authenticate the Turborepo CLI with your [Vercel account](https://vercel.com/docs/concepts/personal-accounts/overview).\n\nNext, you can link your Turborepo to your Remote Cache by running the following command from the root of your Turborepo:\n\n```\nnpx turbo link\n```\n\n## Useful Links\n\nLearn more about the power of Turborepo:\n\n- [Tasks](https://turbo.build/repo/docs/core-concepts/monorepos/running-tasks)\n- [Caching](https://turbo.build/repo/docs/core-concepts/caching)\n- [Remote Caching](https://turbo.build/repo/docs/core-concepts/remote-caching)\n- [Filtering](https://turbo.build/repo/docs/core-concepts/monorepos/filtering)\n- [Configuration Options](https://turbo.build/repo/docs/reference/configuration)\n- [CLI Usage](https://turbo.build/repo/docs/reference/command-line-reference)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftnetics%2Fgenseki","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoftnetics%2Fgenseki","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftnetics%2Fgenseki/lists"}