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.1.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.1-py3-none-any.whl (11.2 MB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: nexy-2.1.1.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.1.tar.gz
Algorithm Hash digest
SHA256 df3fe21f5136ba0923267d838d687b62c8e46c3255a94b79a891fda6fb70f13a
MD5 2da62e00d778d60d372b9689415ce6f3
BLAKE2b-256 50e249308682c304b46fb02cdd1e903da5b1925669426b5659ac57902f8f6244

See more details on using hashes here.

File details

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

File metadata

  • Download URL: nexy-2.1.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b052e996dbf4722bd8214b26643c3f06f50ebe46e2e80415bbf7919d6e7bfb3c
MD5 b118439a7e415871c579143b4b24a7cc
BLAKE2b-256 a7ca16e52e07944113ace884f71156eb655c6bf81e5d3e20388a6360d919fe56

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