Documentation & Guides
Master the 1990 Web Archive platform. Learn how to crawl, preserve, search, and programmatically access the earliest layers of the internet.
🚀 Quick Start: Your First Archive
5 min readFollow these steps to archive a classic 90s webpage and render it exactly as it appeared in 1996.
-
Install the Archive CLI
Download the command-line interface for your operating system to interact directly with our preservation nodes.
# macOS / Linux\ncurl -fsSL https://archive.1990web.dev/install | bash\n# Verify installation\n1990archive --version -
Authenticate & Configure
Link your account and set your default rendering engine to Netscape Navigator 3.0 compatibility mode.
1990archive login\n1990archive config set --renderer netscape30 --year 1996 -
Crawl & Preserve
Run a targeted crawl on a target URL. The system will recursively capture HTML, GIFs, MIDI, and table layouts.
1990archive crawl --url http://example.homeip.net --depth 3 --preserve-assets -
Render & Verify
Spin up a local viewer to inspect the archived snapshot before publishing it to the public timeline.
1990archive view --id SNAP_8842A1 --open-browser
Getting Started
Account & API Key Setup
Create your archival account, generate secure API keys, and configure rate limits for automated crawlers.
Understanding the Dashboard
Navigate the main interface, view crawl status, monitor storage quotas, and manage your personal collection tags.
CLI Installation & Basics
Step-by-step installation for Windows, macOS, and Linux. Learn essential commands for local archival workflows.
Crawling & Preservation
Advanced Crawling Strategies
Configure depth limits, handle framesets, bypass early web obfuscation, and manage large-scale GeoCity migrations.
Asset Recovery & Restoration
Techniques for recovering broken image links, restoring corrupted MIDI files, and reconstructing missing CSS/inline styles.
Historical Rendering Engines
Deep dive into our emulated browser environments. Configure Netscape 3.0, IE4, and Mosaic for pixel-accurate reproduction.
Search & Exploration
Query Syntax & Filters
Master the search engine: boolean operators, date ranges, technology tags, and visual style filters.
Curating Public Collections
Organize archived pages into shareable collections, add historical context, and embed timelines into your own projects.
Developer & API
REST API Reference
Full documentation for programmatic access. Endpoints for crawling status, archive retrieval, and metadata bulk export.
Webhooks & Automation
Set up event-driven workflows, integrate with CI/CD pipelines, and trigger automated preservation tasks.