{"id":18886041,"url":"https://github.com/meldiron/appwrite-next13-ssr","last_synced_at":"2025-04-14T22:15:19.708Z","repository":{"id":110948695,"uuid":"558895291","full_name":"Meldiron/appwrite-next13-ssr","owner":"Meldiron","description":"Demo application showcasing server side rendered authenticated communication between Next.js and Appwrite.","archived":false,"fork":false,"pushed_at":"2022-10-28T16:31:14.000Z","size":372,"stargazers_count":14,"open_issues_count":2,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-14T22:15:06.521Z","etag":null,"topics":["appwrite","nextjs","tailwindcss"],"latest_commit_sha":null,"homepage":"https://appwrite-next13-ssr.matejbaco.eu/","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/Meldiron.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":"2022-10-28T14:39:09.000Z","updated_at":"2024-11-20T10:13:16.000Z","dependencies_parsed_at":"2023-07-10T09:00:55.128Z","dependency_job_id":null,"html_url":"https://github.com/Meldiron/appwrite-next13-ssr","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meldiron%2Fappwrite-next13-ssr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meldiron%2Fappwrite-next13-ssr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meldiron%2Fappwrite-next13-ssr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meldiron%2Fappwrite-next13-ssr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Meldiron","download_url":"https://codeload.github.com/Meldiron/appwrite-next13-ssr/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248968917,"owners_count":21191162,"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":["appwrite","nextjs","tailwindcss"],"created_at":"2024-11-08T07:24:00.296Z","updated_at":"2025-04-14T22:15:19.686Z","avatar_url":"https://github.com/Meldiron.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🤖 SSR - Appwrite ♥️ Next.js 13\n\n\u003e Demo application showcasing server side rendered authenticated communication between Next.js and Appwrite.\n\n## 🧰 Tech Stack\n\n- [Appwrite](https://appwrite.io/)\n- [Next.js 13](https://nextjs.org/blog/next-13)\n- [Tailwind CSS](https://tailwindcss.com/)\n\n## ⚙️ Setup Server\n\n1. Setup Appwrite server\n2. Create project `appwriteSsr`\n3. Deploy Appwrite as subdomain of your app domain, for example `api.myapp.com`\n\n\u003e If running on localhost port 80, you can use `localhost`\n\n4. Update `APPWRITE_ENDPOINT` and `APPWRITE_HOSTNAME` in `lib/appwrite.js`\n\n## 👀 Setup Client\n\n1. Install libarries `npm install`\n2. Deploy Next.js app on a domain, for example `myapp.com`\n\n\u003e If running on localhost port 3000, you can use `localhost`\n\n3. Update `APP_HOSTNAME` in `lib/appwrite.js`\n\n4. Start server `npm serve`\n\n5. In Appwrite Dashboard, add your frontend app domain as web platform\n\n## 🖼️ Screenshots\n\n![Screenshot](docs/screenshot1.png)\n![Screenshot](docs/screenshot2.png)\n\n## 🤖 Auto-generated documentation\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\n## Getting Started\n\nFirst, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.\n\n[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.ts`.\n\nThe `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.\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%2Fmeldiron%2Fappwrite-next13-ssr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeldiron%2Fappwrite-next13-ssr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeldiron%2Fappwrite-next13-ssr/lists"}