Show HN Today: Top Developer Projects Showcase for 2024-12-25
SagaSu777 2024-12-26

Explore the hottest developer projects on Show HN for 2024-12-25. Dive into innovative tech, AI applications, and exciting new inventions!

Summary of Today's Content

Today's Product Highlights

  • Product Name: ArXiv Semantic Search
  • Highlight: Innovative solution for systematic literature review using semantic search and vector embeddings, specifically designed to help researchers and students efficiently find relevant academic papers.

Quick Summary

  • Most Popular Category: AI/ML Tools
  • Top Trending Keywords: Semantic Search, LLM Integration, Developer Tools
  • Most Popular Product: ArXiv Paper Search (265 points, 74 comments)

Technology Trends

  • AI/ML Integration
  • Vector Databases
  • WebAssembly
  • Natural Language Processing
  • Real-time Data Processing

Project Distribution

  • AI/ML Tools: 35%
  • Developer Tools: 25%
  • Productivity Apps: 20%
  • Social/Communication: 10%
  • Gaming/Entertainment: 10%

Trend Insights

  • Strong focus on AI-powered search and knowledge management tools
  • Increasing adoption of WebAssembly for browser-based applications
  • Growing demand for personalized content discovery solutions
  • Rise in tools focusing on academic and research workflows
  • Emergence of lightweight, specialized alternatives to existing platforms
  • Trend toward privacy-focused and locally-run AI applications
  • Integration of vector databases for semantic search capabilities
  • Emphasis on improving user experience in data exploration

The analysis reveals a significant shift toward AI-enhanced tools that prioritize efficient information discovery and processing, with particular emphasis on academic and research applications. The high engagement with semantic search solutions suggests a growing market demand for more intelligent ways to process and analyze large volumes of information.

Top 1. A groundbreaking website designed for semantic search of ArXiv papers, enhancing research efficiency by enabling users to find relevant academic articles quickly and intuitively. (Likes: 265, Comments: 74)

Top 2. Discover the comprehensive map showcasing Y Combinator startups, offering insights into their locations, industries, and growth trajectories. Perfect for entrepreneurs, investors, and startup enthusiasts looking to explore the thriving startup ecosystem. (Likes: 55, Comments: 22)

Top 3. A convenient SMS reminder service for birthdays, ensuring you never forget to celebrate your loved ones. Stay connected with personalized texts that send timely alerts for upcoming birthdays, making it easy to show you care. Perfect for maintaining relationships and keeping your social calendar organized. (Likes: 4, Comments: 6)

Top 4. Uncover the dynamics of international relations through a unique analysis of how countries discuss each other in United Nations speeches. Explore the intricacies of diplomatic language and insights into global perceptions. (Likes: 7, Comments: 2)

Top 5. Introducing an innovative tool that enhances your terminal experience with vibrant colors using Zig programming. Transform the way you interact with your command line by bringing a new level of visual appeal and functionality. Perfect for developers and tech enthusiasts looking to elevate their workflow and personalize their coding environment. (Likes: 7, Comments: 1)

Top 6. Introducing Homepagr – the ultimate bookmark solution designed to streamline your workflow. Easily organize and access your favorite resources, improving productivity and efficiency at work. Perfect for professionals seeking a centralized hub for all their essential links. (Likes: 6, Comments: 2)

Top 7. Introducing Llama 3.1: Experience seamless 8B CPU inference directly in your browser with cutting-edge WebAssembly technology. Unlock powerful AI capabilities effortlessly, enhancing productivity and performance without the need for complex setups. Perfect for developers and tech enthusiasts looking to leverage advanced machine learning in a user-friendly environment. (Likes: 4, Comments: 3)

Top 8. Discover emacs.tv, an innovative video index dedicated to all things Emacs. Explore a curated collection of tutorials, tips, and discussions designed to enhance your Emacs experience. Perfect for beginners and advanced users alike, emacs.tv is your go-to resource for mastering this powerful text editor. Join the community and elevate your productivity today! (Likes: 4, Comments: 0)

Top 9. Augini is an innovative AI-powered assistant designed specifically for managing and analyzing tabular data. It streamlines data processing, enhances insights, and simplifies complex tasks, making it an essential tool for data professionals and enthusiasts alike. (Likes: 4, Comments: 0)

