Add first-party Litestar plugins, libraries, and reference apps#14
Open
cofin wants to merge 3 commits into
Open
Add first-party Litestar plugins, libraries, and reference apps#14cofin wants to merge 3 commits into
cofin wants to merge 3 commits into
Conversation
Adds the litestar-org-maintained plugins, libraries, and reference apps that aren't yet listed: litestar-htmx, litestar-email, litestar-oracledb, litestar-django, litestar-skills, advanced-alchemy, sqlspec, polyfactory, pytest-databases, fast-query-parsers, type-lens. Also picks up cofin's litestar-mcp, litestar-socketify, litestar-httpx-oauth, and the fullstack-inertia / hello-world / ping-crm / oracledb-vertexai-demo reference projects. Fixes the litestar-vite link to its current repo.
- litestar-saq: cofin/ → litestar-org/ (transferred repo). - litestar-svcs: guacs/ → vkcku/ (transferred). - litestar-users: LonelyVikingMichael/ → mvbosch/ (transferred). - Railway: railway.app → railway.com (rebrand). - GCP: drop trailing slashes that 301 to non-slash canonical URLs. - Drop the litestar-dishka-faststream boilerplate — its repo redirected to a FastAPI fork, no longer a Litestar example. - awesome_bot: allow 403 (blog.litestar.dev returns 403 to bot UAs).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Catches the list up with the litestar-org plugins, libraries, and reference apps that have shipped but weren't listed yet, plus a few of mine that are first-party-adjacent.
Internal Utils
litestar-htmx,litestar-email,litestar-oracledb,litestar-django— first-party plugins that already ship under litestar-org.litestar-skills— agent skills + plugin assets for Litestar across Claude Code, Codex CLI, Cursor, Gemini CLI, and OpenCode.advanced-alchemyandsqlspec— both are litestar-org libraries with first-party Litestar adapters.polyfactory,pytest-databases,fast-query-parsers,type-lens— supporting libraries maintained by litestar-org.litestar-vitelink (was pointing at the oldvite-pluginURL) and added the*plugin marker.Third-Party / General
litestar-mcp— Model Context Protocol plugin (route handlers as MCP tools/resources).litestar-socketify,litestar-httpx-oauth— small plugins from my account that fit alongside the existinglitestar-granian/litestar-aiosqlentries.Boilerplate
litestar-fullstack-inertiaandlitestar-hello-world(litestar-org).litestar-pingcrm(Inertia.js Ping CRM port).Open Source Projects
oracledb-vertexai-demo— Google ADK + Oracle reference app.Spelling/table warnings reported by
awesome-lintare all pre-existing onmain; this PR doesn't introduce new ones.