{"id":16065099,"url":"https://github.com/miljan-code/gpt-writer","last_synced_at":"2025-07-06T00:33:12.685Z","repository":{"id":182038137,"uuid":"660082962","full_name":"miljan-code/gpt-writer","owner":"miljan-code","description":"AI copywriting tool built with Next.JS and GPT","archived":false,"fork":false,"pushed_at":"2024-11-07T15:50:19.000Z","size":3876,"stargazers_count":8,"open_issues_count":1,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-22T03:02:35.009Z","etag":null,"topics":[],"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/miljan-code.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,"zenodo":null}},"created_at":"2023-06-29T07:53:36.000Z","updated_at":"2025-06-11T08:58:24.000Z","dependencies_parsed_at":"2024-10-27T17:21:50.200Z","dependency_job_id":"3dcf4bc2-dee9-4194-bc74-a111c366a79a","html_url":"https://github.com/miljan-code/gpt-writer","commit_stats":{"total_commits":49,"total_committers":2,"mean_commits":24.5,"dds":0.04081632653061229,"last_synced_commit":"8dffabd9a2186dc6f37cb6fd7f6d0b6c5be810d0"},"previous_names":["miljan-code/gpt-writer-v2"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/miljan-code/gpt-writer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miljan-code%2Fgpt-writer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miljan-code%2Fgpt-writer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miljan-code%2Fgpt-writer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miljan-code%2Fgpt-writer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miljan-code","download_url":"https://codeload.github.com/miljan-code/gpt-writer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miljan-code%2Fgpt-writer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263832100,"owners_count":23517344,"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":[],"created_at":"2024-10-09T05:11:06.869Z","updated_at":"2025-07-06T00:33:12.631Z","avatar_url":"https://github.com/miljan-code.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GPT Writer - Modern Fullstack SaaS application\n\nGPT Writer is a Software as a Service (SaaS) project leveraging OpenAI's GPT-3.5 API to provide users with a suite of valuable services, including grammar checking, text summarization, article writing, and paraphrasing.\n\nBuilt with NextJS 13, PlanetScale, Drizzle ORM, OpenAI, Clerk, ShadCN/ui and Stripe.\n\n![GPT Writer](/assets/image/hero.webp)\n\n## Features\n\n- Clerk auth sync with DB using webhooks\n- AI text generation using OpenAI's GPT-3.5\n- Image upload using UploadThing\n- Beautiful dashboard built with ShadCN/ui components\n- Modern looking landing page built with TailwindCSS\n- Stripe integration for payments\n- Form validations with Zod and React-Hook-Form\n- CRUD operations using Drizzle ORM\n- State management using Jotai\n- Markdown rendering\n- and much more...\n\n## Usage\n\nClone this repo\n\n```bash\ngit clone https://github.com/miljan-code/gpt-writer-v2.git\n```\n\nInstall necessary dependencies\n\n```bash\nnpm install\n# or\nyarn\n```\n\nFill up the .env file\n\n```env\n# DB - PlanetScale\n\nDATABASE_URL='mysql://user:pw@planetscale'\n\n# AUTH - Clerk\n\nNEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=\nCLERK_SECRET_KEY=\nCLERK_WEBHOOK_SECRET=\n\n# Stripe\n\nSTRIPE_API_KEY=\nSTRIPE_WEBHOOK_SECRET=\nSTRIPE_PLAN_100=\nSTRIPE_PLAN_200=\nSTRIPE_PLAN_350=\nSTRIPE_PLAN_500=\n\n# OpenAI\n\nOPENAI_API_KEY=\n\n# UploadThing\n\nUPLOADTHING_SECRET=\nUPLOADTHING_APP_ID=\n\n# App URL\n\nAPP_URL=\"http://localhost:3000\"\n```\n\nSetup clerk and stripe webhook endpoints\n\nRun the development server\n\n```bash\nnpm run dev\n# or\nyarn dev\n```\n\n## Demo\n\nTry it out here\n\n[https://gpt-writer.miljan.xyz/](https://gpt-writer.miljan.xyz/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiljan-code%2Fgpt-writer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiljan-code%2Fgpt-writer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiljan-code%2Fgpt-writer/lists"}