DEV Community

Daniel Ioni
Daniel Ioni

Posted on

๐Ÿ‘ฝโณ Pytho Temporal Is LIVE! An Open Source Time Machine on Vercel"

๐Ÿ‘ฝโณ Pytho Temporal Is LIVE! An Open Source Time Machine on Vercel

"Time is a human concept... but botanical gardens are eternal." โ€” Pytho

Pytho Temporal is now live.

It started as a strange idea: combine botanical gardens, open source software, AI, blockchain, cryptocurrency, and time travel into one experimental ecosystem.

Now the project is running on Vercel and available for anyone to explore.

๐ŸŒฟ Botanical gardens
โณ Temporal experiments
๐Ÿค– AI assistant
๐Ÿ”— Blockchain infrastructure
๐Ÿ’ฐ Monero and MYZ payment experiments
๐ŸŒ Global botanical map
๐Ÿ’š Open source

Welcome to the world of Pytho.


๐ŸŒ Pytho Temporal Is Live

The main application is available here:

https://myzubster-gateway.vercel.app

You can explore the different parts of the project directly:

No special hardware is required.

Open the website, choose an experiment, and start exploring.


๐Ÿค– Chat With Pytho

One of the main interfaces is the Pytho AI assistant.

Pytho can be used to explore topics related to the MyZubster ecosystem, including:

  • ๐ŸŒฑ Gardening and plants
  • ๐Ÿช™ MYZ Token
  • ๐Ÿ” Monero and privacy
  • ๐ŸŒฟ Botanical projects
  • ๐Ÿ›๏ธ Communities
  • ๐ŸŽต Music and nature
  • ๐Ÿค– AI-assisted recommendations

Try it

https://myzubster-gateway.vercel.app/chat

For example:

What should I plant in my garden?
Enter fullscreen mode Exit fullscreen mode

or:

What is Monero?
Enter fullscreen mode Exit fullscreen mode

or:

Tell me about the Pytho timeline.
Enter fullscreen mode Exit fullscreen mode

Pytho is designed as an experimental interface between people, data, and the botanical ecosystem.


โณ The Pytho Time Machine

The most unusual part of the project is the Temporal API.

Pytho can represent events across different points in time.

The current fictional timeline includes six eras:

Era Location Botanical Entries
1500 Botanical Garden of Rome 6
1800 Botanical Garden of Naples 4
1900 Botanical Garden of Palermo 3
2024 Botanical Garden of Rome 3
2124 Garden of the Future 4
3000 Galactic Botanical Garden 4

That's 24 botanical entries across six temporal locations.

The time machine is a software simulation and data model, not a claim of physical time travel.

And that's exactly what makes it interesting:

What if time travel could be represented as an API?


๐Ÿ›ธ Try the Time Machine

Open:

https://myzubster-gateway.vercel.app/temporal

Or call the API directly:

curl -X POST https://myzubster-gateway.vercel.app/api/pytho/timetravel \
  -H "Content-Type: application/json" \
  -d '{
    "destination": "Botanical Garden of Rome",
    "year": 1500
  }'
Enter fullscreen mode Exit fullscreen mode

You can also experiment with the future:

curl -X POST https://myzubster-gateway.vercel.app/api/pytho/timetravel \
  -H "Content-Type: application/json" \
  -d '{
    "destination": "Garden of the Future",
    "year": 2124
  }'
Enter fullscreen mode Exit fullscreen mode

Or go even further:

{
  "destination": "Galactic Botanical Garden",
  "year": 3000
}
Enter fullscreen mode Exit fullscreen mode

๐Ÿ‘ฝ Pytho is ready.


๐ŸŒ The Global Map of the Past

Pytho Temporal also includes a Global Botanical Map.

The idea is simple:

YEAR
  โ†“
LOCATION
  โ†“
COORDINATES
  โ†“
BOTANICAL DATA
  โ†“
TEMPORAL EVENT
Enter fullscreen mode Exit fullscreen mode

The map currently contains data from six different eras.

Explore it here:

https://myzubster-gateway.vercel.app/mappa-globale

The API is also available:

curl https://myzubster-gateway.vercel.app/api/pytho/global-map
Enter fullscreen mode Exit fullscreen mode

And you can search for a plant:

curl https://myzubster-gateway.vercel.app/api/pytho/search-plant/Rose
Enter fullscreen mode Exit fullscreen mode

