nowfound

Alternatives

Products that do what Onetone – A PHP full-stack framework with AI runtime, ORM, CLI does

Hey HN, I built Onetone Framework as a full-stack PHP framework that pushes the boundaries of what PHP can do. It’s fast, modular, and surprisingly capable — combining backend routing, ORM, CLI tooling, and frontend build support into a single developer-friendly experience. Highlights: - PHP 8.2+ with autowired routing and ActiveRecord-style ORM - Built-in CLI, Docker setup, and .env support - Frontend build pipeline with Vite, esbuild - Growing test suite covering routing, query building, crypto, math, UUID, and more It’s still experimental, but I’m excited about how far it’s come. Would…

  1. 1
    Lumen173

    A PHP micro-framework by Laravel

    2015

  2. 2IB

    This is a simple PHP framework I built myself from scratch with minimal dependencies from composer. It has Autowiring DI and some simple routing provided by the Slim router. The code: https://github.com/cipher-code/phpframework

    2022

  3. 3

    The world's first Laravel AI Full Stack Engineer

    2025

  4. 4HA
  5. 5FC

    2018 · chr15m.github.io

  6. 6AI

    Hi HN, I’m Sean, the founder of Ascend.io (https://www.ascend.io). I’m really excited to post here and announce the launch of Ascend.io, a radical new way of designing, scaling, and automating data pipelines. Ascend is the result of nearly 4 years of development effort for a team that is now 30-strong, and I would love for you to give it a test drive and let me what you think. I’ve felt this pain since I wrote my first MapReduce in 2004 (using Sawzall @ Google), and in the 15 years since, things have not improved at the pace of other parts of the technology ecosystem. When I went…

    2019

  7. 7AA

    I’ve had this idea for a new code editor chord grammar bouncing around in my head for over 2 years, and now I can finally release v0.1 of ane. You can run it one-shot from scripts or agents (`ane exec —chord…`) or use its full-on TUI editor. ane is pure Rust, and integrates tree-sitter and LSP to provide a pleasant and predictable terminal code editing experience. I’d love folks to try it out and give feedback! Thanks :)

    May 2026 · github.com

  8. 8MF

    2014 · michaldudek.pl

  9. 9UA

    Three months ago, we started developing an open source agent framework. We previously tried existing frameworks in our enterprise product but faced challenges in certain areas. Problems we experienced: * We risked our stateless architecture when we wanted to add an agented feature to our existing system. Current frameworks lack server-client architecture, requiring significant effort to maintain statelessness when adding an agent framework to your application. * Scaling problem - needed to write Docker configurations as existing frameworks lack official Docker support. Each agent in my…

    2025 · github.com

  10. 10A1

    I've seen a lot of comments about how complex frameworks like LangChain can be. Over the holidays, I wanted to see how minimal an LLM framework could get if we stripped away everything non-essential. The result is an LLM framework in just 100 lines of code. These 100 lines capture what I see as the core abstraction of most LLM frameworks: a nested directed graph that breaks down tasks into multiple LLM steps, with branching and recursion to enable agent-like decision-making. From there, you can layer on more advanced features like agents, RAG, task decomposition, and more. I’ve intentionally…

    2025 · github.com

  11. 11WA
  12. 12AF

    Announcing: ADAPT Framework ALPHA release and demo ADAPT Framework is a developer toolkit for replacing a centralized web back end with a decentralized mesh of interconnected data nodes. ADAPT is an easy way to build non-custodial internet applications for document sharing, messaging, credential management, medical data sharing, and other similar use cases. ADAPT enables developers to create data nodes that work identically on the front end and server side. All business logic that was traditionally placed into the back-end of an application can now be implemented by defining the behavior of…

    2023 · github.com

  13. 13NJ

    It's very early days for the project, but I wanted to share it to see if there is interest. It is the final piece of the FastAPI server-side rendering stack I started building with FastHX and htmy (the two dependencies of this project besides FastAPI). Think of it as a more powerful and convenient alternative to tools like FastHTML, powered by FastAPI (without any modifications). I hope you'll like it.

    Oct 2025 · volfpeter.github.io

  14. 14IM

    After I posted about https://cosme.dev/ask-docs on Reddit I received some messages asking me how If I was going to make the code open source or if I could show them how I did it. So I decided to create this repo so you can take a look at the code and maybe apply the same techniques on your own apps. It's made using only PHP as language so I think is pretty different since most stuff out there is made using python or javascript. It uses the OpenAI API and Redis as a vector database.

    2023 · github.com

  15. 15TO

    2020 · github.com

  16. 16FA

    2014 · flubber.co

  17. 17IM

    Hey everyone! I'm really excited to share a side project I've been pouring my heart into lately. As a developer with over five years of experience, I've taken on my fair share of freelance web development projects. In the beginning, I always coded everything from scratch, but as I juggled more projects simultaneously, I started using Webflow to save time. While Webflow was definitely a lifesaver, I couldn't help but wish for an even faster way to set up a website – something that would allow me to start with a template and then easily customize it to my heart's content. The problem with most…

    2024 · instawebai.com

  18. 18IB

    Link: https://docs.trysoma.ai/ For the past ~9 months I’ve been building Soma, an open-source AI agent & workflow runtime written in Rust, with a TypeScript SDK (Python coming soon). It’s not a framework; it’s meant to sit underneath whatever agent/tooling code you already write (Vercel AI SDK, LangChain, custom code, etc.). It provides features around your framework + a better DX for building agents. I’ve tried to take a Next.JS model: open-source, good DX, self-deployable. I originally set out to build a vertical back-office/operations product for SMEs. I needed a…

    Dec 2025 · docs.trysoma.ai

  19. 19IB

    Hey everyone! I wanted to share a side project I've been working on that I think could be really useful for a lot of people, especially those in the web development and no-code space. As a developer with over five years of experience, I've done my fair share of freelance web development projects. Initially, I always coded everything from scratch, but as I took on more projects simultaneously, I started using Webflow to save time. While Webflow was helpful, I often found myself wishing for a faster way to set up a website – something that would allow me to start with a template and then…

    2024 · instwebai.com

  20. 20SA

    Hi HN, we’re Jessie and Eric. We’ve been baking away at Cakework (https://www.cakework.com/), which is a way to build async backends without needing to manage cloud infrastructure. Cakework is for operations that take time or more compute, like file processing, report generation, or machine learning. Devs write backends as Python functions and deploy them with our CLI. They use our client SDKs to make requests, get status, and get processing results. Each request runs with its own CPU and memory parameters in its own microVM, with no timeouts. Devs can query for failures and…

    2023 · cakework.com

  21. 21PA

    Hi HN, I want to share with you phpconsole - my dev tool that I started developing quite a while ago, got to the point where it was usable and started testing and implementing it in my daily workflow. In the last 10 months me and some of my coworkers used it over 17k times in total, which gives me an indication that it may be useful for many more people. Phpconsole is aimed at PHP/JS devs, but I believe that porting the client code to other languages would be fairly easy. All feedback is welcome and if you're interested, leave your email on the page - you'll get an invitation to a beta…

    2012

  22. 22DA

    We're trying to build a wrapper to fix inconsistencies in PHP's core functions, but the project has kind of stalled for a month (personally, I've been crazy-busy with work). Does anyone feels like joining the effort..? This is the repo: https://github.com/nkkollaw/zubr/

    2017

  23. 23MO

    Hi HN, I'm Jonathan. My co-founder, Thomas, and I started building Mistle in Feb. We saw larger tech companies like Ramp (Inspect) and Stripe (Minions) build this internally and thought an open source version should exist. We made a few very intentional decisions when working on this: 1. Credentials are kept out of the sandbox. Authorized access goes through a proxy, so agents do not directly receive credentials. 2. The harness is not our problem. We're not going to tackle things like memory, self-learning. 3. No magic. Configurations are explicit. You can bring your own keys for models,…

    May 2026 · github.com

  24. 24PO

    Hi HN, We are excited to share patchwork - an open-source CLI for dev chore automation that you can use with your LLM of choice. Dev Teams can orchestrate custom workflows (called ‘patchflows’) using a combination of reusable steps and prompt templates to fix vulnerabilities, upgrade breaking dependencies, generate documentation, and more. We built scanning tools in the past, and saw how overwhelmed developers get with their DevSecOps pipelines. LLMs have the potential to help - but there is a need for an 'outer-loop' solution that can be customized to accommodate the processes, priorities,…

    2024 · github.com

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