I've been exploring different ways to create projects that rely solely on static JSON files, and I'm curious to know what incredible projects you have built using this approach. JSON files can be a powerful tool for storing and retrieving data, and I believe they offer a lot of flexibility for various applications.
So, let's share our experiences and inspire each other! Have you ever created a project entirely based on static JSON files? Whether it's a simple website, a data visualization, a game, or any other creative endeavor, I'd love to hear about it.
Tell me about the challenges you faced, the tools and technologies you used, and any unique features or functionalities that made your project stand out. Don't forget to share any insights or tips you gained from working with static JSON files.
I'm excited to see the amazing things you've accomplished with this approach! Let's get the discussion rolling.
I I’m building an app called “Hessia” which is essentially a mobile IDE, knowledge graph, and productivity hub.
https://www.reddit.com/r/SideProject/comments/13wq7fs/im_building_a_mobile_development_and_productivity
I found Notion to be to limiting without extensions and low level relationships, and I found Obsidian to be too non-visual.
This is why I’m building this systen, which sits somewhere in-between Notion, Obsidian, and VSCode.
While I originally stored custom models in a back-end server, I’ve started moving everything into a local JSON file.
I also have a plug-in, which enables synchronization with an S3 bucket. It’s still a work in progress, but it’s what I used to stay organized, and I‘ve started to share progress.
Thanks!
The Hessa UI looks cool. What framework did you use to build the UI?
Thanks! I’m planning to refresh it a bit, but for now it’s mostly custom React Native components
Fascinating topic!
Would love to see if you've built anything with just a static JSON.
Here are three that I've built in the past:
Not static but thought I'd share:
Great project, Michael! I just learned about the fusejs.io library, and it looks awesome. Thank you for sharing!
Fuse is good 😊 super fast. Hope you can utilize it for something!