{"id":14957280,"url":"https://github.com/rohittcodes/neon-osskit","last_synced_at":"2025-05-02T07:33:17.808Z","repository":{"id":255033896,"uuid":"848244254","full_name":"RohittCodes/neon-osskit","owner":"RohittCodes","description":"dev.to Neon-oss challenge winner. Neon OSS Kit is a collection of tools and services that help you build and scale your applications with Neon.","archived":false,"fork":false,"pushed_at":"2024-10-11T05:06:02.000Z","size":55,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-12T16:02:52.879Z","etag":null,"topics":["cli","documentation","drizzle-orm","neon","neondb","nextjs","prisma","starter-kit","starter-template","template","typescript"],"latest_commit_sha":null,"homepage":"https://osskit-neon.vercel.app","language":"MDX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RohittCodes.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}},"created_at":"2024-08-27T12:06:23.000Z","updated_at":"2024-10-11T05:06:06.000Z","dependencies_parsed_at":"2024-09-29T06:18:36.002Z","dependency_job_id":null,"html_url":"https://github.com/RohittCodes/neon-osskit","commit_stats":{"total_commits":6,"total_committers":2,"mean_commits":3.0,"dds":"0.16666666666666663","last_synced_commit":"e0ffc23d122e57cf74ccef30d4c2ae5085a37c42"},"previous_names":["rohittcodes/neon-osskit"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohittCodes%2Fneon-osskit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohittCodes%2Fneon-osskit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohittCodes%2Fneon-osskit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohittCodes%2Fneon-osskit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RohittCodes","download_url":"https://codeload.github.com/RohittCodes/neon-osskit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224305847,"owners_count":17289446,"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":["cli","documentation","drizzle-orm","neon","neondb","nextjs","prisma","starter-kit","starter-template","template","typescript"],"created_at":"2024-09-24T13:14:32.106Z","updated_at":"2024-11-12T16:04:55.282Z","avatar_url":"https://github.com/RohittCodes.png","language":"MDX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Neon OSS Starter Kit Documentation\n\nWelcome to the official documentation for the Neon OSS Starter Kit. This documentation will guide you through the installation, setup, and usage of the Neon OSS Starter Kit.\n\n[**Live Documentation**](https://osskit-neon.vercel.app)\n\n![landing page](https://github.com/user-attachments/assets/2ab48727-6fa2-4bc6-9a29-dbad98d3e9a2)\n\n\n## Creating a new project using the Neon OSS Starter Kit\n\nTo create a new project using the Neon OSS Starter Kit, you can use the following command:\n\n```bash\nnpx @rohittcodes/neon-osskit@latest\n```\n\n\u003e Note: This command will create a new next project with Prisma ORM by default.\n\nTo create a new project with drizzle, you can use the following command:\n\n```bash\nnpx @rohittcodes/neon-osskit@latest drizzle\n```\nfor prisma again\n```bash\nnpx @rohittcodes/neon-osskit@latest prisma\n```\n\n## Further Steps\n\nAfter creating a new project using the Neon OSS Starter Kit, you can follow the steps below to get started:\n\n1. Add your environment variables to the `.env` file\n\n```\nDATABASE_URL=\"your-neon-database-url\"\n \nNEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=your-clerk-publishable-key\nCLERK_SECRET_KEY=your-clerk-secret-key\n \nNEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in\nNEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up\n```\n\n2. Delete the `.git` folder and run `git init` to initialize a new git repository for your project (if you want to use git)\n\n3. Start the development server\n\n```bash\npnpm dev\n# or\nyarn dev\n# or\nnpm run dev\n```\n\n## Contributing\n\nIf you would like to contribute to the documentation, please follow the steps below:\n\n1. Fork the repository\n2. Clone the repository to your local machine\n```bash\ngit clone https://github.com/RohittCodes/neon-osskit.git\n```\n3. Install the dependencies\n```bash\npnpm i\n```\n4. Start the development server\n```bash\npnpm dev\n```\n5. Make your changes\n6. Commit your changes\n```bash\ngit add .\ngit commit -m \"Your commit message\"\n```\n7. Push your changes\n```bash\ngit push\n```\n8. Create a pull request\n\nIf you have any questions or need help, please feel free to reach out to me on [Twitter](https://x.com/RohittCodes).\n\n## License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohittcodes%2Fneon-osskit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frohittcodes%2Fneon-osskit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohittcodes%2Fneon-osskit/lists"}