nowfound

Alternatives

Products that do what Sereni LRS does

A scalable, xAPI-compliant Learning Record Store

  1. 1

    Temporal knowledge graphs for fast moving engineering teams

    Jan 2026

  2. 2

    Speed dial for course and content creators

    2022

  3. 3

    Enrich your AI & Apps with structured, real-time search data

    Oct 2025

  4. 4
    SearchApi103

    Real-time search engines results API

    2024

  5. 5
    Noteli105

    An open source CLI tool to take notes

    2021

  6. 6

    API for LLM enabled knowledge ingestion and retrieval

    2024

  7. 7

    Open source 1st-party data collection and storage, for free

    2022

  8. 8SR

    SearchApi is a robust real-time SERP API delivering structured data from a collection of search engines including Google Search, Google Shopping, Google Jobs, YouTube, Amazon, and many more. SearchApi key features: - Supports precise location geo-targeting. - Uses only premium proxies. - Superior ads scraping rate. - Structures Google (Search, News, Jobs, Shopping and other services) results into JSON in real-time. - US-Legal scraping protection.

    2024 · searchapi.io

  9. 9DL

    2014 · databaselabs.io

  10. 10GA

    Built on top of templUI - https://templui.io - (OSS), which I also created. goilerplate handles auth, subscriptions, docs, etc. SQLite by default, Postgres optional. Polar integration for payments. Feedback welcome!

    Nov 2025 · goilerplate.com

  11. 11MA

    Hey HN, Matusa here! A friend and I have built Memora. Memora is a vector database with built-in multistage reranking, which can significantly improve search accuracy over semantic search. It also features a proprietary embedding model tailored for RAG use cases — where there's a structural mismatch between the content stored and the query used for searching (hence why HyDE works well). Memora started because we were working on a stealth AI startup where we used an agent that would query into a vector DB, but it would take multiple tries for the agent to find what it needed (20% of the time…

    2023 · usememora.app

  12. 12

    Open Source, Self Hosted Backend Platform

    10d ago · demo.serenibase.com

  13. 13DD

    Hey all! I wrote Explorer[1] a good few years ago now with the dream of fast dataframes with a dplyr-like API in a really powerful, ergonomic language (Elixir). It's proved pretty successful. Explorer is used in production at my company, and it's my go-to for quick data analysis. But maintaining it became a true albatross. Polars is an amazing project, but the development process is fast and a lot is very focused on the Python lib. We found that trying to maintain Explorer against Polars was a maintenance nightmare and eventually hit points where we had to give up features and found it…

    Mar 2026 · github.com

  14. 14IB

    After fine-tuning GPT for a personal project, I realized how tedious it is to write plain text in a massive JSON file. That's why I built this app for my own use, and I want to see if others could benefit from a tool like this as well ;)

    2024 · finetuna-ui.com

  15. 15ZL

    Zep is a long-term memory store designed for conversational AI applications built using modern LLMs. It handles the storage, summarization, embedding, indexing, and enrichment of chat histories, and offers developers a simple, low-latency API to this data. Chat history storage is an infrastructure challenge all developers and enterprises face as they look to move from prototypes to deploying conversational AI applications that provide rich and intimate experiences to users. Key features include long-term memory persistence, auto-summarization, vector search, auto-token counting, and Python…

    2023

  16. 16SS

    I'm developing a storage system for versioning data at the subfile level, especially well suited for SSDs due to its log-structured COW nature. It implements a novel versioning algorithm called sliding snapshot, a diff-algorithm which makes use of our stable record-identifiers and optionally hashes, another diff algorithm for importing similar XML-documents as a versioned resource as well as novel XPath axis to navigate not only in space, but also in time. Recently, I've implemented a higher level, asynchronous REST-API with Kotlin (Coroutines) and Vert.x in a seperate module. The system is…

    2018

  17. 17VA

    Dear HN Community, I am a long time fan and first-time contributor. I just launched a developer focused semantic search platform and wanted to share it with the community. The idea is simple: upload structured or unstructured documents, select the fields you want to index and tag as metadata, and instantly get a clean search API you can use in your own app. Here is what it currently supports: - Manage your own tenants and projects - Upload .json and .txt files (support for .pdf, .docx, .xlsx, .yml, etc. coming soon) - Expose 3 APIs: search, upload document (embeddings), and delete document -…

    2025 · aisearch.vpuna.com

  18. 18L3

    ran this over the weekend. stack was Llama 3.2 3B running locally + Keiro Research API for retrieval. 85.0% on 4,326 questions. where that lands: ROMA (357B): 93.9% OpenDeepSearch (671B): 88.3% Sonar Pro: 85.8% Llama 3.2 3B + Keiro: 85.0% the systems ahead of us are running models 100-200x larger. that's why they're ahead. not better retrieval, not better prompting — just way more parameters. the interesting part is how small the gap is despite that. 3 points behind a 671B model. 0.8 behind Sonar Pro. at some point you have to ask what you're actually buying with all that compute for this…

    Mar 2026 · keirolabs.cloud

  19. 19BT

    It's blowing my mind that I could build an app from scratch in 3 hours and deploy it with the click of a button - without writing a single line of code myself CacheNotes is a browser-based note-taking app that saves your notes, threads, and AI conversations securely in your browser's local storage 100% free. No login required. You get, - simple, minimal note taking app in your browser - no login required - you can connect your claude api key for the ai integration - visualise notes and twitter threads Check it out! Would love some feedback :)

    2024 · cachenotes.kanishkdan.com

  20. 20ID

    Frustrated by the complexity and resource drain of multi service monitoring stacks, I built Simon. I wanted a single, lightweight dashboard to replace the heavy stack and the constant need for an SSH client for routine tasks. The result is a resource efficient dashboard in a single Rust binary, just a couple of megabytes in size. Its support for various architectures on Linux also makes it ideal for embedded systems and lightweight SBCs. It integrates: Comprehensive Monitoring: Realtime and historical metrics for the host system and Docker containers (CPU, memory, disk usage, and network…

    Nov 2025 · github.com

  21. 21RL

    I got tired of repeating myself to my LLM every session. rekal is an MCP server that stores memories in SQLite and retrieves them with hybrid search (BM25 + vectors + recency decay). One file, local embeddings, no API keys.

    Apr 2026 · github.com

  22. 22IB

    I had 14,000 photos sitting on a drive and wanted an excuse to play with local vision models and Elixir/Phoenix. I originally tried to get LLaVA to tell me if a photo was 'good' or matched my style, but quickly learned that LLMs have terrible taste. I ended up demoting the LLM to just extract metadata, and built a custom CLIP/Ridge Regression pipeline to actually learn my preferences based on how I rate things. The stack is Phoenix/Oban on the orchestrator side, and Python/FastAPI/Instructor for the AI workers. Happy to answer any questions about the architecture,…

    Apr 2026 · qwelian.com

  23. 23GB

    Hey HN, We’re excited to share PySpur, an open-source tool that provides a graph-based interface for building, debugging, and evaluating LLM workflows. Why we built this: Before this, we built several LLM-powered applications that collectively served thousands of users. The biggest challenge we faced was ensuring reliability: making sure the workflows were robust enough to handle edge cases and deliver consistent results. In practice, achieving this reliability meant repeatedly: 1. Breaking down complex goals into simpler steps: Composing prompts, tool calls, parsing steps, and branching…

    2024 · github.com

  24. 24SO

    SURF (Search Utility & Reading Framework) is an open-source API that bridges LLMs with the web. It provides a standardized interface for web search and content processing that preserves formatting of tables, code, and complex layouts. Key features: - Multiple search providers (SearXNG, DuckDuckGo, Brave) - HTML cleaning and smart content extraction - Model Context Protocol (MCP) integration for Claude and other AI assistants - Self-deployable with minimal setup (Docker, bare metal, cloud) - API key authentication I built this to make it easier to add web capabilities to LLM applications…

    2025 · github.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →