Build AI-native applications in plain English. Data, UI, backend logic, and AI — all in one .ai file.
This project has been archived.
The maintainers of this project have marked this project as archived. No new releases are expected.
Project description
namel3ss
Build AI-native applications in plain English — with explanations you can trust.
Try it in 60 seconds
The 10-minute demo (ClearOrders)
pip install namel3ss
n3 new demo
cd demo
n3 run
The first-run experience opens your browser to the ClearOrders app with orders, Ask AI, and Why? explanations ready to try.
- Orders dataset
- Ask AI + Answer
- Why? explanation
Open Studio:
n3 app.ai studio
Why namel3ss
One .ai file describes your data, UI, backend logic, and AI behavior.
Runs are deterministic in a clear execution environment, with AI as an explicit boundary.
Explainability is built in so you can trust what happened and why.
The first-run experience is designed to feel finished, not experimental.
What makes it different
- One
.aifile defines data, UI, backend logic, and AI. - Deterministic execution environment by default; AI is explicit and traced.
- Built-in run summary and explanations for flows, tools, and UI.
- File-first CLI and Studio for inspection and interaction.
- First-run experience that opens the demo in a browser automatically.
Quickstart (non-demo)
n3 new starter my_app
cd my_app
n3 app.ai
Minimal UI example:
page "home":
title is "Hello"
text is "Welcome"
Optional AI example:
ai "assistant":
provider is "mock"
model is "mock-model"
system_prompt is "You are a concise assistant."
flow "reply":
ask ai "assistant" with input: input.message as reply
return reply
Status
namel3ss is in v0.1.0a7 alpha. It is suitable for learning and experimentation, not production. Expect breaking changes between alpha revisions.
Start here (learning path)
Documentation index
Getting started
- Learning book
- Quickstart
- First 5 minutes
- What you can build today
- Examples
- Demo: CRUD dashboard
- Demo: onboarding flow
- Demo: AI assistant over records
- Documentation directory
UI
Explainability
- Execution how
- Run outcome
- Tools with
- UI see
- Errors fix
- Build exists
- CLI: exists
- CLI: fix
- CLI: what
- CLI: when
- CLI: with
Tools & packs
Deployment & promotion
Trust, memory & governance
Memory in one minute: namel3ss memory is explicit, governed, and inspectable. It records what matters (preferences, decisions, facts, corrections) under clear policies, with deterministic recall and traceable writes — so AI behavior can be reviewed instead of guessed. You can inspect what was recalled or written through Studio and CLI explanations.
Stability & limitations
Community & support
Contributing
Read CONTRIBUTING.md and ECOSYSTEM.md.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file namel3ss-0.1.0a7.tar.gz.
File metadata
- Download URL: namel3ss-0.1.0a7.tar.gz
- Upload date:
- Size: 743.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a203c0c2b57c077ac6ced1d6f2cb9e9750fb28b5983700f747b50e90c0e4489d
|
|
| MD5 |
d227bc5192af5b3ae0eec6399e034658
|
|
| BLAKE2b-256 |
706330a4cd344be111c31d71e112f822a6681302ef8ee7d31debf6e17509902c
|
File details
Details for the file namel3ss-0.1.0a7-py3-none-any.whl.
File metadata
- Download URL: namel3ss-0.1.0a7-py3-none-any.whl
- Upload date:
- Size: 1.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b1e62ccec505cf8c30af7134ec1cade8ff8b94470988ed36741c3aa5e0527ea
|
|
| MD5 |
e3a43e4ed3979a62e2dfdbb1bdafee1e
|
|
| BLAKE2b-256 |
b428f9fcabe18d69c56804919865366df245a600b3e3abea53d194ac7b0e9a1a
|