{"id":48596374,"url":"https://github.com/codedpro/saasify","last_synced_at":"2026-04-08T21:02:52.569Z","repository":{"id":294214354,"uuid":"970722451","full_name":"codedpro/SaaSify","owner":"codedpro","description":"SaaSify – A modern, conversion-optimized SaaS landing page template built with Next.js, Tailwind CSS, and beautiful UI components.","archived":false,"fork":false,"pushed_at":"2025-05-19T11:07:32.000Z","size":98,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-19T12:26:49.429Z","etag":null,"topics":["conversion-optimized","framer-motion","landing-page","lucide-icons","marketing-page","nextjs","radix-ui","react","react-hook-form","saas","tailwindcss","typescript","zod"],"latest_commit_sha":null,"homepage":"https://nesters-saas-landing-page.vercel.app","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/codedpro.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":"2025-04-22T12:46:06.000Z","updated_at":"2025-05-19T11:07:35.000Z","dependencies_parsed_at":"2025-05-19T12:26:55.610Z","dependency_job_id":"5e7c1789-5209-44f8-b5f9-43a75dfcec14","html_url":"https://github.com/codedpro/SaaSify","commit_stats":null,"previous_names":["codedpro/saasify"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codedpro/SaaSify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codedpro%2FSaaSify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codedpro%2FSaaSify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codedpro%2FSaaSify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codedpro%2FSaaSify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codedpro","download_url":"https://codeload.github.com/codedpro/SaaSify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codedpro%2FSaaSify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31573789,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["conversion-optimized","framer-motion","landing-page","lucide-icons","marketing-page","nextjs","radix-ui","react","react-hook-form","saas","tailwindcss","typescript","zod"],"created_at":"2026-04-08T21:01:34.368Z","updated_at":"2026-04-08T21:02:52.560Z","avatar_url":"https://github.com/codedpro.png","language":"TypeScript","readme":"# SaaSify 🚀\n\n**SaaSify** is a sleek and high-converting SaaS landing page template, built to showcase your product, attract leads, and drive conversions. With responsive layouts, modern components, and beautiful UI elements — it’s your go-to starter for any SaaS business.\n\n🌐 Live Preview: [nesters-saas-landing-page.vercel.app](https://nesters-saas-landing-page.vercel.app/)\n\n---\n\n## 🚀 Features\n\n* **Hero Section**: Capture attention instantly with a bold, modern hero design.\n* **Features Grid**: Highlight your core selling points with icons and descriptions.\n* **Pricing Plans**: Display flexible pricing models clearly.\n* **Testimonials**: Build trust with customer feedback.\n* **Responsive Design**: Looks perfect on all screen sizes.\n* **Dark Mode**: Seamless theme switching built-in.\n* **CTA Sections**: Strong, reusable calls to action throughout.\n\n---\n\n## 🛠️ Tech Stack\n\n* **Framework**: Next.js 15.2.4\n* **Language**: TypeScript\n* **Styling**: Tailwind CSS 3.4.17, tailwindcss-animate\n* **UI Components**: Radix UI, Lucide React, Sonner\n* **Animations**: Framer Motion\n* **Forms**: React Hook Form, Zod, @hookform/resolvers\n* **Theme Management**: next-themes\n* **Carousel**: Embla Carousel\n* **Utilities**: clsx, class-variance-authority, tailwind-merge\n\n---\n\n## 📦 Installation\n\n1. **Clone the repository**:\n\n   ```bash\n   git clone https://github.com/codedpro/SaaSify.git\n   cd SaaSify\n   ```\n\n2. **Install dependencies**:\n\n   ```bash\n   npm install\n   # or\n   yarn install\n   ```\n\n3. **Run the development server**:\n\n   ```bash\n   npm run dev\n   # or\n   yarn dev\n   ```\n\n   Open [http://localhost:3000](http://localhost:3000) in your browser.\n\n---\n\n## 📁 Project Structure\n\n```bash\n├── components/        # Reusable UI components\n├── pages/             # Next.js pages\n├── public/            # Static assets\n├── styles/            # Global styles and Tailwind configurations\n├── utils/             # Utility functions\n├── types/             # TypeScript type definitions\n├── package.json       # Project metadata and scripts\n└── tailwind.config.js # Tailwind CSS configuration\n```\n\n---\n\n## 🧪 Scripts\n\n* `npm run dev` – Start the development server\n* `npm run build` – Build for production\n* `npm run start` – Start the production server\n* `npm run lint` – Run ESLint to analyze code quality\n\n---\n\n## 🙌 Acknowledgments\n\n* [Radix UI](https://www.radix-ui.com/) – Headless UI components\n* [Tailwind CSS](https://tailwindcss.com/) – Utility-first styling\n* [Framer Motion](https://www.framer.com/motion/) – Smooth animations\n* [Lucide Icons](https://lucide.dev/) – Beautiful icon system\n* [Zod](https://zod.dev/) – Schema validation\n* [React Hook Form](https://react-hook-form.com/) – Form state management\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodedpro%2Fsaasify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodedpro%2Fsaasify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodedpro%2Fsaasify/lists"}