Top 10. Revolutionize your podcast experience with the Podcast API, a powerful tool designed for developers seeking to integrate seamless podcast functionality into their applications. Access a vast library of shows, episodes, and playlists effortlessly, and enhance user engagement through innovative features like personalized recommendations and real-time updates. Perfect for tech enthusiasts and content creators alike, the Podcast API opens up a world of possibilities for building dynamic audio experiences. (Likes: 4, Comments: 0)

1. Show HN: I made a website to semantically search ArXiv papers

Show HN: I made a website to semantically search ArXiv papers - Project Screenshot

URL: https://papermatch.mitanshu.tech/

Author: Quizzical4230

Description: As a grad student (and an ADHDer), I had trouble doing literature review systematically. To combat this, I made a website that finds similar papers using the meaning of the thing I am looking for.

I used MixedBread's [^1] embedding model to generate vectors from the abstracts. I store and search similar vectors using Milvus [^2] and finally use Gradio [^3] to serve the frontend. I update the vector database weekly by pulling the metadata dataset from Kaggle [^4].

To speed up the search process on my free oracle instance, I binarise the embeddings and use Hamming distance as a metric.

I would love your feedback on the site :) Happy Holidays!

[1]: https://www.mixedbread.ai/docs/embeddings/mxbai-embed-large-... [2]: https://milvus.io/ [3]: https://www.gradio.app/ [4]: https://www.kaggle.com/datasets/Cornell-University/arxiv

Popularity: 265 points | 74 comments


2. Show HN: Map of YC Startups

Show HN: Map of YC Startups - Project Screenshot

URL: https://yc-map.vercel.app/

Author: yoouareperfect

Description: Hey Everybody! Hope you had a merry christmas

Today I had a bit of fun with Claude.

Started by scraping YC's startups list, then ran them through OpenAI's embedding service, then UMAP'd the embedding to reduce the dimension to just two coordinates and then just forced Claude to write React that would compile to visualize that.

I had fun and I think it's interesting, so take a look!

Also note that you won't be able to zoom on mobile (found about this Plotly limitation way too late). If there's interest I can fix this issue by changing plotting libs tomorrow :)

Merry christmas

Popularity: 55 points | 22 comments


3. Show HN: SMS Reminders for Birthdays

Show HN: SMS Reminders for Birthdays - Project Screenshot

URL: https://www.birthdaytexts.com/

Author: mperu

Description: I built a simple service that sends SMS reminders for birthdays.

Why? I kept missing birthdays, even with calendar apps. This single-purpose tool is simple and (so far) reliable. Since my texting inbox has a far better signal-to-noise ratio than email or calendar events, it ensures I never miss an important date. Facebook used to serve the same purpose, but it's a dying social graph for me.

Popularity: 4 points | 6 comments


4. Show HN: Explore how nations talk about each other in UN speeches

Show HN: Explore how nations talk about each other in UN speeches - Project Screenshot

URL: https://un-speeches.koenvangilst.nl/

Author: vnglst

Description: How it works: Select a country on the globe to explore diplomatic relationships and see who's saying what about whom in the 2024 UN General Assembly Speeches.

How it's made: The project relies heavily on GenAI for several tasks:

- Reading speech documents in multiple languages

- Identifying both direct and indirect mentions of other countries

- Extracting and translating relevant quotations that demonstrate positive or negative sentiment

- Mapping mentions to correct ISO country codes

- Visualization is rendered using d3.js

This is still a work in progress with room for expansion. While currently focused on 2024 speeches, future plans include:

- Analyzing mentions across different years to reveal evolving diplomatic patterns

- Mapping speeches to UN Sustainable Development Goals (SDGs) to show which nations prioritize specific global challenges

Looking forward to your feedback on this initial version!

Popularity: 7 points | 2 comments


5. Show HN: My terminal learned a new trick (Colors in Zig)

Show HN: My terminal learned a new trick (Colors in Zig) - Project Screenshot

URL: https://github.com/NishantJoshi00/color-show

Author: cat-whisperer

Description:

Popularity: 7 points | 1 comments


6. Show HN: Homepagr – Bookmarks for Work

Show HN: Homepagr – Bookmarks for Work - Project Screenshot

URL: https://www.homepagr.com/

Author: memset

Description:

Popularity: 6 points | 2 comments


7. Show HN: Llama 3.1 8B CPU Inference in a Browser via WebAssembly

Show HN: Llama 3.1 8B CPU Inference in a Browser via WebAssembly - Project Screenshot

URL: https://galqiwi.github.io/aqlm-rs/about.html

Author: om8

Description:

Popularity: 4 points | 3 comments


8. Show HN: emacs.tv – An Emacs video index

