{"id":48763925,"url":"https://github.com/aurorascharff/next15-message-box","last_synced_at":"2026-04-13T07:44:05.501Z","repository":{"id":236546682,"uuid":"792822579","full_name":"aurorascharff/next15-message-box","owner":"aurorascharff","description":"An interactive, progressively enhanced message box using Next.js 15 with Server Actions, Tailwind CSS and Prisma. See \"optimistic\" and \"optimistic-retry\" branches for optimistic updates.","archived":false,"fork":false,"pushed_at":"2025-02-21T17:22:56.000Z","size":526,"stargazers_count":32,"open_issues_count":1,"forks_count":8,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-07T07:50:49.555Z","etag":null,"topics":["app-router","nextjs","prisma","progressive-enhancement","react19","rsc","server-actions","tailwind"],"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/aurorascharff.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-04-27T16:53:10.000Z","updated_at":"2025-09-22T00:06:44.000Z","dependencies_parsed_at":"2024-04-27T18:26:58.645Z","dependency_job_id":"d148af84-6b72-41a7-a59d-fa590123d759","html_url":"https://github.com/aurorascharff/next15-message-box","commit_stats":null,"previous_names":["aurorascharff/next14-message-box"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aurorascharff/next15-message-box","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aurorascharff%2Fnext15-message-box","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aurorascharff%2Fnext15-message-box/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aurorascharff%2Fnext15-message-box/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aurorascharff%2Fnext15-message-box/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aurorascharff","download_url":"https://codeload.github.com/aurorascharff/next15-message-box/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aurorascharff%2Fnext15-message-box/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31744404,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T06:26:45.479Z","status":"ssl_error","status_checked_at":"2026-04-13T06:26:44.645Z","response_time":93,"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":["app-router","nextjs","prisma","progressive-enhancement","react19","rsc","server-actions","tailwind"],"created_at":"2026-04-13T07:44:04.836Z","updated_at":"2026-04-13T07:44:05.496Z","avatar_url":"https://github.com/aurorascharff.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Next 15 Message Box\n\nThis is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).\n\nIt displays a messaging box using Next 15 with Server Actions, Tailwind CSS, and Prisma, and is progressively enhanced with React 19 features.\n\nThis project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.\n\n## Getting Started\n\nFirst, install the dependencies:\n\n```bash\nnpm install\n```\n\nThen, run the development server:\n\n```bash\nnpm run dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\n## Prisma Setup\n\nYou need decide between prisma local development with `sqlite` or a real database with for example `sqlserver`. Define it in the `schema.prisma` file.\n\nConsider adding a `.env` file to the root of the project and using these inside `schema.prisma` with `env(\"DATABASE_URL\")`, refer to `.env.sample`.\n\nAfter switching, delete the `prisma/migrations` folder before running the migration command.\n\nWhen using sqlserver, you need to migrate the database schema with:\n\n```bash\nnpm run prisma.migrate\n```\n\nWhen using sqllite, initialize with:\n\n```bash\nnpm run prisma.push\n```\n\nSeed prisma/seed.ts for initial data:\n\n```sh\nnpm run prisma.seed\n```\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faurorascharff%2Fnext15-message-box","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faurorascharff%2Fnext15-message-box","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faurorascharff%2Fnext15-message-box/lists"}