{"id":29628107,"url":"https://github.com/bottyivan/introfy","last_synced_at":"2026-02-08T01:33:11.665Z","repository":{"id":299507063,"uuid":"1003262089","full_name":"BottyIvan/introfy","owner":"BottyIvan","description":"Create modern landing pages for your open source projects in minutes.","archived":false,"fork":false,"pushed_at":"2025-07-06T00:52:38.000Z","size":1120,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"dev","last_synced_at":"2025-07-21T08:54:23.693Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://introfy.dev/","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BottyIvan.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-06-16T22:00:34.000Z","updated_at":"2025-07-06T00:52:41.000Z","dependencies_parsed_at":"2025-06-16T23:18:42.611Z","dependency_job_id":"212453fd-7ba5-4dcb-b58f-9fcb4289e7f7","html_url":"https://github.com/BottyIvan/introfy","commit_stats":null,"previous_names":["bottyivan/introfy"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/BottyIvan/introfy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BottyIvan%2Fintrofy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BottyIvan%2Fintrofy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BottyIvan%2Fintrofy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BottyIvan%2Fintrofy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BottyIvan","download_url":"https://codeload.github.com/BottyIvan/introfy/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BottyIvan%2Fintrofy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29216085,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T00:10:47.190Z","status":"ssl_error","status_checked_at":"2026-02-08T00:10:43.589Z","response_time":63,"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":[],"created_at":"2025-07-21T08:35:04.485Z","updated_at":"2026-02-08T01:33:11.646Z","avatar_url":"https://github.com/BottyIvan.png","language":"Vue","readme":"# Introfy.dev\n\n\u003e [!CAUTION]\n\u003e Some features of Introfy are still under development and may not be fully functional. Stay tuned for updates!\n\n\u003e [!NOTE]\n\u003e 🚀 **Introfy CLI is now available!**  \n\u003e Easily scaffold new landing pages and manage your project from the command line.  \n\u003e Learn more in the [create-introfy repository](https://github.com/BottyIvan/create-introfy).\n\n**Introfy.dev** is a modern, open source landing page generator designed for software projects, teams, and developers who want to showcase their work professionally, quickly, and with SEO optimization.\n\n## Main Features\n\n- 🚀 **Fast generation** of customizable landing pages\n- 🎨 **Modern, responsive templates**\n- 🛠️ **GitHub integration** (changelog, contributors, release downloads)\n- 📄 **Changelog management** via JSON files\n- 🌗 **Dark mode** and color customization\n- 🔍 **SEO optimized** with analytics support\n- ☁️ **Easy deployment** to Vercel, Netlify, etc.\n- 📚 **Documentation** in Markdown, loaded dynamically\n\n## Tech Stack\n\n- [Vue 3](https://vuejs.org/)\n- [Pinia](https://pinia.vuejs.org/) for state management\n- [Vue Router](https://router.vuejs.org/) for dynamic routing\n- [Tailwind CSS](https://tailwindcss.com/) for styling\n- [Bootstrap Icons](https://icons.getbootstrap.com/)\n- [Vite](https://vitejs.dev/) as the bundler\n- [js-yaml](https://github.com/nodeca/js-yaml) and [marked](https://marked.js.org/) for Markdown parsing and rendering\n\n## Configuration\n\n- **App configuration:**  \n   Edit [`introfy.config.js`](introfy.config.js)\n- **Release management:**  \n   Update [`public/releases.json`](public/releases.json)\n- **Documentation pages:**  \n   Add Markdown files in [`src/pages/`](src/pages/)\n\n## Getting Started\n\n### Installation\n\nInstall the Introfy CLI globally:\n\n```bash\nnpm install -g create-introfy\n```\n\n### Create a New Project\n\nInitialize a new Introfy project with:\n\n```bash\ncreate-introfy\n```\n\nFollow the interactive prompts to configure your landing page.\n\n---\n\n## Local Development\n\n1. **Clone the repository**\n\n   ```bash\n   git clone https://github.com/BottyIvan/introfy.git\n   cd introfy\n   ```\n\n2. **Install dependencies**\n\n   ```bash\n   npm install\n   ```\n\n3. **Start the development server**\n\n   ```bash\n   npm run dev\n   ```\n\n   The app will be available at `http://localhost:5173` (or the port shown in your terminal).\n\n---\n\nContinue customizing your project as described below.\n\n4. **Customize your landing page**\n\n   - Edit [`introfy.config.js`](introfy.config.js) to configure name, description, branding, features, and navigation.\n   - Update the changelog in [`public/releases.json`](public/releases.json).\n   - Add or edit documentation pages in Markdown in the [`src/pages/`](src/pages/) folder.\n\n5. **View the documentation**\n\n   - Access Markdown pages via navigation or directly by URL (e.g., `#/documentation`).\n\n6. **Build for production**\n\n   ```bash\n   npm run build\n   ```\n\n7. **Deploy**\n   - You can deploy the `dist/` folder to any static hosting (Vercel, Netlify, GitHub Pages, etc.).\n   - For GitHub Pages, a GitHub Actions workflow is already available (`.github/workflows/deploy.yml`).\n\n\u003e [!NOTE]\n\u003e Some features are under development. Check the updated documentation in the Markdown pages (`src/pages/`) or on [GitHub](https://github.com/BottyIvan/introfy).\n\n## Deployment\n\nYou can deploy to any platform that supports static sites, such as [Vercel](https://vercel.com/), [Netlify](https://www.netlify.com/), or [GitHub Pages](https://pages.github.com/).\n\n## Contributing\n\nContributions, bug reports, and suggestions are welcome!  \nOpen an issue or pull request on [GitHub](https://github.com/your-username/introfy).\n\n## License\n\nThis project is licensed under the [MIT](LICENSE) license.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbottyivan%2Fintrofy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbottyivan%2Fintrofy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbottyivan%2Fintrofy/lists"}