Show HN: emacs.tv – An Emacs video index - Project Screenshot

URL: https://emacs.tv

Author: xenodium

Description:

Popularity: 4 points | 0 comments


9. Show HN: Augini, an AI-Powered Tabular Data Assistant

Show HN: Augini, an AI-Powered Tabular Data Assistant - Project Screenshot

URL: https://github.com/tabularis-ai/augini

Author: SamGyamfi

Description:

Popularity: 4 points | 0 comments


10. Show HN: Podcast API

Show HN: Podcast API - Project Screenshot

URL: https://www.listennotes.com/api/

Author: wenbin

Description:

Popularity: 4 points | 0 comments


11. Show HN: I Built an Email Agent That Learns Your Context to Filter Emails

Show HN: I Built an Email Agent That Learns Your Context to Filter Emails - Project Screenshot

URL: https://pingg-henna.vercel.app/

Author: ghulammurtaza

Description: Would love for someone to try it out and give me feedback. Goal is to onboard 1 user by NYE who pays me $1 dollar to use it.

Popularity: 1 points | 3 comments


12. Show HN: OpenJones3D – Reviving engine that powered first Indiana Jones 3D game

Show HN: OpenJones3D – Reviving engine that powered first Indiana Jones 3D game - Project Screenshot

URL: https://github.com/smlu/OpenJones3D

Author: unaut

Description:

Popularity: 3 points | 0 comments


13. Show HN: I built an AI-powered website builder–no code required

Show HN: I built an AI-powered website builder–no code required - Project Screenshot

URL: https://www.aiwebsitebuilder.tech/

Author: bilalmoten26

Description: Hi HN,

I’ve been working on an AI-powered website builder that allows anyone to create a fully functional website in just a few minutes. No coding, no design skills—just a simple, intuitive process with AI handling the heavy lifting.

Here’s what you can do with it: • Create a website by entering a name, description, and subdomain. • Use AI to design the site, customize content, and edit sections with simple prompts. • Preview, tweak, and publish your website live instantly. • Download the code for full flexibility if you want to self-host or integrate.

It’s still an MVP, and I’ve got lots of features planned (blogs, eCommerce, themes, and more), but I’d love your feedback at this stage.

Check it out: https://aiwebsitebuilder.tech

Thanks for your time!

Popularity: 3 points | 0 comments


Show HN: I built HabitFast in 3 hours – this habit tracker is getting popular - Project Screenshot

URL: https://habitfast.netlify.app/ref/HN

Author: Sayyidalijufri

Description:

Popularity: 2 points | 0 comments


15. Show HN: News Voyager – Explore Tech News which are relevant for you

Show HN: News Voyager – Explore Tech News which are relevant for you - Project Screenshot

URL: https://news-voyager.com/

Author: rausch_

Description: I find it challenging to stay up-to-date with the latest tech news, especially with the overwhelming amount of content out there. News feeds and social media algorithms often prioritize grabbing your attention rather than showing you what's actually relevant.

So, here's my early version of News Voyager—a text-only RSS feed explorer. You can customize the topics that interest you most, and your feed will display the latest articles from those topics.

I'm currently working on a feature that will let you define your own topics. Until then, let me know if there are specific news topics you're interested in or if I’ve missed any relevant news providers.

Happy Shipmas to all of you!

Popularity: 2 points | 0 comments


16. Show HN: Zabbix-Live: PostgreSQL Notifications and WebSocket and Live Display

Show HN: Zabbix-Live: PostgreSQL Notifications and WebSocket and Live Display - Project Screenshot

URL: https://github.com/ersinesen/zabbix-live

Author: ersinesen

Description: Zabbix complementary system for live metric monitoring using:

Zabbix Postgresql DB Notifications + Websocket server + Next.js Web Application

Popularity: 2 points | 0 comments


17. Show HN: I made a menu bar app that makes posting on social media less painful

Show HN: I made a menu bar app that makes posting on social media less painful - Project Screenshot

URL: https://statuz.gg/try

Author: stewones

Description: Hey HN! I built Statuz, a tiny menu bar app that lets you post to Twitter/X and BlueSky without switching between tabs or apps.

I got tired of:

- Having 10 browser tabs open just to post something

  • Losing drafts when my browser crashes
  • The anxiety of checking character limits
  • Uploading the same media multiple times

    So I built something that just sits in your menu bar and handles all of that. You can:

    - Write posts and threads (up to 15 posts)

  • Drag & drop your photos and videos
  • Post to multiple platforms at once
  • Preview everything before posting

    It's a native macOS app (14+), so it's fast and feels right at home. No web wrapper, no Electron - just native Swift goodness.

    I'm a solo dev and this is my first major macOS app. Would love to hear your thoughts and feedback!

    Try it out: https://statuz.gg/try

Popularity: 2 points | 0 comments


18. Show HN: Handwritten Christmas Card for Hacker News

Show HN: Handwritten Christmas Card for Hacker News - Project Screenshot

URL: https://handwritten-card.vercel.app/show-hn

Author: muc-martin

Description: Hi HN,

I’ve been working on a small project that transforms handwritten notes into animated, shareable cards. While the create functionality isn’t live yet, I wanted to share a sneak peek by creating a handwritten Christmas card specifically for the HN community.

I started thinking about this after seeing too many AI-generated cards, cookie-cutter email templates, and overly polished designs that lack any personal touch. A friend recently sent me a handwritten card in the mail, and it stood out—simple, personal, and meaningful. I wanted to capture that same feeling without the overhead of physical mail. This tool is my attempt to combine the charm of handwritten notes with the ease of sharing a link online.

Popularity: 2 points | 0 comments


19. Show HN: We build drones that pick items in e-commerce fulfillment centers

Show HN: We build drones that pick items in e-commerce fulfillment centers - Project Screenshot

URL: https://www.youtube.com/watch?v=7pFAwioH6Es

Author: DRJDT

Description: At Hummingbird Systems, we have developed a unique drone based approach to robotic warehouse unit order picking, especially well suited to direct-to-consumer e-commerce fulfillment.

So why use drones? … Fundamentally lower cost.

Hummingbird's drone platform is inherently less expensive than ground robots with pick arms or large gantry style AS/RS systems. The drones allow us to directly position the manipulator on task without all the weight and expense of multi-axis backlash free geared motor assemblies.

Furthermore unlocking the often unused vertical real-estate in e-comm warehouses, the ability to leverage existing bins and racking, and a unique overhead tether power system that eliminates the need for batteries or recharging all contribute to the best ROI of any robotic picking solution on the market.

Feel free to contact us if you have any questions, ideas for new use cases, or investment: http://hbird.tech

Popularity: 2 points | 0 comments


20. Show HN: Hika – A AI search engine that explores knowledge from multiple angles

Show HN: Hika – A AI search engine that explores knowledge from multiple angles - Project Screenshot

URL: https://hika.fyi/

Author: hiohio

Description: I built Hika during GAP years, focusing on a different approach to AI search. Key features:

* Paragraph segmentation for deep dives into specific topics

  • Visual knowledge graphs for concept exploration
  • Interactive follow-up questions
  • Professional knowledge source integration
  • Free to use

    We've been operating for several months with positive user feedback. Built with friends over the past year, focusing on thoughtful exploration rather than just quick answers. Try it out: https://hika.fyi/ Looking for feedback on our approach to AI-assisted knowledge discovery. Currently bootstrapped and iterating based on user needs.

Popularity: 2 points | 0 comments


21. Show HN: DIY video magnifier for people with low vision

URL: #

Author: ctrlw

Description: Hi, happy to share this simple video magnifier built from a Raspberry Pi and camera: https://github.com/ctrlw/magni

It captures anything under the camera and displays it on a connected HDMI screen. It can be controlled with push buttons, the buttons of a mouse or a (numeric) keyboard to iterate through a few predefined magnification levels, but can also switch colour mode (colour inversion and others) or read out text via TTS while staying completely on device.

I originally started this for my grandmother who had Macular Degeneration, to give her a second device beside her commercial video magnifier (which costs a few 1000s), and have been updating it regularly over the years. The code is python and the hardware setup is mostly up to you, although I provide a few examples from simply sticking the device to a desk lamp or monitor, up to a nice portable 3d printed design.

If you build it, please let me know any feedback or improvements. Happy holidays!

Popularity: 2 points | 0 comments


22. Show HN: QuizChat – Learn new things using LLM powered quizzes

Show HN: QuizChat – Learn new things using LLM powered quizzes - Project Screenshot

URL: https://quizchat.ai

Author: thebuilderjr

Description:

Popularity: 1 points | 1 comments


23. Show HN: FireFox95 a 9x UserChrome.css

Show HN: FireFox95 a 9x UserChrome.css - Project Screenshot

URL: https://codeberg.org/FinalFox/FireFox95

