Signal drop!
Relay (operand.online) is unreachable.
Usually, a dropped signal means an upgrade is happening. Hold on!
Sorry, no connección.
Hang in there while we get back on track
gram: legal
Nucleus
To start your Phoenix server:
- Run
mix setupto install and setup dependencies - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server
Now you can visit localhost:4000 from your browser.
Ready to run in production? Please check our deployment guides.
Learn more
- Official website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix
Changelog:
2026-08-10
01:57:45 | 0a94633[incus] dial in deploy.nu01:43:35 | ccd7952[deps][secure] upgrade postgrex.01:43:10 | c1e5bdd[parse][render] begin reshaping for `human` mode.2026-08-09
22:49:25 | 8c2f065[deploy] repair a couple deploy hiccups.22:41:04 | d438d42[parse] build in `UsCongress.BillDtd.Shape` rules.12:27:34 | 9b90d1f[render] use recursion to render `<Measure/>`11:33:36 | 42e5513[arrange] organize react-components.00:38:14 | 12e86b3[license] choose (many) ethical source licenses.2026-08-07
02:07:35 | b9000ae[parse] reverse/reverse (cotton-eye joe).01:58:29 | 376e54e[parse] peruse hierarchy of a congressional bill.2026-08-06
20:23:26 | 551bcb8[render] display the parsed bill.02:31:43 | 474478d[deploy] disengage ssr.02:06:47 | 96422f6[cache] read `legis.xml` from cache.01:35:26 | 08ff30d[deploy] bind ip address on 0.0.0.000:35:24 | ea5c6b4[incus] deploy from simple nucleus base.2026-08-05
22:26:10 | a316ba5[deps] upgrade, ease up on react.2026-07-31
15:12:54 | 614f45b[process] parse for references in US Code.2026-07-30
01:25:45 | b9c2fbcadd in hyperdemocracy records.2026-07-24
15:30:47 | 215caf6[book] add `congress_xml.livemd` experiment book.00:58:06 | b1cf5aa[saxy] do some basic xml parsing.2026-06-13
19:04:09 | 1195175[react] include `live_react` package and dependencies.18:51:20 | 65267cb[nix][mix] use nix flake and elixir 1.2018:48:03 | a28c233[base][phx]> mix phx.new nucleus
Code Pages:
- .formatter.exs
- .gitignore
- AGENTS.md
- LICENSE.md
- README.md
- assets/css/app.css
- assets/js/app.js
- assets/js/server.js
- assets/package.json
- assets/postcss.config.js
- assets/react-components/app.jsx
- assets/react-components/boundary.jsx
- assets/react-components/colorscheme.jsx
- assets/react-components/examine.jsx
- assets/react-components/index.js
- assets/react-components/measure/enum.jsx
- assets/react-components/measure/header.jsx
- assets/react-components/measure/hierarchy.jsx
- assets/react-components/measure/index.jsx
- assets/react-components/measure/sequence.jsx
- assets/react-components/page.jsx
- assets/react-components/peruse.jsx
- assets/react-components/space.jsx
- assets/tsconfig.json
- assets/vendor/daisyui-theme.js
- assets/vendor/daisyui.js
- assets/vendor/heroicons.js
- assets/vendor/topbar.js
- assets/vite.config.js
- assets/yarn.lock
- config/config.exs
- config/dev.exs
- config/prod.exs
- config/runtime.exs
- config/test.exs
- congress_xml.livemd
- deploy.nu
- flake.lock
- flake.nix
- legis.xml
- lib/nucleus.ex
- lib/nucleus/application.ex
- lib/nucleus/mailer.ex
- lib/nucleus/repo.ex
- lib/nucleus_web.ex
- lib/nucleus_web/components/core_components.ex
- lib/nucleus_web/components/layouts.ex
- lib/nucleus_web/components/layouts/root.html.heex
- lib/nucleus_web/controllers/error_html.ex
- lib/nucleus_web/controllers/error_json.ex
- lib/nucleus_web/controllers/page_controller.ex
- lib/nucleus_web/controllers/page_html.ex
- lib/nucleus_web/controllers/page_html/home.html.heex
- lib/nucleus_web/endpoint.ex
- lib/nucleus_web/gettext.ex
- lib/nucleus_web/router.ex
- lib/nucleus_web/telemetry.ex
- lib/process/source.ex
- lib/us_congress/bill_dtd/hierarchy.ex
- lib/us_congress/bill_dtd/reference.ex
- lib/us_congress/bill_dtd/shape.ex
- lib/us_congress/us_code/reference.ex
- mix.exs
- mix.lock
- module/elixir.nix
- module/psql.nix
- priv/gettext/en/LC_MESSAGES/errors.po
- priv/gettext/errors.pot
- priv/repo/migrations/.formatter.exs
- priv/repo/seeds.exs
- priv/static/favicon.ico
- priv/static/images/logo.svg
- priv/static/robots.txt
- test/nucleus_web/controllers/error_html_test.exs
- test/nucleus_web/controllers/error_json_test.exs
- test/nucleus_web/controllers/page_controller_test.exs
- test/support/conn_case.ex
- test/support/data_case.ex
- test/test_helper.exs