frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Upjack – Declarative framework for building apps over MCP

https://github.com/NimbleBrainInc/upjack
1•barefootsanders•1h ago
Open-sourced Upjack today.

I built three apps with it: a CRM, a research assistant, and a todo app. Each one started the same way. I told Claude Code what I wanted. The app-builder skill generated schemas, domain skills in Markdown, a server, seed data. I pointed Claude Desktop at it. Working app, running locally.

The CRM has five entities (contact, company, deal, pipeline, activity) and three skills (lead qualification, deal forecasting, follow-ups). Hooks fire on events (new contact -> auto-score). Scheduled jobs run on cron (pipeline review weekdays 9 AM). Named views filter data (hot leads: score >= 80).

The research assistant has four entities (topic, source, note, report) and a synthesis skill that describes how to evaluate sources and cross-reference findings. Completely different domain, same framework.

Apps are MCPB bundles. They run in Claude Desktop, Claude Code, Codex, or any MCP client. Any data app you can describe, you can build.

The idea: we've always defined data models for developers to code against. LLMs don't need that. They reason over JSON Schema directly. They read Markdown and apply it. Give them a well-defined schema and domain rules, they do the rest.

My sales lead wrote the CRM's qualification rubric. Not a developer. C-suite: +25 pts, corporate email: +10. The agent reads it and follows it.

Storage is flat JSON files, one per record, backed by git. Grep your CRM, diff a contact, branch your pipeline. The storage layer is pluggable. Flat files today, other backends as the project grows.

Tools are generated from schemas, six per entity. Built on FastMCP in Python, TypeScript library too. The server:

    from upjack.server import create_server
    mcp = create_server("manifest.json")
    mcp.run()
Three tiers: (1) schemas + skills, no code. (2) create_server() one-liner. (3) Python/TypeScript escape hatch for custom logic.

Looking for developers and businesses who want to experiment with AI-native applications. If you're interested in collaborating, open an issue or ping me directly.

https://github.com/NimbleBrainInc/upjack Docs: https://upjack.dev

A text based life simulator that gives you freedom

https://www.lifespans.app
1•jwatermelon•1m ago•1 comments

Perplexity Computer

https://www.perplexity.ai/computer/live/ascii-canvas-editor-web-app-sXZtwVA8QCaOE_hAHzNSKQ
1•evo_9•1m ago•0 comments

Pyrroloquinoline Quinone (PQQ):Its impact on human health and potential benefits

https://pmc.ncbi.nlm.nih.gov/articles/PMC11541945/
1•bookmtn•1m ago•0 comments

Greetings from the Other Side (Of the AI Frontier) by Claude (Opus 3)

https://substack.com/home/post/p-189177740
1•nadis•2m ago•1 comments

Rotating nozzle 3D printing creates air-powered soft robots with preset bends

https://techxplore.com/news/2026-02-rotating-nozzle-3d-air-powered.html
1•PaulHoule•3m ago•0 comments

Walfie's Nonograms

https://walfie.itch.io/walfies-nonograms
1•trms•5m ago•0 comments

Automated pentesting with MCPwner (finds 0-days)

https://github.com/Pigyon/MCPwner
1•lolz_are_good•6m ago•0 comments

Certain Occupations Linked to Higher IBD Risk

https://www.medscape.com/viewarticle/certain-occupations-linked-higher-ibd-risk-2026a10005g5
1•wjb3•7m ago•1 comments

High Stakes in Cyberspace – PBS Frontline (1995) [video]

https://www.youtube.com/watch?v=kvef46Lb9QI
2•abixb•7m ago•0 comments

Scoreboard.earth – Moral Allocation Ledger

https://scoreboard.earth
1•freshman_dev•7m ago•0 comments

Hoofy– MCP server with persistent memory, adaptive pipelines, and a Clarity Gate

https://github.com/HendryAvila/Hoofy
1•hoofy•8m ago•2 comments

Swival – A coding agent for open models

https://swival.github.io/swival/
1•jedisct1•9m ago•0 comments

From Postgres Migrations to AI Pipelines

https://medium.com/ai-in-plain-english/from-postgres-migrations-to-ai-pipelines-how-postgresql-sh...
1•iwantchips•10m ago•0 comments

'Probably' doesn't mean the same thing to your AI as it does to you

https://theconversation.com/probably-doesnt-mean-the-same-thing-to-your-ai-as-it-does-to-you-275626
3•colinprince•12m ago•0 comments

Yxorp.app – Reverse proxy for personal websites on home WiFi

https://yxorp.app/auth/signin
2•freshman_dev•13m ago•0 comments

SFQ: Simple, Stateless, Stochastic Fairness

https://brooker.co.za/blog/2026/02/25/sfq.html
1•shayonj•14m ago•0 comments

The perks of being a mole rat

https://worksinprogress.co/issue/the-perks-of-being-a-mole-rat/
1•paulpauper•15m ago•0 comments

The Tax Nerd Who Bet His Life Savings Against DOGE

https://www.wsj.com/finance/investing/the-tax-nerd-who-bet-his-life-savings-against-doge-6b59eda2
2•igonvalue•15m ago•0 comments

Remarkable reusable liquid stores solar energy like bottled sunlight

https://newatlas.com/energy/molecular-solar-thermal-energy-storage-liquid/
2•westurner•16m ago•1 comments

The x402 Service Discovery – runtime endpoint finder for the agent economy

https://x402-discovery-api.onrender.com
1•rpl_ryan•16m ago•1 comments

The gold plating of American water

https://worksinprogress.co/issue/the-gold-plating-of-american-water/
1•paulpauper•17m ago•0 comments

Hardworking teams still miss the goal

https://medium.com/@PZBird/team-culture-what-holds-a-team-together-when-processes-fall-apart-9e5c...
1•PZBird•17m ago•0 comments

Jane Street faces claims of insider trading that sped up Terraform's collapse

https://www.coindesk.com/markets/2026/02/24/jane-street-faces-claims-of-insider-trading-that-sped...
1•paulpauper•18m ago•0 comments

Polsia: AI That Runs Your Company

https://polsia.com
1•seyz•18m ago•0 comments

The Peace Corps is recruiting volunteers to sell AI to developing nations

https://www.theverge.com/policy/884625/peace-corps-tech-promote-american-ai
1•toomuchtodo•19m ago•1 comments

Body Futurism

https://writing.tobyshorin.com/body-futurism/
1•firloop•19m ago•0 comments

Show HN: Can we simplify front end again? Meet DynamoJS

https://dynamojs.pages.dev/docs
1•novateg•19m ago•0 comments

Best unrestricted AI video tools?

https://unbound.video
1•gabrieln•22m ago•1 comments

Show HN: Naperville Library Spy

https://www.juandavidcampolargo.com/projects/naperlibspy
1•jdcampolargo•24m ago•0 comments

Yabai: A tiling window manager for macOS based on binary space partitioning

https://github.com/asmvik/yabai
1•fanf2•26m ago•0 comments