{"id":19412431,"url":"https://github.com/tuanphungcz/withpayload.com","last_synced_at":"2025-04-24T11:31:15.085Z","repository":{"id":261620845,"uuid":"865009136","full_name":"tuanphungcz/withpayload.com","owner":"tuanphungcz","description":"A community list of open source resources for @Payloadcms","archived":false,"fork":false,"pushed_at":"2024-11-07T20:57:15.000Z","size":1337,"stargazers_count":36,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T04:12:33.722Z","etag":null,"topics":["blog","payload-template","payloadcms","tailwindcss"],"latest_commit_sha":null,"homepage":"https://withpayload.com","language":"TypeScript","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/tuanphungcz.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-09-29T18:42:34.000Z","updated_at":"2025-03-18T08:15:32.000Z","dependencies_parsed_at":"2024-11-10T12:39:42.418Z","dependency_job_id":null,"html_url":"https://github.com/tuanphungcz/withpayload.com","commit_stats":null,"previous_names":["tuanphungcz/withpayload","tuanphungcz/withpayload.com"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuanphungcz%2Fwithpayload.com","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuanphungcz%2Fwithpayload.com/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuanphungcz%2Fwithpayload.com/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuanphungcz%2Fwithpayload.com/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tuanphungcz","download_url":"https://codeload.github.com/tuanphungcz/withpayload.com/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250618162,"owners_count":21460038,"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":["blog","payload-template","payloadcms","tailwindcss"],"created_at":"2024-11-10T12:26:40.315Z","updated_at":"2025-04-24T11:31:15.045Z","avatar_url":"https://github.com/tuanphungcz.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Payload Tailwind Blog \u0026 Directory Starter\n\n![A preview of the Payload Directory Starter](https://raw.githubusercontent.com/tuanphungcz/withpayload/refs/heads/main/public/media/withpayload-projects.jpg)\n\n![A preview of the Payload Tailwind Blog](https://raw.githubusercontent.com/tuanphungcz/withpayload/refs/heads/main/public/media/withpayload-blog.jpg)\n\n## Demo\n\nCheck out the live demo of the Payload Tailwind Blog \u0026 Directory Starter:\n\n👉 [View Demo](https://withpayload.com)\n\nA modern, performant, and customizable starter built with Payload CMS, Next.js, and Tailwind CSS. Perfect for creating a blog with an integrated project directory or resource hub.\n\n## 🚀 One-Click Deploy (WIP)\n\nDeploy your own copy of this starter to Vercel with one click.\n\n\n## ⚠️ Beta Notice\n\nPlease note that this project uses Payload CMS version 3.0.0-beta.108, which is still in beta. While it offers exciting new features and improvements, it may not be fully stable for production use.\n\nWe recommend keeping an eye on the [Payload CMS GitHub repository](https://github.com/payloadcms/payload) for updates and the official release of version 3.0.0.\n\n## ✨ Features\n\n### Content Management\n- Blog with categories, tags, and featured posts\n- Project directory with customizable categories and filters\n- Rich text editor with code highlighting\n- Media library for images and assets\n\n### Technical Features\n- Built with Payload CMS for flexible content management\n- Next.js 15 (canary) for optimal performance\n- Analytics integration with Vercel Analytics\n- Responsive design with Tailwind CSS\n- PostgreSQL for robust data storage\n- Type-safe development with TypeScript\n\n## 🛠 Built With\n\n- **CMS**: [Payload CMS](https://payloadcms.com/)\n- **Framework**: [Next.js](https://nextjs.org/)\n- **Language**: [TypeScript](https://www.typescriptlang.org/)\n- **Styling**: [Tailwind CSS](https://tailwindcss.com/)\n- **Database**: [PostgreSQL](https://www.postgresql.org/)\n- **Deployment**: [Vercel](https://vercel.com)\n\n## 🏃‍♂️ Getting Started\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/tuanphungcz/withpayload.git\n   cd withpayload\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   pnpm install\n   ```\n\n3. Set up your environment variables:\n   Create a `.env` file in the root directory and add necessary variables.\n\n4. Run the development server:\n\n   ```bash\n   pnpm dev\n   ```\n\n5. Open [http://localhost:3000](http://localhost:3000) in your browser to see the result.\n\n## 📦 Scripts\n\n- `pnpm dev`: Start the development server\n- `pnpm build`: Build the production-ready application\n- `pnpm start`: Start the production server\n- `pnpm lint`: Run ESLint\n- `pnpm payload`: Run Payload CMS commands\n- `pnpm generate:types`: Generate Payload types\n- `pnpm migrate:create`: Create a new database migration\n\n## 📝 License\n\nThis project is open source and available under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuanphungcz%2Fwithpayload.com","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftuanphungcz%2Fwithpayload.com","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuanphungcz%2Fwithpayload.com/lists"}