You are browsing as a guest. Sign up (or log in) to start making projects!

Universe Data Booklet

  • 10 Devlogs
  • 23 Total hours

Universe Data Booklet. It contains data of exoplanets and asteroids.

Open comments for this post

2h 22m 51s logged

Update

Universe Data Booklet got a new update. And the updated version is currently online.

On the previous version there are some typing errors and inconsistencies in the code, page and README. That is why I have revised and fix those. Now, I think user can relate the main page with the README.

For new features. There 2 new features currently online. One is a game and another is a assistant. But both of those feature needs huge update soon.

Currently I the game is 2D and Have no visual.
The assistant currently cannot understand natural language. In the recent version the assistant can only answer if the name of asteroid or exoplanet available in the data are written as it is. And Currently I have no intention on adding LLM in it.

My Future Plan for Universe Data Booklet

  1. I will design the assistant such a way that it will catch keywords on prompt and answer based on those keyword.

  2. The current Habitability Scanner is just like normal search and it doesn’t show much data on habitability (But it wasn’t made for that). I am thinking to work on this and will try to add more data.

  3. Since it is data booklet type. I think the current version have too much basic data. That is why I am thinking to add more data source and combine everything together.

  4. I am also thinking about a Wiki for Universe Data Booklet.

  5. After all those work. I think I will take some break from backend and frontend coding and work on Graphics (For game part, and icon). I also want to change it from 2D to 3D.


Some new or updated idea may spark during the work on above. So, everything is changeable.

0
0
73
Open comments for this post

2h 34m 16s logged

I think I am going to ship Universe Data Booklet 3rd Time.

Universe Data Booklet (UDB) is now on version 10.0.0.0.0 (It is also the second ship). From the first day of to now, UDB has improved a lot. Initially it was suppose to only display raw data in a graphical window. But as time passed new idea came to my mind and I add those in it. Currently UDB has many feature and I am going to add some more and make my 3rd ship of UDB before 30 September (Because I want to release it during ongoing Stardance).

Overview on upcomming new updates:

  1. Changes on existing features.
  2. A universe explore game
  3. A Chat Bot (Used as alternative of search feature).

Currently I am working on above 3. I may also add some more new feature if any new idea arrive.

0
0
61
Ship #2

What I have built is known as Universe Data Booklet.
As it’s name suggest it is a website which contains data on exoplanets and near earth asteroids. Previously it contains only data and analysis. But currently (After recent updates) there are many more features. To know about all the features please read my devlog or directly visit the website. While shipping this right now, I currently have many new ideas to add in this and I will definitely add those in future (Means coming soon).

I cannot make Universe Data Booklet in one day or a week. I need time to create it. My vision regarding this project is very wide. I want that my project will help both learners and curious minds.

During the development of this project I got into a problem. For latest near earth asteroids, I must have to use API. But I cannot put API on a completely open source project. That is why I have used public API. But public api has data fetch limits. Since the project is in it’s early state, not many users will visit. but I was thinking about future. That is why I came up with an idea, where I will use the Public API but it will never hit the limit (The smart caching). In my new development structure, the site will fetch data only once in 30 days (Data is fetched on the first visit after 30 days). Then that data is saved as cache and all other users get data from that one cache. By doing this data is fetched only once even if thousands of users visit at once. This solves the rate limit. but I need the latest data (at least 30 days). That is why the site fetch data once after 30 day. The program check the cache folder and if the data there is older than 30 days then the site fetches new data on the first visit and saves it. Now another storage problem arise. To solve that my site was programmed in such a way that it will store cache for 90 days and any cache data with are older than 90 days will be deleted. Thus I have solved the issue regarding the near Earth asteroids.

I uses public api for near earth asteroids (Because asteroids data get change quickly).
I uses csv file for exoplanets data (It is a manually saved data from authentic source)

Thank You for giving Universe Data Booklet a try.

  • 4 devlogs
  • 7h
  • 9.05x multiplier
  • 62 Stardust
Try project → See source code →
Open comments for this post

58m 25s logged

