Show HN: Onetone – A PHP full-stack framework with AI runtime, ORM, CLI

6 pointsposted 14 hours ago
by wowowoasdf

Item id: 45676775

2 Comments

mambacodes

14 hours ago

Nice work! The autowired routing + ActiveRecord ORM combo is clean.

Quick question: How does the AI runtime part work? Is it for code generation or something else?

We just shipped Context Sync (MCP server for persistent AI context). If you're doing AI-assisted PHP dev, might be interesting to connect Onetone with it - your framework decisions could persist across AI conversations.

Anyway, good luck with the launch! PHP frameworks don't get enough love these days.

tactics6655

14 hours ago

Thanks a lot for the kind words!

The AI runtime part is still pretty experimental — right now it’s basically a set of hooks that let me call out to external processes (via FFI) and experiment with model inference or code-gen helpers. The idea was to see how far I could push PHP into interacting with AI runtimes without leaving the framework context.

Context Sync sounds really interesting. Persisting framework decisions across AI conversations could make the dev workflow much smoother. I’ll definitely take a look at how it might connect with Onetone.

Thanks again for the thoughtful comment, and have a great day!