{"id":41270610,"url":"https://github.com/xtt28/onepage","last_synced_at":"2026-01-23T02:24:05.068Z","repository":{"id":230122473,"uuid":"774646428","full_name":"xtt28/onepage","owner":"xtt28","description":"Amplifying the voices of diverse creators worldwide: build your online presence with one page for all of your profiles. Grow your small business or social media page with your own, personalized platform.","archived":false,"fork":false,"pushed_at":"2024-03-27T22:46:06.000Z","size":95,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-03-28T00:37:06.318Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xtt28.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":null,"authors":null,"dei":null}},"created_at":"2024-03-19T23:10:10.000Z","updated_at":"2024-03-28T00:37:15.765Z","dependencies_parsed_at":"2024-03-28T00:47:19.914Z","dependency_job_id":null,"html_url":"https://github.com/xtt28/onepage","commit_stats":null,"previous_names":["xtt28/onepage"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xtt28/onepage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtt28%2Fonepage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtt28%2Fonepage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtt28%2Fonepage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtt28%2Fonepage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xtt28","download_url":"https://codeload.github.com/xtt28/onepage/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtt28%2Fonepage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28678209,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T01:00:35.747Z","status":"online","status_checked_at":"2026-01-23T02:00:08.296Z","response_time":59,"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":"2026-01-23T02:24:04.554Z","updated_at":"2026-01-23T02:24:05.059Z","avatar_url":"https://github.com/xtt28.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OnePage\n\nAmplifying the voices of diverse creators worldwide: build your online presence\nwith one page for all of your profiles. Grow your small business or social media\npage with your own, personalized platform.\n\n## Screenshots\n\n![User page view](https://i.imgur.com/mYr66zV.jpeg)\n![Page editing](https://i.imgur.com/Dz05I6S.jpeg)\n![User settings](https://i.imgur.com/4UQ7Orq.jpeg)\n![Home page](https://i.imgur.com/nh4YP68.jpeg)\n\n## Description\n\nOnePage is a platform that allows you to combine all of your online links into\none page. By providing a single place for your whole online presence, OnePage\nwill help you connect with your audience in a professional manner.\n\n## Features\n\n-   Built-in support for multiple online platforms\n-   Allows linking to your own website\n-   Fast and easy registration and setup\n\n## Getting started\n\n### Cloning the repository\n\n```shell\n# Clone from GitHub\ngit clone https://github.com/xtt28/onepage\n\n# Use repository directory\ncd onepage\n```\n\n### Activating the virtual environment\n\n```shell\n# Setup virtual environment\npython3 -m venv .\n\n# Use virtual environment shell\nsource bin/activate\n```\n\n### Installing dependencies\n\n```shell\n# Install from requirements.txt\npip install -r requirements.txt\n```\n\n### Development\n\n#### Switching to the Django project directory\n\n```shell\n# Open Django project directory\ncd onepage\n```\n\n#### Running the tests\n\n```shell\n# Run tests with Django\n./manage.py test\n```\n\n#### Applying migrations\n\n```shell\n# Run all database migrations\n./manage.py migrate\n```\n\n#### Running the development server\n\n```shell\n# Run the development server\n./manage.py runserver\n\n# Will be accessible at http://localhost:8000\n```\n\n### Production\n\n#### Set environment variables\n\nBy default, the project uses the `SECRET_KEY` environment variable for the\nDjango secret key. Set it with:\n\n```shell\n# Set SECRET_KEY environment variable\nexport SECRET_KEY=your_key\n```\n\n#### Collect static files\n\n```shell\n# Collect static files into the prod_static directory\n./manage.py collectstatic\n```\n\n#### Preparing for deployment\n\nPlease refer to the Django [deployment checklist](https://docs.djangoproject.com/en/5.0/howto/deployment/checklist/)\nfor detailed instructions on deployment. You can run an automated check with:\n\n```shell\n# Automated pre-deployment check\n./manage.py check --deploy\n```\n\n## Technology\n\n### Frontend\n\n-   [Pico CSS](https://picocss.com/)\n-   [htmx](https://htmx.org)\n\n### Backend\n\n-   [Django](https://www.djangoproject.com/)\n-   [SQLite](https://sqlite.org)\n\n## Contributing\n\nContributions are always welcome. Please:\n\n1. Write tests for your code.\n2. Format your code with `black`.\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxtt28%2Fonepage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxtt28%2Fonepage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxtt28%2Fonepage/lists"}