Skip to main content

The Modern Fullstack Python Meta-Framework: Build high-performance web apps .

Project description

Nexy

Nexy is a full-stack Python meta-framework that bridges FastAPI backends with Vite-powered frontends (React, Vue, Svelte, Solid, Preact). Sub-second startup, sub-100ms HMR.

Quick start

uvx nexy new
cd my-project
nexy dev

No pip install needed. uvx runs Nexy directly — your project gets its own isolated environment.

The .nexy format

One file. Python logic, Jinja2 template, optional interactive islands.

---
title : prop[str] = "Dashboard"
from "@/components/Chart.tsx" import Chart
---

<h1>{{ title }}</h1>
<Chart data="{{ api_data }}" />
  • --- blocks: Python — props, imports, logic
  • Body: Jinja2 — server-rendered HTML
  • <script>: JavaScript/TypeScript — client interactivity via Vite

Routing

Pattern URL
index.nexy /
about.mdx /about
blog/[slug].nexy /blog/:slug
api/users.py /api/users

File-based for small projects, module-based (NestJS-style) for enterprise.

Supported frontends

React, Vue, Svelte, Solid, Preact — or none for vanilla SSR.

CLI

Command What it does
nexy new Scaffold a project
nexy dev Dev server + HMR
nexy build Production build (SSR + SSG)
nexy start Production server

License

MIT

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nexy-2.1.0.tar.gz (11.1 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nexy-2.1.0-py3-none-any.whl (11.2 MB view details)

Uploaded Python 3

File details

Details for the file nexy-2.1.0.tar.gz.

File metadata

  • Download URL: nexy-2.1.0.tar.gz
  • Upload date:
  • Size: 11.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.17

File hashes

Hashes for nexy-2.1.0.tar.gz
Algorithm Hash digest
SHA256 fb2e715264818d1110c090d3ce8df9073c1f958669cb4b7c38dc6b785960a58b
MD5 5457761a6e31162f186cf717a1c0c40a
BLAKE2b-256 56e3e4ec71b519a477000e245c6c77354ad199d4fe6c7eb0a4b82f629ed0c360

See more details on using hashes here.

File details

Details for the file nexy-2.1.0-py3-none-any.whl.

File metadata

  • Download URL: nexy-2.1.0-py3-none-any.whl
  • Upload date:
  • Size: 11.2 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.17

File hashes

Hashes for nexy-2.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d134fccc8f2b53d8a1ec34c28b617b651226e797d8c7eb381b580605cf13a7b0
MD5 016e1b29c77747a71b27466c82973fac
BLAKE2b-256 13b20916135a0d731438c952af3f38dbd1dc571413c89fe22c4b97ced72ce189

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page