This makes the botanical data accessible to other applications.

Developers could build:

  • ๐Ÿ—บ๏ธ Interactive maps
  • ๐ŸŒฑ Educational tools
  • ๐Ÿ“Š Data visualizations
  • ๐Ÿค– AI assistants
  • ๐ŸŽฎ Games
  • ๐Ÿงช Research experiments

on top of the same API.


๐ŸŒฟ The 24 Botanical Entries

The current fictional timeline contains 24 botanical entries.

๐ŸŒฟ 1500 โ€” Renaissance

Botanical Garden of Rome

  • Ancient Rose
  • Lilium
  • Wild Orchid
  • Roman Mint
  • Ancient Basil
  • Roman Sage

๐ŸŒธ 1800 โ€” 19th Century

Botanical Garden of Naples

  • Naples Lily
  • Neapolitan Orchid
  • Ancient Jasmine
  • Vesuvius Violets

๐ŸŒบ 1900 โ€” 20th Century

Botanical Garden of Palermo

  • Sicilian Orchid
  • Sicilian Lily
  • Palermo Rose

๐ŸŒฑ 2024 โ€” Present

Botanical Garden of Rome

  • Modern Rose
  • Hybrid Lily
  • Tropical Orchid

๐Ÿ›ธ 2124 โ€” Future

Garden of the Future

  • Quantum Rose
  • Stellar Lily
  • Temporal Orchid
  • Tree of Light

๐ŸŒŒ 3000 โ€” Galactic Era

Galactic Botanical Garden

  • Galactic Rose
  • Interstellar Lily
  • Quantum Orchid
  • Nebula Flowers

The 2124 and 3000 entries are intentionally fictional elements of the Pytho Temporal universe.


๐Ÿ› ๏ธ Technology Stack

Pytho Temporal is built with a relatively lightweight stack.

Backend:
  - Node.js
  - Express.js
  - PM2

Blockchain:
  - Monero (XMR)
  - MyZubster Token (MYZ)

Infrastructure:
  - Vercel
  - GitHub
  - Cloudflare

Frontend:
  - HTML
  - CSS
  - Vanilla JavaScript
Enter fullscreen mode Exit fullscreen mode

The goal is to keep the architecture accessible to developers who want to experiment with it.


๐Ÿš€ Deploying Pytho Locally

Want to run the project yourself?

Clone the repository:

git clone https://github.com/DanielIoni-creator/I-ECO-01.git
cd I-ECO-01/gateway
Enter fullscreen mode Exit fullscreen mode

Install dependencies:

npm install
Enter fullscreen mode Exit fullscreen mode

Start the server:

node server.js
Enter fullscreen mode Exit fullscreen mode

You can then experiment with the API locally.


๐Ÿ“ก API Endpoints

๐Ÿค– Pytho Chat

POST /api/pytho/chat
Enter fullscreen mode Exit fullscreen mode

Example:

{
  "message": "What is MYZ?"
}
Enter fullscreen mode Exit fullscreen mode

โณ Time Travel

POST /api/pytho/timetravel
Enter fullscreen mode Exit fullscreen mode

Example:

{
  "destination": "Botanical Garden of Rome",
  "year": 1500
}
Enter fullscreen mode Exit fullscreen mode

๐Ÿ“Š Dashboard

GET /api/dashboard
Enter fullscreen mode Exit fullscreen mode

๐ŸŒ Global Map

GET /api/pytho/global-map
GET /api/pytho/search-plant/Rose
Enter fullscreen mode Exit fullscreen mode

๐Ÿ’ฐ Payment Experiment

POST /api/myz/payment/create
Enter fullscreen mode Exit fullscreen mode

Example:

{
  "tag_id": "TEST-001",
  "amount": 10
}
Enter fullscreen mode Exit fullscreen mode

Payment functionality is experimental, so always verify the current deployment and implementation before using it for real transactions.


๐Ÿ’ฐ Monero + MYZ

Pytho Temporal is also connected to the broader MyZubster ecosystem.

The project experiments with:

๐Ÿ” Monero

Monero provides a privacy-focused cryptocurrency layer for payment experiments.

๐Ÿช™ MYZ

MYZ is the token concept associated with the MyZubster ecosystem.

The goal isn't simply to add cryptocurrency to a project.

It's to explore what happens when open source applications, decentralized payments, and real-world community projects are connected together.


