{"id":49772846,"url":"https://github.com/edgevector/fold_db_website","last_synced_at":"2026-05-11T14:00:08.757Z","repository":{"id":336080566,"uuid":"1148187438","full_name":"EdgeVector/fold_db_website","owner":"EdgeVector","description":"Marketing website for FoldDB - The AI-Powered Distributed Data Platform","archived":false,"fork":false,"pushed_at":"2026-05-01T17:20:22.000Z","size":593,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-11T14:00:08.463Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://datafold.vercel.app","language":"JavaScript","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/EdgeVector.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-02T17:18:26.000Z","updated_at":"2026-05-01T17:20:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"1c609900-94ed-4fcc-99ad-fc4c42045018","html_url":"https://github.com/EdgeVector/fold_db_website","commit_stats":null,"previous_names":["shiba4life/fold_db_website","edgevector/fold_db_website"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EdgeVector/fold_db_website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdgeVector%2Ffold_db_website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdgeVector%2Ffold_db_website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdgeVector%2Ffold_db_website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdgeVector%2Ffold_db_website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EdgeVector","download_url":"https://codeload.github.com/EdgeVector/fold_db_website/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdgeVector%2Ffold_db_website/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32897941,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"online","status_checked_at":"2026-05-11T02:00:05.975Z","response_time":120,"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-05-11T14:00:07.649Z","updated_at":"2026-05-11T14:00:08.751Z","avatar_url":"https://github.com/EdgeVector.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FoldDB Website\n\nThe official marketing website for [FoldDB](https://github.com/EdgeVector/fold_db) — The Open Data Ownership Platform.\n\n![FoldDB](https://img.shields.io/badge/Built%20with-Rust-orange?logo=rust)\n![License](https://img.shields.io/badge/license-MIT%20%2F%20Apache--2.0-blue)\n\n## 🌐 Overview\n\nThis is a static marketing website showcasing FoldDB's features and capabilities to developers. It includes:\n\n- **Hero Section** — Eye-catching introduction with terminal animation\n- **Features Grid** — 8 key capabilities (AI ingestion, NL queries, serverless, etc.)\n- **Code Examples** — Interactive tabs with Rust and TypeScript snippets\n- **Quick Start Guide** — 4-step installation process\n- **Architecture Diagram** — Visual overview of the system layers\n- **CTA \u0026 Footer** — Links to GitHub, docs, and resources\n\n## 🚀 Quick Start\n\n### Local Development\n\n```bash\n# Serve locally with Python\npython3 -m http.server 8080\n\n# Or with Node.js\nnpx serve .\n```\n\nThen open [http://localhost:8080](http://localhost:8080)\n\n### Deploy to GitHub Pages\n\n1. Go to repository Settings → Pages\n2. Set source to \"Deploy from a branch\"\n3. Select `main` branch and `/` (root)\n4. Save and wait for deployment\n\n## 📁 Project Structure\n\n```\nfold_db_website/\n├── index.html      # Main HTML structure\n├── styles.css      # All styling (CSS variables, responsive)\n├── script.js       # Interactive features (tabs, copy, animations)\n├── .gitignore      # Git ignore rules\n└── README.md       # This file\n```\n\n## ✨ Features\n\n- **Premium Dark Theme** — Modern gradient orbs with glassmorphism effects\n- **Fully Responsive** — Mobile-first design with hamburger navigation\n- **Interactive Code Examples** — Tab switching with copy-to-clipboard\n- **Scroll Animations** — Intersection Observer for reveal effects\n- **Zero Dependencies** — Pure HTML, CSS, and vanilla JavaScript\n\n## 🎨 Design System\n\n### Colors\n\n| Variable             | Value     | Usage                    |\n| -------------------- | --------- | ------------------------ |\n| `--primary`          | `#6366f1` | Primary accent (indigo)  |\n| `--accent`           | `#22d3ee` | Secondary accent (cyan)  |\n| `--accent-secondary` | `#a855f7` | Tertiary accent (purple) |\n| `--bg-dark`          | `#0a0a0f` | Background               |\n| `--text-primary`     | `#f1f5f9` | Primary text             |\n\n### Typography\n\n- **Sans**: Inter (headings, body)\n- **Mono**: JetBrains Mono (code, terminal)\n\n## 📄 License\n\nThis website is part of the FoldDB project and is dual-licensed under:\n\n- [MIT License](https://opensource.org/licenses/MIT)\n- [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0)\n\n---\n\nBuilt with ❤️ for the FoldDB community\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedgevector%2Ffold_db_website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedgevector%2Ffold_db_website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedgevector%2Ffold_db_website/lists"}