🚀

Quick Start

New to web archiving? Our Starter Plan lets you archive up to 10,000 pages for free. No credit card required. Simply create an account and start preserving web history today.

🌐

About 1990 Web Archive

4 Qs

1990 Web Archive is a digital preservation platform dedicated to capturing, storing, and rendering the early web — from its birth in 1991 through the dot-com boom and beyond. We preserve HTML pages, CSS stylesheets, JavaScript files, GIF animations, MIDI music files, and all the visual quirks that made the early internet unique.

Think of us as a digital museum for the World Wide Web. Every page we archive is time-stamped, cryptographically verified, and rendered in its original form for future generations.

The year 1990 marks a pivotal moment: Tim Berners-Lee published the proposal for the WorldWideWeb project in March 1990, and the first website went live in 1991. By starting from 1990, we capture the conceptual origins and the earliest implementations of web technology.

The 1990s decade produced an extraordinary cultural artifact — the first generation of web pages, personal homepages, bulletin boards, and early e-commerce. These are irreplaceable digital artifacts that define our internet heritage.

The Internet Archive is an incredible resource, but it has known limitations with early web content:

  • Rendering issues: Many 90s pages with tables, frames, and JavaScript don't render correctly in modern browsers
  • Broken assets: Images, music, and scripts are often missing or inaccessible
  • Limited search: No era-specific or visual-style search capabilities

We address these by using emulated rendering engines specific to each era (Netscape 3, IE 4, etc.), full asset recovery, and our specialized search across visual styles, technologies, and time periods.

Yes! Founded in 2019 by a team of digital preservationists and web historians, 1990 Web Archive is a registered company headquartered in San Francisco, CA. We partner with universities, libraries, and cultural institutions worldwide to preserve web history.

We are also open-source — our core crawling and rendering tools are available on GitHub under the MIT license.

📦

About the Archive

5 Qs

Our archive currently contains 4.2 million pages spanning 1990–2009, with over 892,000 unique HTML documents, 340,000 restored GIF animations, 180,000 recovered GeoCities pages, and over 2 million media assets (images, MIDI files, sounds, etc.).

We add approximately 50,000 new pages per month through continuous crawling and from contributions by our community of archivists.

Our archive covers these major eras:

  • 1990–1993: The pioneering era — first web pages, FTP sites, Gopher protocol
  • 1994–1996: The boom — GeoCities, Angelfire, personal homepage culture
  • 1997–1999: The dot-com era — e-commerce, web rings, flash content
  • 2000–2004: Web 2.0 dawn — blogs, wikis, RSS feeds
  • 2005–2009: Social media emergence — MySpace, early Facebook, Twitter

Yes! Use our search bar to look up URLs, domain names, keywords, or even visual descriptions like "tiled background" or "animated divider." Our search index includes:

  • Full-text content of archived pages
  • URLs and domain metadata
  • Visual style tags (e.g., "frameset," "table layout," "marquee")
  • Technology used (JavaScript version, CSS features, plugins)

If a page isn't in our archive yet, you can request an archive and we'll crawl and preserve it for you.

Our rendering engine aims for pixel-level accuracy. We use era-specific rendering modes that replicate:

  • Original Netscape and Internet Explorer layouts
  • Classic web fonts (Times New Roman, Arial, Comic Sans MS, Papyrus)
  • Tiled backgrounds and <hr> styles
  • Animated GIFs and <blink> effects (yes, we brought it back)
  • Flash and Java applet content (where still recoverable)

You can toggle between "Authentic" (original) and "Accessible" (modernized) rendering modes.

We preserve content in multiple formats to ensure long-term accessibility:

  • HTML/CSS/JS — Original source code with preserved directory structure
  • WARC files — Industry-standard web archive format
  • Screenshot captures — Pixel-accurate PNG snapshots
  • PDF — Static renderings for academic citation
  • MHTML — Single-file archive format
🔬

For Researchers & Academics

4 Qs

Absolutely! Research access is one of our core missions. We offer free academic access to all verified researchers, students, and educators at accredited institutions. Simply register with your institutional email (@.edu or equivalent) to get instant access.

Our platform includes research tools such as timeline views, technology adoption charts, visual style evolution maps, and exportable datasets for computational analysis.

Yes. Research and Business plan users can export:

  • Full HTML sources of archived pages
  • Citation-ready metadata (URL, date, snapshot ID)
  • CSV and JSON datasets of search results
  • Bulk download of image/media assets
  • API access for programmatic queries

All exports include Creative Commons Attribution licensing information for proper academic citation.

Yes! We publish quarterly Web Evolution Reports covering:

  • Technology adoption curves (HTML versions, CSS usage, JavaScript libraries)
  • Design trend analysis (color palettes, layout techniques, font popularity)
  • Content category distribution (personal, commercial, government, education)
  • Domain survival rates and link decay analysis

Reports are available to all users and can be downloaded as PDF or accessed via our public dashboard.