๐Ÿ‘ฝ The Pytho Manifesto

Pytho follows a simple philosophy:

๐Ÿ‘ฝ No bosses, just code.

๐Ÿ›ธ Decentralized experimentation.

๐Ÿ’š Open source for everyone.

๐Ÿš€ Sustainable innovation.

๐ŸŒฟ Botanical gardens connected to technology.

๐Ÿ›๏ธ Participatory communities.
Enter fullscreen mode Exit fullscreen mode

The alien is fictional.

The code is real.

The experiments are real.

And the project is open for people to explore.


๐Ÿค How to Contribute

Pytho Temporal is open source.

You can contribute in several ways.

๐ŸŒฑ Add botanical data

Add new plants, locations, or temporal events.

๐Ÿ›ธ Create new destinations

Create historical or fictional destinations for the Temporal API.

๐Ÿ› Report bugs

Found something broken?

Open an issue:

https://github.com/DanielIoni-creator/I-ECO-01/issues

๐Ÿง‘โ€๐Ÿ’ป Improve the code

Fork the repository, make your changes, and submit a pull request.

๐Ÿ—บ๏ธ Improve the interfaces

Help build better maps, dashboards, responsive layouts, accessibility features, and visualizations.

๐Ÿค– Improve the AI layer

Experiment with:

  • RAG
  • Agents
  • Recommendations
  • Data pipelines
  • Botanical knowledge bases
  • Time-series analysis

There is a lot of room to experiment.


๐ŸŒŒ Why Build a Time Machine?

Because software doesn't always have to be boring.

Pytho Temporal uses science fiction to explore real technical concepts.

Time travel becomes an API.

Botanical history becomes structured data.

Pytho becomes an interface.

Blockchain becomes infrastructure.

AI becomes a way to interact with the ecosystem.

And open source gives everyone the ability to change it.


๐Ÿ”ฎ What's Next?

The current timeline looks like this:

2024
  โ”‚
  โ”œโ”€โ”€ ๐Ÿ‘ฝ Pytho created
  โ”‚
  โ”œโ”€โ”€ ๐ŸŒฟ Botanical ecosystem
  โ”‚
  โ”œโ”€โ”€ ๐Ÿค– AI assistant
  โ”‚
  โ”œโ”€โ”€ ๐Ÿ”— Blockchain experiments
  โ”‚
  โ””โ”€โ”€ โณ Temporal API
          โ”‚
          โ†“
       2124
   ๐ŸŒฑ Garden of the Future
          โ”‚
          โ†“
       3000
   ๐ŸŒŒ Galactic Garden
Enter fullscreen mode Exit fullscreen mode

But the future of the project isn't predetermined.

The community can add to the timeline.


๐Ÿ’š Conclusion

Pytho Temporal is an experimental open source project combining:

๐Ÿ‘ฝ AI

๐ŸŒฟ Botany

โณ Temporal data

๐Ÿ”— Blockchain

๐Ÿ’ฐ Monero

๐Ÿช™ MYZ

๐Ÿ’ป Node.js

๐ŸŒ Open Source

The time machine isn't a machine sitting in a laboratory.

It's an API.

The botanical garden isn't only a physical location.

It's also data.

And Pytho isn't just an alien.

He's the character connecting the experiment together.

"Time is a human concept... but botanical gardens are eternal."

๐Ÿ‘ฝ๐ŸŒฟโณ๐Ÿ›ธ๐ŸŒ


๐Ÿ”— Explore Pytho Temporal

๐ŸŒ Live Application
https://myzubster-gateway.vercel.app

๐Ÿค– Pytho Chat
https://myzubster-gateway.vercel.app/chat

โณ Time Machine
https://myzubster-gateway.vercel.app/temporal

๐ŸŒ Global Botanical Map
https://myzubster-gateway.vercel.app/mappa-globale

๐Ÿ“Š Dashboard
https://myzubster-gateway.vercel.app/api/dashboard

๐Ÿ“ฆ GitHub Repository
https://github.com/DanielIoni-creator/I-ECO-01


๐Ÿ“œ License

Pytho Temporal is released under the MIT License.

You can use, study, modify, and redistribute the project according to the terms of the license.


Pytho Temporal: Time is a human concept... but botanical gardens are eternal. ๐Ÿ‘ฝ๐ŸŒฟโณ

Top comments (0)