https://github.com/edgevector/fold_db_website
Marketing website for FoldDB - The AI-Powered Distributed Data Platform
https://github.com/edgevector/fold_db_website
Last synced: about 2 months ago
JSON representation
Marketing website for FoldDB - The AI-Powered Distributed Data Platform
- Host: GitHub
- URL: https://github.com/edgevector/fold_db_website
- Owner: EdgeVector
- Created: 2026-02-02T17:18:26.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-05-01T17:20:22.000Z (2 months ago)
- Last Synced: 2026-05-11T14:00:08.463Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://datafold.vercel.app
- Size: 579 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FoldDB Website
The official marketing website for [FoldDB](https://github.com/EdgeVector/fold_db) — The Open Data Ownership Platform.


## 🌐 Overview
This is a static marketing website showcasing FoldDB's features and capabilities to developers. It includes:
- **Hero Section** — Eye-catching introduction with terminal animation
- **Features Grid** — 8 key capabilities (AI ingestion, NL queries, serverless, etc.)
- **Code Examples** — Interactive tabs with Rust and TypeScript snippets
- **Quick Start Guide** — 4-step installation process
- **Architecture Diagram** — Visual overview of the system layers
- **CTA & Footer** — Links to GitHub, docs, and resources
## 🚀 Quick Start
### Local Development
```bash
# Serve locally with Python
python3 -m http.server 8080
# Or with Node.js
npx serve .
```
Then open [http://localhost:8080](http://localhost:8080)
### Deploy to GitHub Pages
1. Go to repository Settings → Pages
2. Set source to "Deploy from a branch"
3. Select `main` branch and `/` (root)
4. Save and wait for deployment
## 📁 Project Structure
```
fold_db_website/
├── index.html # Main HTML structure
├── styles.css # All styling (CSS variables, responsive)
├── script.js # Interactive features (tabs, copy, animations)
├── .gitignore # Git ignore rules
└── README.md # This file
```
## ✨ Features
- **Premium Dark Theme** — Modern gradient orbs with glassmorphism effects
- **Fully Responsive** — Mobile-first design with hamburger navigation
- **Interactive Code Examples** — Tab switching with copy-to-clipboard
- **Scroll Animations** — Intersection Observer for reveal effects
- **Zero Dependencies** — Pure HTML, CSS, and vanilla JavaScript
## 🎨 Design System
### Colors
| Variable | Value | Usage |
| -------------------- | --------- | ------------------------ |
| `--primary` | `#6366f1` | Primary accent (indigo) |
| `--accent` | `#22d3ee` | Secondary accent (cyan) |
| `--accent-secondary` | `#a855f7` | Tertiary accent (purple) |
| `--bg-dark` | `#0a0a0f` | Background |
| `--text-primary` | `#f1f5f9` | Primary text |
### Typography
- **Sans**: Inter (headings, body)
- **Mono**: JetBrains Mono (code, terminal)
## 📄 License
This website is part of the FoldDB project and is dual-licensed under:
- [MIT License](https://opensource.org/licenses/MIT)
- [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0)
---
Built with ❤️ for the FoldDB community