{"id":31070139,"url":"https://github.com/taurusilver7/forge","last_synced_at":"2025-09-15T22:59:31.947Z","repository":{"id":291760209,"uuid":"718208073","full_name":"taurusilver7/forge","owner":"taurusilver7","description":"A full-stack form-building service provider built with next-14, Typescript, dnd-kit, postgresql","archived":false,"fork":false,"pushed_at":"2025-05-06T11:20:51.000Z","size":701,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-06T12:37:55.463Z","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/taurusilver7.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-11-13T15:55:37.000Z","updated_at":"2025-05-06T11:20:55.000Z","dependencies_parsed_at":"2025-05-06T12:48:12.462Z","dependency_job_id":null,"html_url":"https://github.com/taurusilver7/forge","commit_stats":null,"previous_names":["taurusilver7/forge"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/taurusilver7/forge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taurusilver7%2Fforge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taurusilver7%2Fforge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taurusilver7%2Fforge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taurusilver7%2Fforge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taurusilver7","download_url":"https://codeload.github.com/taurusilver7/forge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taurusilver7%2Fforge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275333313,"owners_count":25446100,"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","status":"online","status_checked_at":"2025-09-15T02:00:09.272Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-09-15T22:59:27.914Z","updated_at":"2025-09-15T22:59:31.937Z","avatar_url":"https://github.com/taurusilver7.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Forge - Form Generator\n\n\u003e Explore the state-of-art Custom Form Building SaaS built with Next 14, Typescript, PostgreSQL, and Prisma.\n\n![forge-form-builder](https://i.ibb.co/H21t7RB/forge.png)\n\n## Features\n\n-  Fully responsive: mobile \u0026 tablet 💻\n-  Create forms with a stunning drag and drop designer.\n-  Layout fields: Title, Subtitle, Spacer, Separator, Paragraph. ⬅➡↕\n-  Form fields: Text, Number, Select, Date, Checkbox, Textarea.\n-  Add and customize new fields. 📌\n-  Form preview dialog. 📃\n-  Share form urls. 🔘\n-  Form submission/validation.\n-  👍🏻 Form stats: visits and submissions.\n\n## Getting Started\n\nFirst, run the development server:\n\n```bash\nnpx create-next-app@latest \u003cname\u003e --typescript --tailwind --eslint\n# and\nnpm run dev\n# or\nyarn dev\n```\n\n```bash\nnpx shadcn-ui@latest init\n# and\nnpx shadcn-ui@latest add \u003ccomponents\u003e\n```\n\nAdd prisma ORM to the build\n\n```bash\nbun add prisma --save-dev\n# and\nbunx prisma init\n# initialize the prisma client on local dev\nbunx prisma generate\n# generate data model from schema\nbunx prisma db push\n# or push the schema to integrate with database\nnpx prisma migrate\n# name the migration database\nnpx prisma studio\n# view the database modelling in UI\n\n```\n\n## Prerequisites\n\n-  Node.js 18+\n-  NPM/Yarn/Bun\n-  Clerk Accounts\n-  NeonTech/Vercel Database Account\n\n## Env Variables\n\nCreate an `.env.local` file with:\n\n```base\n\n# Next.js\nNODE_ENV=development\nNEXT_PUBLIC_BASE_URL=http://localhost:3000\n\n# Clerk\nNEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=your-clerk-publishable-key\nCLERK_SECRET_KEY=your-clerk-secret-key\n\nNEXT_PUBLIC_CLERK_SIGN_IN_URL=/login\nNEXT_PUBLIC_CLERK_SIGN_UP_URL=/register\nNEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/\nNEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/\n\n# Postgresql\nPOSTGRES_PRISMA_URL=your_postgresql_database_pooling_url\nPOSTGRES_URL_NON_POOLING=your_postgresql_non_pooling_url\n```\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\n```\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaurusilver7%2Fforge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaurusilver7%2Fforge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaurusilver7%2Fforge/lists"}