We welcome partnerships with universities, libraries, museums, and government archives. Partnership benefits include:

  • Custom crawling of institution-specific URLs
  • Dedicated preservation of your digital collections
  • White-label archive instances
  • Collaborative research grants and funding opportunities

Contact our partnerships team to learn more.

💰

Pricing & Plans

4 Qs

Yes! Our Starter plan is completely free and includes:

  • Archive up to 10,000 pages
  • Full-text search across the public archive
  • Authentic rendering mode
  • Basic citation tools
  • 50 queries per day

Free accounts require no credit card and are available immediately upon registration. Students and educators with verified institutional emails get extended limits.

Our Business plan ($99/month) includes everything in Starter plus:

  • Unlimited archiving and queries
  • API access with 10,000 requests/month
  • Advanced search filters (by era, technology, visual style)
  • Bulk export in CSV/JSON/JSON-LD
  • Custom report generation
  • Priority support

Yes — academic access is free. Verified researchers and students get full Business plan features at no cost. This includes API access, bulk export, advanced search, and all rendering modes.

Additionally, we offer grant funding for institutions that wish to use our platform for large-scale preservation projects. Grants can cover up to 100% of platform costs for qualifying projects.

Of course. All paid plans are month-to-month with no long-term commitment. You can upgrade, downgrade, or cancel at any time from your account settings. If you cancel, your archived data remains accessible for 12 months after cancellation, so you can pick it up again anytime.

⚙️

Technical Details

4 Qs

We use a multi-layered recovery approach:

  • Server recovery: We check old hosting providers, backup servers, and mirror sites for surviving copies
  • Archive cross-referencing: We aggregate from the Wayback Machine,.archive.org, and other preservation projects
  • Community contributions: Users can submit page captures, which we verify and integrate
  • CDN edge recovery: Some cached copies still exist on legacy CDN infrastructure
  • Reconstruction: For heavily damaged pages, we reconstruct content from multiple partial snapshots

Our recovery rate for pre-2000 pages is approximately 73%, meaning 73% of pages we target have recoverable content.

Our RESTful API provides programmatic access to the entire archive:

  • GET /api/v2/search — Full-text and filtered search
  • GET /api/v2/archive/{url} — Retrieve archived page and metadata
  • POST /api/v2/archive — Submit a page for archiving
  • GET /api/v2/trends — Web evolution trend data
  • GET /api/v2/export — Bulk export in multiple formats

API documentation with code examples in Python, JavaScript, and cURL is available at docs.1990webarchive.com/api.

Partially. Our core crawling and rendering engines are open source under the MIT license:

  • 1990crawler — Distributed web crawler optimized for legacy content
  • 1990render — Era-specific rendering engine
  • 1990reconstruct — Page recovery and reconstruction toolkit

The full platform (search interface, user management, analytics) is proprietary, but we welcome community contributions to our open-source tools via GitHub.

We follow the OAIS (Open Archival Information System) reference model and implement:

  • Multi-region redundancy: Data stored across 6 geographic regions
  • Bit-level preservation: Original files are stored alongside normalized copies
  • Format migration: We monitor file format obsolescence and migrate as needed
  • Integrity verification: SHA-256 checksums checked monthly
  • Partnership with institutional archives: We mirror our archive to several national libraries
💡

General

4 Qs

Yes! You can submit any web page for preservation by:

  • Pasting the URL into the "Archive This Page" input at the top of any page
  • Uploading local HTML files through your dashboard
  • Submitting a bulk URL list (CSV or text file, max 10,000 URLs)

All submitted pages go through a verification process to ensure they meet our preservation standards. Accepted submissions are added to the archive within 24 hours.

Every archived page has a permanent citation ID and is assigned a DOI (Digital Object Identifier) upon archiving. To get a citation:

  • Open the archived page
  • Click the "Cite" button in the page toolbar
  • Select your preferred format: APA, MLA, Chicago, or ISO 690
  • Copy the citation — it includes the original URL, archive date, and your access date

Citations include our cryptographic signature to verify the integrity of the archived content.

Yes! Our archive includes content in 42 languages. Our crawler supports:

  • All UTF-8 encoded text (CJK, Arabic, Cyrillic, Devanagari, etc.)
  • EBCDIC-encoded content from legacy IBM systems
  • Legacy character encodings (Shift-JIS, KOI8-R, Big5, etc.)

Our search engine handles multi-language queries and can search across language boundaries. The largest non-English collections are Japanese (420K pages), German (310K), and French (280K).

Our headquarters is in San Francisco, CA at 1990 Web Archive Plaza. We also have remote offices in Berlin, Tokyo, and São Paulo.

Our data centers are distributed across six regions: US East, US West, EU West, EU Central, Asia Pacific, and South America, ensuring redundancy and low-latency access worldwide.

Still have questions?

Our team is here to help. Reach out through any of these channels — we typically respond within 24 hours.

"}