It is a Procedurally generating vintage postcard built using historic photographs from the library of congress.
Dust and Ink transforms forgotten archived images into atmospherical digital postcards, selecting random photographs from the library with AI-generated poetic writing inspired by the location, time period, and mood of the image.
This was created as an experiment in combining history, procedural storytelling and vintage web designing.
Each visit generates a completely unique postcard using:
- a randomly selected historical image from Library of Congress
- AI- generated postcard writing
- randomized narrative styles and perspectives
- atmospheric visual story telling inspired by aged paper on a worn wooden table and forgotten memories
The goal of the project is to evoke the emotions by rediscovering fragments of forgotten stories decades later
- Random historical photographs from the library of congress API
- Procedurally generated postcard experiences
- AI-written vintage postcard messages
- Randomized narrative styles and perspectives
- HTML
- CSS
- JavaScript
- Node.js
- Express.js
- Library of Congress API
- Hack Club AI API
- Clone this repository
git clone https://github.com/Prajwal-747/Dust-and-Ink.git-
Open terminal in Project folder
-
Install dependencies
npm install- Create a
.envfile in the project folder and paste ur api key as:
apikey=your_api_key_here- start server
node server.js