Today. I am going (I already have deployed. Go and check out if you want) to deploy the version 10.0.0.0.0 of Universe Data Booklet on Web and The first stable release.

Currently Universe Data Booklet Have

  1. 3D Solar System Near Earth Asteroid View
  2. 3D Galactic exoplanet view
  3. 3D Map view
  4. Graph analysis (Difference of mass in bar diagram)
  5. Quiz Mode
  6. Flash Cards
  7. Guess Mode
  8. Research Mode
  9. I have updated the data row (Currently those are click-able)
  10. 4 different theme in 2 different structure.

For more info see the README in the source code

0
0
8
Open comments for this post

2h 50m 53s logged

Some new changes:

  1. Now, 3D vies have 2 different modes for exoplanets (A galaxy like simulation) and Asteroids (The solar system type simulation. Solar system because all data on asteroids are present for near Earth asteroids).

  2. Now, Universe Data Booklet have study (Flashcards, Quiz, Compare etc.) and research section (Specific details key point study).

There are more updates. To see all of them and Try please wait until 10 August (I will deploy the site and Update it that day.). But the source is available in the repository. Those who are interested can give it a try directly from source code (But the source code is in early state and un-stable. So, I can not guarantee anything).

0
0
7
Open comments for this post

1h 34m 8s logged

New Announcement:

According to previous reviews and my own updates I have upgraded the Universe Data Booklet.

New updates include:

  1. Now, users can download the data in good formate as PDF.
  2. There is new 3D view included.
  3. A new map included to get a visual map for both asteroids and exoplanets.
  4. A little bit change to chart view.
  5. Now, user can see the charts, 3D view and Map as a pop up (This was a issue in previous ship, and thanks to the reviews that I can fix them)
  6. Now the data row is click-able for selective view.
  7. There is a search bar for searching the exact asteroid and exoplanet by name The good thing is, user do not have to remember the full name for asteroids and exoplanets, only a partial correct name is enough

New Features are currently written and available in the GitHub repository. I haven’t deployed those yet. Because I have some checking left (Including security and deployment issues).
That is why the current site is not updated yet.

I will deploy and release the update on 10 August 2026.

0
0
11
Open comments for this post

1h 29m 44s logged

I have upgraded the CSS, some of HTML (To introduce Hamburger) and some of JS.

Initially I thought to give it a color matching with my portfolio, but that color doesn’t look good on it. That is why I used the current one (I have seen several other sites on this same color and I liked this).

0
0
1
Ship #1

Here is my Universe Data Booklet. As the mane suggest, this is a site which contains data about exoplanets and asteroids.
Asteroids: Here I have used real asteroids data (Which is obtained through API ). Currently it contains data about asteroid which is near to our planet (Earth)

Exoplanets: Exoplanets data is added manually inside the source code. So, exoplanets data can be viewed without any need of API.

I have used API in asteroids but not in exoplanets because asteroids moves and changes around the Earth. And I want to work on current data. But exoplantes doesn’t change for a long time. So, there is no need of live API for that.

There is a chart view in my site which shows the chat comparison between exoplanets/ asteroids mass.

I have used public free API (I know about the limitations). I have solved that problem too. My site will only fetch data once in 30 days and saved it in cache. And through out the month the site will use that cache data. And again gives an API call after 31 days. Means, there will be only API call but many users can use my site.

This also brings storage issue in my site. I have also fixed that. The cache data which are older than 90 days will be automatically removed.

That’s all for now. I am also thinking for future update in this site too.
Thank You.

  • 4 devlogs
  • 11h
  • 13.38x multiplier
  • 154 Stardust
Try project → See source code →
Open comments for this post

43m 55s logged

I have added data about exoplanets (saved locally) and asteroids (data achieved using API). Additional to those, there is a graph view for asteroids and exoplanets, where, along x-axis there is exoplanets/ asteroids name and along y-axis there is the mass.

0
0
5

Delete project?

Are you sure you want to permanently delete this project? This action cannot be undone.

All devlogs, followers, and associated data will be removed.

Followers

Loading…