{"id":31566083,"url":"https://github.com/v0id-user/v0id-land","last_synced_at":"2026-04-15T22:32:07.490Z","repository":{"id":272220671,"uuid":"915862514","full_name":"v0id-user/v0id-land","owner":"v0id-user","description":"#V0ID Official Personal Website | Deprecated","archived":false,"fork":false,"pushed_at":"2026-03-28T02:01:14.000Z","size":842,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-28T08:30:20.695Z","etag":null,"topics":["blog","husky","nextjs","personal","personal-website","portfolio","portfolio-website","postgresql","prisma","prisma-orm","s3","s3-bucket","typescript"],"latest_commit_sha":null,"homepage":"https://www.v0id.me","language":"TypeScript","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/v0id-user.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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-13T01:30:06.000Z","updated_at":"2026-03-28T02:01:31.000Z","dependencies_parsed_at":"2026-03-28T04:07:11.996Z","dependency_job_id":null,"html_url":"https://github.com/v0id-user/v0id-land","commit_stats":null,"previous_names":["v0id-user/v0id-land"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/v0id-user/v0id-land","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v0id-user%2Fv0id-land","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v0id-user%2Fv0id-land/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v0id-user%2Fv0id-land/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v0id-user%2Fv0id-land/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/v0id-user","download_url":"https://codeload.github.com/v0id-user/v0id-land/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v0id-user%2Fv0id-land/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31863468,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: 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":["blog","husky","nextjs","personal","personal-website","portfolio","portfolio-website","postgresql","prisma","prisma-orm","s3","s3-bucket","typescript"],"created_at":"2025-10-05T07:24:07.829Z","updated_at":"2026-04-15T22:32:07.484Z","avatar_url":"https://github.com/v0id-user.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# V0ID Land (Deprecated | Old)\n\u003cdiv align=\"center\" style=\"text-align: center; font-size: 1.05rem; font-style: italic;\"\u003e\n    My Personal Space \u0026 Website to express, write, and share my thoughts, ideas, projects and my personal journey and experiences also including my personal data. It works as a central point for me.\n\u003c/div\u003e\n\n![image of the landing page](assets/landing_page.jpg)\n\n\u003cdiv align=\"center\" style=\"text-align: center;\"\u003e\n    \u003cdiv\u003e\n        \u003ca href=\"https://v0id.me/about\" style=\"margin: 0 15px;\"\u003eAbout\u003c/a\u003e\n        \u003ca href=\"https://v0id.me/blog\" style=\"margin: 0 15px;\"\u003eBlogs\u003c/a\u003e\n        \u003ca href=\"https://v0id.me/portfolio\" style=\"margin: 0 15px;\"\u003ePortfolio\u003c/a\u003e\n    \u003c/div\u003e\n\u003c/div\u003e\n\n\n## Features\n- Custom Blogging System with GPG Signing\n- Blog Editor Built With TipTap and Improved with Custom Components\n- File Storage and Management\n  - File Upload/Download\n  - File Sharing\n  - File Pre-signing\n  - S3-compatible Storage Integration\n- Portfolio Showcase\n- Real-time Auto-Drafting using PostgreSQL and SSE\n- Authentication System with Root GPG technique\n- Modern UI with Next.js and TailwindCSS\n- Custom Cursor\n\n## Tech Stack\n- **Frontend**: Next.js, React, TailwindCSS\n- **Backend**: Next.js API Routes\n- **Database**: PostgreSQL\n- **Caching**: Redis\n- **Storage**: S3-compatible Storage (Tigris)\n- **Security**: GPG for Blog Verification\n- **Runtime**: Bun\n\n## Prerequisites\nBefore you begin, ensure you have the following:\n- Node.js and npm (or Bun)\n- PostgreSQL database\n- Redis server\n- S3-compatible storage (like Tigris)\n- GPG key pair for blog verification\n\n## Environment Setup\n1. Create a `.env` file in the root directory with the following variables:\n```env\n# Database\nDATABASE_URL=postgresql://postgres:@localhost:5432/land?schema=public\n\n# Redis\nREDIS_URL=redis://localhost:6379\n\n# GPG Keys\nGPG_PUBLIC_KEY=-----BEGIN PGP PUBLIC KEY BLOCK----- ... Complete Public Key ... -----END PGP PUBLIC KEY BLOCK-----\nGPG_PRIVATE_KEY=-----BEGIN PGP PRIVATE KEY BLOCK----- ... Complete Private Key ... -----END PGP PRIVATE KEY BLOCK-----\n\n\n# JWT\nJWT_SECRET=your_secure_jwt_secret\n\n# S3 Configuration\nAWS_ACCESS_KEY_ID=your_access_key\nAWS_SECRET_ACCESS_KEY=your_secret_key\nAWS_ENDPOINT_URL_S3=your_s3_endpoint\nAWS_ENDPOINT_URL_IAM=your_iam_endpoint\nAWS_REGION=your_region\nAWS_BUCKET_NAME=your_bucket_name\n\nSTORAGE_DOMAIN=your_storage_domain\n```\n\n2. Create a `keys` directory in the root and place your GPG keys there:\n```bash\nmkdir keys\n# Place your GPG keys in the keys directory\n```\n\n## Installation \u0026 Setup\n1. Clone the repository\n```bash\ngit clone https://github.com/v0id-user/v0id-land.git\ncd v0id-land\n```\n\n2. Install dependencies\n```bash\n# Using npm\nnpm install\n\n# Or using Bun\nbun install\n```\n\n3. Set up the database\n```bash\nnpx prisma migrate dev\n```\n\n4. Start the development server\n```bash\n# Using npm\nnpm run dev\n\n# Or using Bun\nbun run dev\n```\n\n## Docker Deployment\nThe project includes Docker support. To run using Docker:\n\n```bash\ndocker-compose up -d\n```\n\nIt yet does not include the database and redis server. You need to setup them manually.\n\n## Status\nCurrently in stable state. Features are being added and refined regularly so be aware that anything might get broken along the way.\n\n## License\nThis project is open-source and available under the MIT License.\n\n---\n\nBuilt with ♥ by [#V0ID](https://github.com/v0id-user)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fv0id-user%2Fv0id-land","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fv0id-user%2Fv0id-land","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fv0id-user%2Fv0id-land/lists"}