Author: FinalFox

Description: A Win95 themed userChrome.css for Firefox

Popularity: 2 points | 0 comments


24. Show HN: AnyToText – Online tool for converting files to Markdown

Show HN: AnyToText – Online tool for converting files to Markdown - Project Screenshot

URL: https://anytotext.com/

Author: Dalufish

Description:

Popularity: 1 points | 0 comments


25. Show HN: Melior, The rustic MLIR bindings in Rust

Show HN: Melior, The rustic MLIR bindings in Rust - Project Screenshot

URL: https://github.com/mlir-rs/melior

Author: raviqqe42

Description:

Popularity: 1 points | 0 comments


26. Show HN: Stak Scheme, The miniature, embeddable R7RS Scheme interpreter in Rust

Show HN: Stak Scheme, The miniature, embeddable R7RS Scheme interpreter in Rust - Project Screenshot

URL: https://github.com/raviqqe/stak

Author: raviqqe42

Description:

Popularity: 1 points | 0 comments


27. Show HN: Twice – Chrome Extension for Thinking Twice Before Social Media

Show HN: Twice – Chrome Extension for Thinking Twice Before Social Media - Project Screenshot

URL: https://github.com/chaosprint/twice

Author: chaosprint

Description:

Popularity: 1 points | 0 comments


28. Show HN: Add Santa Hats to Photos – A Simple Web Tool

Show HN: Add Santa Hats to Photos – A Simple Web Tool - Project Screenshot

URL: https://addsantatophoto.site/

Author: myncepu

Description: I built a simple web tool that lets you add Santa hats to photos. Just upload an image, adjust the hat's position and size, and download the result. Built with web technologies and works entirely in the browser - no server-side processing needed. Perfect for adding some holiday cheer to profile pictures.

Popularity: 1 points | 0 comments


29. Show HN: Stupid idea to onboard people to codebases quickly

Show HN: Stupid idea to onboard people to codebases quickly - Project Screenshot

URL: https://linkversity.xyz/

Author: osdotsystem

Description:

Popularity: 1 points | 0 comments


30. Show HN: Caravan, a flexible, transport-based logging system for TypeScript apps

Show HN: Caravan, a flexible, transport-based logging system for TypeScript apps - Project Screenshot

URL: https://github.com/carlos-menezes/caravan

Author: carlos-menezes

Description:

Popularity: 1 points | 0 comments


31. Show HN: Set up your personalized RSS site on GitHub Pages

Show HN: Set up your personalized RSS site on GitHub Pages - Project Screenshot

URL: https://github.com/exaroth/liveboat-github-runner

Author: exaroth

Description:

Popularity: 1 points | 0 comments


32. Show HN: A small browser game with a skydiving Santa

Show HN: A small browser game with a skydiving Santa - Project Screenshot

URL: https://christmas.jpwhitaker.com/

Author: hijp

Description: This is a silly little game I built over the last couple of days.

You launch Santa into the air, then use your arrow keys to glide him to houses to deliver the presents.

I've been playing with React Three Fiber all year, but this is my first game and the first time using the physics engine Rapier. I had a blast, and surprisingly everything turned out pretty much as I envisioned it, from the game loop to the glide mechanic.

There is so much jank and it's desktop browsers only (sorry phone users), but I think it's pretty fun.

Enjoy!

(Cheat codes: press 3 to bypass the first 3 houses, press 4 to skip to the end scene!)

Popularity: 1 points | 0 comments


33. Show HN: Llama Run Differs from LM Studio and Ollama(Even Though It Uses That)

URL: #

Author: KrishBaidya

Description: Hey HN,

So, I've been working on an app called Llama Run, which does require Ollama to run its AI models at the moment. I'd like to say what makes it different from tools like LM Studio, or even Ollama itself.

What’s Different?

1. Custom Python Plugin Support (Coming Soon!): I’m working on adding Python plugin support, which lets users create their own scripts to automate tasks. This feature isn’t in LM Studio or Ollama. It’s a big deal if you want to expand functionality beyond just text generation—think automating system tasks, interacting with APIs, or building custom workflows using Python.

2. Assistant-Like Functionality: Llama Run isn’t just about running a model and generating text. The app is designed to act more like a PC assistant. The goal is to let it handle small tasks for you, like adjusting settings or running commands based on AI suggestions, making it more of an interactive utility.

3. Event-Driven System: Plugins will be able to respond to specific events in real time, like button clicks or system changes. This gives users more control over how the AI and plugins interact with their PC. It’s not just about text generation—it’s about creating a smarter PC workflow

