nowfound

Alternatives

Products that do what oussama.smahi does

Html java script...etc

  1. 1EL
  2. 2
    RAGaaS75

    The API for building production-ready AI apps with your data

    2025

  3. 3EA

    eno [1] - A modern plaintext language w/ libraries [2] for JavaScript, Python, Ruby & soon more! We migrated a big relational research database to a file-based solution - requirements were: - Super fast and easy editability for users - Highest performance for parsing/validating >10K documents on every user change. Our trials with YAML/TOML showed us that we wanted something both faster [3][4] and easier [4], something tailored for file-based content management ... and after months of research & development it's now publicly available (under MIT license) for everyone! Last but…

    2018

  4. 4PP

    Hi everyone! I just released the Practical Python Projects book! (https://practicalpython.yasoob.me) I am happy to announce the first version as a release candidate. I have poured a lot of love into writing this book and would love to hear what you guys think. (A limited 100% off and discount coupons at the end) This is not a pure beginner book. The book does assume some background Python knowledge. You need to know the basics like methods, functions, classes, and such. If I use something that is not typically covered in beginner Python books, I will explain it before I use it.…

    2021 · practicalpython.yasoob.me

  5. 5PA

    GitHub: https://github.com/mayuropensource/PuffinBASIC BASIC (Beginners' All-purpose Symbolic Instruction Code) is a general-purpose high-level language from the 1960s. PuffinBASIC is an implementation of the BASIC language specification. PuffinBASIC conforms most closely to GWBASIC. The purpose of this implementation is to learn how to write interpreters and resurrect an old programming language to work in modern ecosystem. The interpreter is evolving fast and in near future, I wish to apply modern interpreter building techniques to it. How it works? 1. PuffinBASIC's…

    2020

  6. 6KA
  7. 7RA
  8. 8SA

    For the past few months, I've poured all my energy into building something I'm incredibly passionate about: SamwiseOS, a completely in-browser, AI-first operating system. What is it? SamwiseOS is a persistent, single-page web app that looks and feels like a real operating system, complete with a terminal, a robust virtual filesystem (that saves to your browser's IndexedDB), user/group management, and even graphical applications. The twist? The entire core logic—filesystem, command execution, user management, everything—runs on a Python kernel powered by Pyodide (WebAssembly). The JS…

    2025 · samwiseos.neocities.org

  9. 9LW

    Hello Hacker News! We bring to you today 2 things: 1. Our passion project - LaoTzu Writer Studio - a modern writing application 2. Thoughts on the abysmal state of Kickstarter - likely well known to you all, but having experienced it for the first time, it is disheartening So lets start with the good stuff: LaoTzu Writer Studio - LaoTzu helps you build the framework of a novel, but still leaves the writing for you to do. That means there are indeed AI elements - like our Guard section that flags inconsistent canon in your universe, or the analyze section that determines writing stats,…

    May 2026

  10. 10ZA

    A while ago I started this side project to test if I could build a rich User Interface that would have about the same level of responsiveness than a "SPA-like" app, but using only htmx[1]... I still have plenty of stuff in my roadmap, but today it's in a playable state and I thought it could be interesting to share it - as it may be a nice demonstration of a relatively rich user interface powered by htmx :-) --> https://zakuchess.com As for the stack: it's built mostly with Django, htmx and Tailwind CSS. It uses a SQLite database, and is hosted (for free) at Fly. The characters'…

    2024 · zakuchess.com

  11. 11AO

    I've built an airgapped Retrieval-Augmented Generation (RAG) system for question-answering on documents, running entirely offline with local inference. Using Llama 3, Mistral, and Gemini, this setup allows secure, private NLP on your own machine. Perfect for researchers, data scientists, and developers who need to process sensitive data without cloud dependencies. Built with Llama C++, LangChain, and Streamlit, it supports quantized models and provides a sleek UI for document processing. Check it out, contribute, or suggest new features!

    2024 · github.com

  12. 12QN
  13. 13AN

    Hello HN ! There’s been a lot of discussions [1,2] on how to build ReBAC [3] with Zanzibar and policy-as-code engines, but we (Permit) also think it’s important to talk about the interfaces on top of these implementations. We just launched a No-Code ReBAC interface - would love to know what you think. besides marrying the benefits of Policy as Code and Policy as Graph, the idea here is to create simple enough interfaces that everyone can use, so developers can set the stage and delegate the rest to others. We used Role-derivation as a concept to simplify a lot of the mechanics what should we…

    2023

  14. 14BA

    This is a little side project I've been working on for the last few months. It's a service hosting Lua scripts behind static HTTP endpoints in a fully sandboxed environment. It's something I've built to scratch my own itch and now I'm launching a free public beta to see if it's something that anyone else also finds useful. My first professional job was for a company building an industrial IoT platform who's most unique feature was their Lua-based scripting platform. I ended up loving Lua so much that at my next job, at SmartThings, I ended up being the main instigator who made the Lua-based…

    Nov 2025 · bodge.app

  15. 15IB

    Hi HN I built a fun little tool: It uses Groq’s LLaMA 3.3 + Puppeteer to analyze a website Then it roasts the design/content/UX with humor And finishes with 3–5 genuinely helpful improvement tips You can try it here: https://ai-roast-vert.vercel.app I wanted to: Practice fast idea-to-launch cycle (built in 2 days) Experiment with a viral-friendly product Monetize with a $0.55 pro version that gives a detailed roast + download Would love your feedback — on the idea, the tone, the usefulness — anything! Thanks in advance

    Sep 2025 · ai-roast-vert.vercel.app

  16. 16SS
  17. 17WR

    How It Works - Offline Indexing: Docs are processed and embedded using the GTE-small model at build time. Browser-Based Magic: - SQLite database (stored in the browser) for vector search. - Local embedding model for query processing. - Local LLaMA model for response generation using WebLLM. - Everything Happens Locally: No data leaves the user’s device. Key Benefits - No API Costs: Everything runs in the browser—zero backend expenses. - Unlimited Chats: No rate limits or usage restrictions. - Privacy-First: Your data stays on your device, always. You can find the code here:…

    2024 · docs.akiradocs.ai

  18. 18AL

    Hi HN! I wanted to share my freshly finished open-source project. It is similar to ChatGPT Code Interpreter, but the interpreter runs locally and it can use open-source models like Llama 2. It allows you to work with sensitive data without uploading it to the cloud. Either you use a local LLM (like Llama 2), or an API (like GPT-4). For the latter case, there is an approval mechanism in the UI, which separates your local data from the remote services. I would be very interested in your valuable feedback!

    2023 · github.com

  19. 19IB

    hey hn, I built an open-source Perplexity clone that can run local LLMs and cloud LLMs. It's fully self-hostable through Docker and uses ollama to support local LLMs. The demo video in the repository shows me running it locally with llama3 on my M1 Macbook Pro. I'm open to any suggestions or feedback, thanks!

    2024 · github.com

  20. 20KY

    Hey HN! I wanted to practice "vibe coding" and see how far and fast I can go by only prompting, without actual coding. I decided to make a simple CLI app that scrapes web docs into a single md file (I was annoyed that LLM keeps writing Tailwind 3 code for a Tailwind 4 project). In just a couple of hours, the CLI app was ready! Then iterated on arguments for another couple of hours. Result: https://github.com/vladstudio/web2llm Then I decided to go further and "productize" the CLI by making a web app for it. Another half-day, and the web app is ready!…

    2025 · web2llm.dev

  21. 21IM

    You can create your own spirit animal based on any description you provide. It responds with an AI-generated summary of the page that you are on, using meta tags in the HTML of that page. I made this during a hack week at work (koodos.com). I wanted to build something fun that used AI (this specifically uses DALL-E and GPT-3) that kind of acted like a companion as you browse the web - similar to a Tamagotchi or Clippy (rip). Would love to hear what people think of it - let me know! :)

    2022 · aispiritanimal.com

  22. 22NC

    Hey everyone! we just launched Promptly apps (https://trypromptly.com/), a no-code platform to build generative AI apps and chatbots. We allow users to build web apps and chatbots by chaining LLM APIs (we call processors) from providers like OpenAI, StabilityAI, Cohere etc, without writing any code. We also let users to bring in their own data and store it in a vector database to be used for context augmentation in their apps. Users can import data from a variety of sources including urls, sitemaps, PDFs and other file types Published apps are accessible to app's users via a…

    2023 · trypromptly.com

  23. 23IM

    2023 · arabic-concordances.koljapluemer.com

  24. 24

    100% offline RAG for engineers who can't use cloud AI

    19d ago · philyeh.gumroad.com

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