{"id":30910235,"url":"https://github.com/psypherion/datafolio","last_synced_at":"2026-04-08T18:02:21.186Z","repository":{"id":313426723,"uuid":"1050042708","full_name":"psypherion/dataFolio","owner":"psypherion","description":"A lightweight, JSON-driven portfolio builder for developers, designers, and professionals who want complete control over their portfolio data with schema validation and easy deployment.","archived":false,"fork":false,"pushed_at":"2025-09-05T23:49:48.000Z","size":148,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-06T01:16:57.771Z","etag":null,"topics":["developer-tools","docker","fastapi","json-schema","open-source","portfolio-builder","portfolio-management","portfolio-website","python","rest-api","web-dashboard"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/psypherion.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":"docs/roadmap.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-03T21:32:39.000Z","updated_at":"2025-09-05T23:55:06.000Z","dependencies_parsed_at":"2025-09-06T01:16:59.673Z","dependency_job_id":"def363a0-fe04-435c-9b59-32a824ef3c60","html_url":"https://github.com/psypherion/dataFolio","commit_stats":null,"previous_names":["psypherion/datafolio"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/psypherion/dataFolio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psypherion%2FdataFolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psypherion%2FdataFolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psypherion%2FdataFolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psypherion%2FdataFolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psypherion","download_url":"https://codeload.github.com/psypherion/dataFolio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psypherion%2FdataFolio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31567227,"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":["developer-tools","docker","fastapi","json-schema","open-source","portfolio-builder","portfolio-management","portfolio-website","python","rest-api","web-dashboard"],"created_at":"2025-09-09T17:03:19.567Z","updated_at":"2026-04-08T18:02:21.165Z","avatar_url":"https://github.com/psypherion.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dataFolio\n\nA comprehensive, JSON-driven platform for creating and managing professional portfolio websites. Built for developers, designers, academics, and professionals who want complete control over their portfolio data with validation and portability.\n\n## ✨ Features\n\n- **🔧 JSON Schema-driven validation** - Robust data integrity with comprehensive error checking\n- **🎨 Intuitive web dashboard** - User-friendly interface for portfolio management\n- **🚀 RESTful API** - Full programmatic control and third-party integrations\n- **📁 Modular data model** - Personal info, projects, academics, blog, and settings\n- **🎬 Rich media support** - Videos, image galleries, diagrams, and interactive content\n- **📤 Import/Export functionality** - Easy data sharing, backup, and migration\n- **🔒 licensing** - Free for personal use\n- **🌐 Open source** - Transparent, extensible, and community-driven\n\n## 🚀 Quick Start\n\n### Clone the repository\n\n```\ngit clone https://github.com/yourusername/dataFolio.git\ncd dataFolio\n```\n\n### Set up Python environment\n\n```\npython -m venv venv\nsource venv/bin/activate \n\n# On Windows: venv\\Scripts\\activate\n\n```\n\n### Install dependencies\n\n```\npip install -r requirements.txt\n\n```\n\n### Start the development server\n\n```\nuvicorn app/main:app --reload --host 0.0.0.0 --port 8000\n\n```\n\n\nOpen your browser to [http://localhost:8000](http://localhost:8000) to access the dashboard.\n\n## 📚 Documentation\n\nComplete documentation is available in the [`/docs`](./docs) directory:\n\n- **[Getting Started](./docs/getting-started.md)** - Installation and first portfolio\n- **[User Guide](./docs/user-guide.md)** - Dashboard usage and features  \n- **[API Reference](./docs/api-reference.md)** - Complete API documentation\n- **[Schema Reference](./docs/schema-reference.md)** - JSON schema and validation rules\n\n## 🎯 Why Choose This System?\n\n### For Individuals\n- **Complete data ownership** - Your portfolio data in portable JSON format\n- **Professional presentation** - Schema-driven structure ensures consistency\n- **Easy maintenance** - Update once, reflect everywhere\n- **Future-proof** - JSON-based data survives platform changes\n\n### For Developers  \n- **API-first design** - Build custom integrations and automations\n- **Extensible architecture** - Add new fields and features easily\n- **Open source** - Full transparency and community contributions\n- **Enterprise ready** - Commercial licensing and professional support available\n\n## 🤝 Contributing\n\nWe welcome contributions from the community! Here's how you can help:\n\n1. **🐛 Report bugs** - Open an issue with detailed reproduction steps\n2. **💡 Suggest features** - Share your ideas via GitHub Discussions\n3. **🔧 Submit code** - Fork, create a feature branch, and submit a PR\n4. **📝 Improve docs** - Help make our documentation clearer and more comprehensive\n\nPlease read our [Contributing Guidelines](./docs/contributing.md) before getting started.\n\n## 📄 License\n\nThis project uses dual licensing to balance open source community benefits with sustainable development:\n\n### Open Source License\n**GNU Affero General Public License v3.0 (AGPL-3.0)**\n- ✅ Free for personal portfolios\n- ✅ Free for educational use  \n- ✅ Free for open source projects\n- ✅ Community support via GitHub\n\n## 🆘 Support\n\n### Community Support \n- **[GitHub Issues](../../issues)** - Bug reports and feature requests\n- **[GitHub Discussions](../)** - Community Q\u0026A and ideas\n- **[Documentation](./docs)** - Comprehensive guides and references\n\n## ⭐ Show Your Support\n\nIf this project helps you build an amazing portfolio, please consider:\n\n- ⭐ **Starring this repository**\n- 🐦 **Sharing on social media** \n- 💝 **Contributing to the project**\n\n\n---\n\n**Made with ❤️ by psypherion**\n\n*Building the future of portfolio management, one JSON schema at a time.*\n\n---\n\n© 2025 Portfolio Builder System. licensed under AGPL-3.0.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsypherion%2Fdatafolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpsypherion%2Fdatafolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsypherion%2Fdatafolio/lists"}