# PhxTemplates > PhxTemplates sells Phoenix and LiveView starter templates extracted from real, live products: accounts, Stripe payments, email, admin and SEO already built. The same team makes Aurora Meter, usage metering and Stripe billing for Phoenix, at https://aurorameter.com. All prices are in USD. Templates are one-time purchases with a 14-day refund window; the Builder Pass unlocks the whole catalogue. ## Templates Phoenix and LiveView starters extracted from live products. Each is a one-time purchase that includes lifetime updates. - [Aurora API Starter](https://www.phxtemplates.com/templates/phx_api): $299 one-time. Sell your API by the request. A Phoenix 1.8 / LiveView starter with workspaces and roles, hashed API keys with live and test modes, per-plan rate limits, atomic monthly quotas with weighted request costs, Stripe subscriptions synced by webhook, a live usage dashboard, a developer portal generated from your OpenAPI file and a site admin. Built on the MIT Aurora Meter core; add Aurora Meter Pro to invoice metered overage. - [Aurora Commerce](https://www.phxtemplates.com/templates/commerce): $399 one-time. Production-ready Phoenix LiveView commerce starter: a native Elixir commerce domain (products, variants, inventory, carts, promotions, orders, refunds, subscriptions), Stripe Checkout with webhook-driven order state, merchant admin, Gettext localization with multi-currency display, PWA offline catalogue, SEO structured data, and a Three.js collection-room experience with full no-canvas equivalents. - [Developer Portfolio](https://www.phxtemplates.com/templates/portfolio_template): $29 one-time. Developer portfolio template with project showcase, skills section, and contact form. Legacy shelf: stable, maintained for security fixes, honestly priced. - [PHX AI Document Starter](https://www.phxtemplates.com/templates/phx_ai_document): $249 one-time. AI document workspace starter: upload PDFs (10 MB free / 80 MB pro in the demo plans) and chat with them through a provider-agnostic AI boundary (OpenAI or deterministic fake for dev), with tenant-isolated storage, a tested deletion lifecycle, and an interactive viewer. AI answers vary by model and need human validation. The consolidated successor to AI Template and PDFAi. - [PHX Data Agent Starter](https://www.phxtemplates.com/templates/phx_ai): $279 one-time. Agentic data-analysis starter: chat with your PostgreSQL data through a policy-enforced, read-only SQL boundary with adversarial tests, MCP integration, and local-model support via Ollama (boots fine without it). Built for teams shipping AI features on their own data. - [PHX SaaS Starter](https://www.phxtemplates.com/templates/phx_saas): $179 one-time. Production-grade Phoenix SaaS starter: multi-tenant organisations with roles and invites, Stripe billing, admin dashboard, Mailgun email with prebuilt templates, Oban background jobs, onboarding, and 32 DaisyUI themes. Sanitized, tested, and rebuilt for 2026. - [Phoenix Blog Template](https://www.phxtemplates.com/templates/blog_template): $29 one-time. A fully-featured blog template with admin panel, markdown support, SEO optimization, and responsive design. Legacy shelf: stable, maintained for security fixes, honestly priced. - [Builder Pass](https://www.phxtemplates.com/unlimited-access): $749 one-time. Every current and future PhxTemplates starter, one payment. Grants lifetime access to the full catalogue. - [Aurora UI kit](https://www.phxtemplates.com/aurora-ui): The free component kit every template is built with. ## Aurora Meter - [Aurora Meter](https://aurorameter.com/): Usage metering, entitlements and Stripe billing for Phoenix. Free MIT core, Pro licensed per app. - [Aurora Meter Pro pricing](https://aurorameter.com/pricing): Per-app and unlimited plans with a free trial. ## Docs - [Docs index](https://www.phxtemplates.com/docs): The README and changelog shipped inside every package. - [PHX SaaS Starter README](https://www.phxtemplates.com/docs/phx-saas-starter): The README shipped in the PHX SaaS Starter package. - [PHX SaaS Starter changelog](https://www.phxtemplates.com/docs/phx-saas-starter/changelog): Release notes for every PHX SaaS Starter version. - [PHX AI Document Starter README](https://www.phxtemplates.com/docs/phx-ai-document-starter): The README shipped in the PHX AI Document Starter package. - [PHX AI Document Starter changelog](https://www.phxtemplates.com/docs/phx-ai-document-starter/changelog): Release notes for every PHX AI Document Starter version. - [PHX Data Agent Starter README](https://www.phxtemplates.com/docs/phx-data-agent-starter): The README shipped in the PHX Data Agent Starter package. - [PHX Data Agent Starter changelog](https://www.phxtemplates.com/docs/phx-data-agent-starter/changelog): Release notes for every PHX Data Agent Starter version. - [Aurora API Starter README](https://www.phxtemplates.com/docs/aurora-api-starter): The README shipped in the Aurora API Starter package. - [Aurora API Starter changelog](https://www.phxtemplates.com/docs/aurora-api-starter/changelog): Release notes for every Aurora API Starter version. - [Aurora Commerce README](https://www.phxtemplates.com/docs/aurora-commerce): The README shipped in the Aurora Commerce package. - [Aurora Commerce changelog](https://www.phxtemplates.com/docs/aurora-commerce/changelog): Release notes for every Aurora Commerce version. - [Phoenix Blog Template README](https://www.phxtemplates.com/docs/phoenix-blog): The README shipped in the Phoenix Blog Template package. - [Phoenix Blog Template changelog](https://www.phxtemplates.com/docs/phoenix-blog/changelog): Release notes for every Phoenix Blog Template version. - [Developer Portfolio README](https://www.phxtemplates.com/docs/developer-portfolio): The README shipped in the Developer Portfolio package. - [Developer Portfolio changelog](https://www.phxtemplates.com/docs/developer-portfolio/changelog): Release notes for every Developer Portfolio version. - [Licensing](https://www.phxtemplates.com/licensing): Plain-language licence terms for templates, the Builder Pass and Aurora Meter Pro. ## Blog - [Blog index](https://www.phxtemplates.com/blogs): Guides and notes on Elixir, Phoenix and LiveView. - [RSS feed](https://www.phxtemplates.com/feed.xml): Every post on this site, newest first. - [Build an AI Agent in Elixir: Multi-Step Tool Loops with OTP](https://www.phxtemplates.com/blogs/build-an-ai-agent-in-elixir-multi-step-tool-loops-with-otp): Build an AI agent in Elixir: a supervised tool loop with OTP, hard token budgets, human approval gates, and live progress streamed into Phoenix LiveView. - [Claude API in Elixir: Streaming, Tool Use, and Structured Output in Phoenix](https://www.phxtemplates.com/blogs/claude-api-in-elixir-streaming-tool-use-and-structured-output-in-phoenix): How to use the Claude API in Elixir with Req: messages, SSE streaming into LiveView, the tool-use loop, structured JSON output, prompt caching and retries. - [Build a Real-Time Usage Dashboard with Phoenix LiveView](https://www.phxtemplates.com/blogs/build-a-real-time-usage-dashboard-with-phoenix-liveview): Build a Phoenix LiveView usage dashboard: blend ETS counters with Postgres rollups, push updates over PubSub, and chart usage with inline SVG. - [Hybrid Search in Elixir: Combining pgvector and Postgres Full-Text Search](https://www.phxtemplates.com/blogs/hybrid-search-in-elixir-combining-pgvector-and-postgres-full-text-search): Build hybrid search in Elixir: combine pgvector semantic search with Postgres full-text, fuse both with Reciprocal Rank Fusion, and wire it into LiveView. - [Elixir Oban Background Jobs: A Practical Guide for Phoenix](https://www.phxtemplates.com/blogs/elixir-oban-background-jobs-a-practical-guide-for-phoenix): A practical guide to Elixir Oban background jobs in Phoenix: setup, queues, retries, uniqueness, cron, rate limiting AI calls, testing and production tips. - [OpenMeter Alternative for Elixir: Metering Usage on the BEAM](https://www.phxtemplates.com/blogs/openmeter-alternative-for-elixir-metering-usage-on-the-beam): Need an OpenMeter alternative for Elixir? An honest comparison of both options, plus a BEAM-native metering pipeline built with ETS, Oban, Postgres and Stripe. - [Elixir Whisper Transcription: Speech to Text in Phoenix LiveView](https://www.phxtemplates.com/blogs/elixir-whisper-transcription-speech-to-text-in-phoenix-liveview): Elixir Whisper transcription in Phoenix: upload audio in LiveView, call the OpenAI API with Req, split long files, and run Whisper locally with Bumblebee. - [Laravel Cashier for Phoenix: Stripe Subscriptions and Usage Billing in Elixir](https://www.phxtemplates.com/blogs/laravel-cashier-for-phoenix-stripe-subscriptions-and-usage-billing-in-elixir): Laravel Cashier for Phoenix: build Stripe subscriptions, webhooks, trials, plan gating and usage billing in Elixir, with real code and an honest comparison. - [Elixir Bumblebee: Run AI Models Locally in Phoenix Without an API Key](https://www.phxtemplates.com/blogs/elixir-bumblebee-run-ai-models-locally-in-phoenix-without-an-api-key): An Elixir Bumblebee guide: run Hugging Face models locally in Phoenix with Nx.Serving for embeddings, Whisper and text generation, no API key needed. - [Elixir LangChain: Build AI Chains and Tool Calling in Phoenix](https://www.phxtemplates.com/blogs/elixir-langchain-build-ai-chains-and-tool-calling-in-phoenix): An Elixir LangChain guide for Phoenix: set up LLMChain with ChatOpenAI, add tool calling with app context, stream deltas into LiveView, and test it all. ## Company - [About](https://www.phxtemplates.com/about): Who builds PhxTemplates and why. - [Contact](https://www.phxtemplates.com/contact): Questions before buying, setup help or template requests. - [Licensing](https://www.phxtemplates.com/licensing): Licence terms, refunds and Founder Access. - [Founder Access](https://www.phxtemplates.com/founder-access): How lifetime Unlimited Access purchases are honoured. - [Sitemap](https://www.phxtemplates.com/sitemap.xml): Every public URL.