AI Code Review
++ Get instant feedback on your pull requests with context-aware suggestions. +
+diff --git a/apps/docs/src/components/layout/ShowcaseLayout.astro b/apps/docs/src/components/layout/ShowcaseLayout.astro new file mode 100644 index 0000000..ebf9604 --- /dev/null +++ b/apps/docs/src/components/layout/ShowcaseLayout.astro @@ -0,0 +1,141 @@ +--- +import '../../styles/fonts.css'; +import '@shift-css/core'; +import ThemeToggle from '../ui/ThemeToggle.astro'; +import ThemeCustomizer from '../ui/ThemeCustomizer.astro'; + +interface Props { + title: string; + description?: string; +} + +const { title, description = 'Shift CSS Showcase' } = Astro.props; +const siteTitle = `${title} | Shift CSS Showcase`; +const base = import.meta.env.BASE_URL.replace(/\/$/, ''); +const canonicalURL = new URL(Astro.url.pathname, 'https://getshiftcss.com'); +--- + + + +
+ + + + ++ Velocity automates your development pipeline, from code review to deployment. Focus on building, we'll handle the rest. +
++ Trusted by 2,400+ teams +
+Powering engineering teams at
++ From automated code reviews to one-click deployments, Velocity streamlines your entire development workflow. +
++ Get instant feedback on your pull requests with context-aware suggestions. +
++ Every pull request gets its own preview environment to share with stakeholders. +
++ Automatic builds, tests, and deployments. No YAML files to maintain. +
++ Automated vulnerability detection and dependency auditing on every commit. +
++ Real-time presence, threaded discussions, and seamless handoffs. +
++ Track deployment frequency, lead time, and DORA metrics. +
+Start free, scale as you grow. No hidden fees.
+Perfect for side projects
+For growing teams
+For large organizations
+++ ++++ "Velocity cut our deployment time from hours to minutes. The AI code review catches issues before they reach production." +
+ +
++ ++++ "Finally, a CI/CD tool that just works. We onboarded our entire team in a day without any configuration." +
+ +
+++++ "The preview environments are a game-changer. Designers review changes without local setup." +
+ +
+ Join thousands of teams who've transformed their development workflow with Velocity. +
+