4. Designed for Automation: Unlike LM Studio, which focuses more on the models themselves, Llama Run is meant for day-to-day automation. It’s a lightweight app that’ll be able to handle everything from quick tasks to more complex workflows, all powered by AI and Python.

Why I Still Use Ollama Yes, Llama Run needs Ollama at this moment. I'm using their models since it's easier to download and start running locally. But the plan is to make Llama Run more flexible to allow people to use other models or even add their own custom tools via plugins.

I'm curious what you think about these differences:

Does plugin support interest you for AI apps? Have you used LM Studio or Ollama, and what features do you feel are missing in AI tools? You can already find Llama Run in the Microsoft Store if you want to check it out [https://apps.microsoft.com/store/detail/9NW950ZX02CQ?cid=Dev...] (plugin support is in development). I'd love to hear your thoughts!

Popularity: 1 points | 0 comments


34. Show HN: Daily Scrums for Side-Projects

Show HN: Daily Scrums for Side-Projects - Project Screenshot

URL: https://publicstandups.com

Author: jeffisabelle

Description: Hello HN, and Merry Christmas!

Two months ago, after an acquisition, I was laid off from my job. During my garden leave, I decided to use the time to build something for tracking my side-projects.

At my previous company, we used Geekbot for async daily standups on Slack, which helped me stay focused and motivated each day. Inspired by that, I created PublicStandups — a tool to keep myself motivated on my side projects by tracking daily progress publicly.

Currently you can;

   - Create multiple projects and post daily updates.

  • Share your updates publicly to build accountability.
  • Track daily streaks and showcase your project's progress with a dedicated page.
  • Highlight your project's tech stack for others to see.
  • Get feedback from other users on your project.
Here's an example project page:

https://publicstandups.com/u/muhammet/p/publicstandups/

Right now, this is a basic CRUD app with no magic at all—but my goal is to evolve it into a robust motivational tool for creators. While it's still early days (some buttons might not work, and some text might need tweaking), it's already usable!

ps; For anyone who signs up during this early stage automatically gets a "Founder" flag. If the project eventually includes premium features, flagged users will get lifetime premium access.

Would love your feedback, suggestions, or ideas to improve it. Let me know what you think -

Popularity: 1 points | 0 comments


35. Show HN: Make your RSS feed aggregator using GitHub Actions

Show HN: Make your RSS feed aggregator using GitHub Actions - Project Screenshot

URL: https://github.com/abuseofnotation/feed-aggregator

Author: boris_m

Description:

Popularity: 1 points | 0 comments


36. Show HN: GitHub Stats at a Glance

Show HN: GitHub Stats at a Glance - Project Screenshot

URL: https://chromewebstore.google.com/detail/gitstats-new-tab/dgfgblmnoegfkiamligbkmmikjomhpcj

Author: artistaiden

Description:

Popularity: 1 points | 0 comments


37. Show HN: Event Scheduling for Groups

Show HN: Event Scheduling for Groups - Project Screenshot

URL: https://www.grup.rsvp/

Author: gioazzi

Description: A while ago a friend asked for a way to replace pen and paper to track who’s attending lunch at their co-living community; people come and go and they regularly go from 10 to 50 people, with guests occasionally joining. Initially I suggested a shared Google Sheet or Calendar, but as neither didn’t really work for them, I thought it’d be easy enough to make an app just for them, in the spirit of this article that made the front page a while back[^1]. It took a couple of weeks, was nearly free to host on Firebase, and they just loved it and kept using it daily for 2 years, with just the occasional fix from me.

At some point though, some of them started asking about using it for other groups and to manage more events. That app was really not designed with that in mind, I didn’t even think about a multi tenancy of any sorts!

So I took all the learnings from what was now the MVP, and with some friends we now launched this new version, built on Flutter and Supabase.

Hopefully more people will find it useful! I have some ideas to extend it with CalDAV and Calendar integration for “power users”; but with the idea of keeping things clean and simple for most users.

[^1]: https://www.robinsloan.com/notes/home-cooked-app/

Popularity: 1 points | 0 comments


Conclusion

Today's Show HN roundup showcases a diverse range of innovative projects. From AI-powered tools to creative coding solutions, these projects reflect the dynamic nature of our tech community. Which project caught your attention the most? Let us know in the comments!

Tags: #ShowHN #TechInnovation #DeveloperProjects #AI Applications #Open Source Software