nowfound

Alternatives

Products that do what Tour of CLIPS does

Learn how to write Rules Engines with CLIPS in your browser! I found the Tour of Go super useful when learning Go, so I went for something similar for evangelizing the awesomeness of CLIPS. A few things I'm proud of with this project: - No front-end frameworks - Compiled WASM binary; your code isn't sent to a back-end server - Code editor/syntax highlighter written from scratch (that I'm sure you'll find bugs in ;)) This is my first attempt at this, and I'd like to expand on it in the future. Let me know what you think! About CLIPS: CLIPS is a programming language useful for building…

  1. 1MA

    hi all, I've always wanted to make my own game, but couldn't afford a thousand-dollar adobe (flash+photoshop) license. I'm not a talented programmer, have no degree in CS. But I understand some elements of design. So I got me a copy of ImpactJS, and after about 5 months of steep learning curve (at least for me), I managed to come up with a game. I also integrated it with a highscore and badge system, similar to what you get at Kongregate. You need to login with Google/OpenID to earn badges/scores. link is: http://www.hotbazooka.com/privatejoe hope to hear some feedback/questions from you guys!

    2011 · hotbazooka.com

  2. 2MW

    A place to learn and share html5/css3/js snippets. Its on a alpha/mvp stage right now. Let me know what you think. Http://html5snippets.com

    2011

  3. 3IM

    Initially, I was interested in using YouTube videos to learn languages using the simple shadowing technique. It sounds fancy, but it's simply listening and repeating. However, I found it pretty inconvenient to use the vanilla YouTube player to replay video parts. Especially when I needed to do it several times. Later I figured out that it's pretty handy to also practice instruments, given how much material is in there. Not just for mimicking songs but also for better following tutorials. So the idea is simple, you can save clips you want to practice to loop as many times as you want and come…

    2024 · loopingtube.com

  4. 4IB

    Hey HN! Last week I was working on a website and needed a way to synchronise visuals with live music. I've used MIDI controllers for this before, but I am travelling right now and don't have mine with me. So I had the crazy idea to build a browser extension that uses the keyboard as input and includes a sequencer. I gave myself 24 to work on it. It ended up taking longer (of course), specially since I ended up creating a demo, a small landing, docs, and an intro video. Took me one week from idea to launch (pushed quite a bit tbh). Features: - Works as a browser extension. Atm distributed…

    2024 · minitap.io

  5. 5CO
  6. 6AS

    This is incredibly over-engineered, but it was quite a fun process. :)

    2024 · alexsaveau.dev

  7. 7GT
  8. 8IB

    The idea: what if you could get a “Masterclass”-style experience, but free, using existing YouTube content? So I made OpenCademy — right now it only has two quick startup "courses" (101 & 102), built from curated YouTube clips, all embedded and organized into modules. It’s still early (no accounts, no backend), but it’s bingeable. Would love thoughts on whether this concept feels useful or just... redundant.

    Nov 2025 · opencademy.com

  9. 9DT

    https://youtube.com/playlist?list=PL3vzYfOMUcIkd_1CzICEkH1IR...

    Apr 2026 · absl.design

  10. 10IM

    Hey guys, I needed a way to convert Code, CSV, and Markdown snippets to shareable images so I built this over the weekend. It all runs locally in the browser using a few lines of jQuery. Nothing fancy. Sharing in case someone else might find it useful!

    Mar 2026 · snip2img.com

  11. 11SC

    Hi, my name is Yadong and I'm learning to build web apps. I just made a website (https://shortcutref.com) for shortcut references in the past week. It has very clean UI and shows only the relevant shortcuts you need with short and precise descriptions. The goal of this tool is to help users learn shortcuts of a specific application in a few minutes. Let me know if you like it and I'll add GIF and search support. Thanks!

    2017

  12. 12AL

    Hi HN, I have been studying languages as a hobby for a large portion of my life. Hence, I decided to create a spaced repetion app with the techniques that have helped me the most so far. It's aims to be made simple for the regular user to plug and play. I'd love to hear your feedback!

    2025 · koshka.app

  13. 13NT

    I built a CLI tool that turns codebases and PRs into diagrams so you can quickly understand how things fit together. Originally made it because I couldn't follow my own AI-generated repos. Just shipped a big update: - Switched from D2 to Mermaid for rendering - Tree-sitter AST parsing + agentic flow instead of raw LLM calls. ~50x faster. - Works on any GitHub repo or PR, not just local - Dropped the web frontend, it's just a CLI now - Published as a pip package Still a ton to improve and I'm building fast. Feedback, issues, PRs all welcome.

    Feb 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. 15AG

    Put this together this afternoon. I've been after something to quickly jot down the odd piece of information that I can access later in the day when browsing the web. Hopefully you find it useful. Criticism/thoughts/ideas greatly appreciated. I should add, since all the hard work here lies in the work of others here — garlic.js is a great plugin for handling localstorage. Cheers Jason

    2012 · a5.gg

  16. 16IB

    I’ve spent the last 2.5 months building a product that runs LLM-powered code reviews on my pull requests — and I just launched it. The tool is built specifically for solo developers. You install it on your repo, trigger a scan by creating a pull request, and it leaves structured review comments using OpenAI under the hood. Funnily enough, I used the dev version of this app to review its own pull requests while building it. It helped me spot bugs, simplify structure, and keep quality high — all with minimal need for another human in the loop. Things I want to try out in the next months : -…

    2025 · codii.dev

  17. 17BG

    Hi folks, I’m one of the maintainers and co-founder of the Go OSS project Permify (https://github.com/Permify/permify), an open-source authorization infrastructure inspired by Google Zanzibar. I would like to share a post where we aimed to provide a brief overview of how we integrated WASM with Golang to provide a richer user experience in our open-source playground. You can use the playground to create and test any authorization logic in a browser. The playground has three main sections: Schema: to model your authorization logic through our domanin specific language we…

    2023 · permify.co

  18. 18IB

    Hey Guys, I created GithubReader.org (open-source, non-profit, most of the code is written by ChatGPT). My motivation: I wanted an easy way to keep a list of repositories I want to learn from and access them quickly. So, I built a search page where I can find repositories by name, like Google. Also, I wanted a nicer way to read Markdown files on my laptop without the GitHub UI, like reading a book. So, I made a custom UI with a back button that takes you to the previous state without jumping pages. The markdown links are sharable, e.g.…

    2024 · githubreader.org

  19. 19RA

    A friend and I spent a month throwing together a visual rule engine product– wanted to share it with HN today. I've been building automation tooling for a few years at prefix.app and one of the messier things both to support and to teach users was around encoding logic in their automations– most folks get a hold of the basic concepts quite easily, but every (visual) automation tool out there seems to have their own way of actually pulling it all together. For small decisions those work great! But for bigger decisions and more complex logic we don’t think it makes much sense to be embedding…

    2022 · rulebricks.com

  20. 20

    Free, open-source code snippet manager

    Jul 2026 · klipcode.com

  21. 21
    ClipGG2

    12 free browser tools for creators — no signup, no uploads

    Jun 2026 · clipgg.uk

  22. 22
    ClipGG1

    Free browser tools for creators, all in one place

    Jul 2026 · clipgg.uk

  23. 23

    Long videos → reviewable Shorts, Reels & TikTok clips

    10d ago · shortmatic.app

  24. 24

    AI video clipping and creation, all in one place

    2d ago · clipsnippet.com

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