Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
2f22848
feat: init tailwind, new navbar & header section
mvriu5 Aug 18, 2025
608b3f2
feat: navigation transition changes, footer section, brand section
mvriu5 Aug 23, 2025
4eb9438
feat: footer changes
mvriu5 Aug 23, 2025
f20fb55
feat: testimonial & bento section
mvriu5 Aug 25, 2025
4325c13
feat: accordion & faq section, footer improvements
mvriu5 Aug 26, 2025
4e46b2a
feat: hero image background
mvriu5 Aug 27, 2025
8e9cce7
feat: testimonial cards content
mvriu5 Aug 28, 2025
32478ce
feat: section styling, quote & contact section
mvriu5 Aug 29, 2025
4f0c9d0
feat: changes buttons in contactsection
mvriu5 Aug 29, 2025
80c922a
feat: contactsection grid pattern, feature section open source card
mvriu5 Aug 31, 2025
e8c9e6b
feat: adapter feature card, changed font, opensource card animation
mvriu5 Sep 1, 2025
7967449
feat: improved open source animation, roadmap section
mvriu5 Sep 1, 2025
338b860
feat: added images
mvriu5 Sep 1, 2025
4ede56d
feat: feature section layout changed
mvriu5 Sep 1, 2025
30def12
feat: refactored style components
mvriu5 Sep 2, 2025
5ae924c
feat: sitemap, robots siteConfig added
mvriu5 Sep 2, 2025
4a07ed6
feat: hero section font changes, footer responsive changes
mvriu5 Sep 3, 2025
6698d71
feat: hooks, navigation for mobile
mvriu5 Sep 8, 2025
5fd2e84
feat: navbar responsiveness
mvriu5 Sep 9, 2025
ddba74f
feat: project-card
mvriu5 Sep 9, 2025
ec39183
feat: changed footer, navigation mobile spacing
mvriu5 Sep 10, 2025
5789c72
feat: improved accordion, and brand section
mvriu5 Sep 11, 2025
2ed8c79
feat: small ui changes in project card
mvriu5 Sep 24, 2025
614f376
feat: runtimecard & chip logo, hero design changes & oopen source car…
mvriu5 Sep 26, 2025
a2f6bed
feat: redesigned layout, usecase section, style changes navbar & footer
mvriu5 Oct 10, 2025
5bf4e65
feat: hero redesign, many style changes
mvriu5 Oct 11, 2025
e729cd1
feat: header submenus for desktop
mvriu5 Oct 12, 2025
c058d4d
feat: submenu for mobile navigation & responsiveness fixed
mvriu5 Oct 12, 2025
38ae9d6
feat: added lottielab
mvriu5 Oct 13, 2025
b6d818d
feat: added other pages & markdown-page functionality
mvriu5 Oct 14, 2025
ae47a6d
feat: removed old feature card content, responsive sections font head…
mvriu5 Oct 16, 2025
4b2fc89
feat: next intl language support & tried implementing mdx support
mvriu5 Oct 17, 2025
bb0d2b2
feat: tried fixing blog rendering
mvriu5 Oct 18, 2025
be831d7
fix: mdx rendering
mvriu5 Oct 18, 2025
95284b8
feat: added placeholder mdx content
mvriu5 Oct 19, 2025
a2a44d2
feat: added translations for every text
mvriu5 Oct 25, 2025
03d2bfc
feat: tried installing pictor to build flow demo
mvriu5 Oct 30, 2025
049ed02
Merge remote-tracking branch 'origin/feat/redesign' into feat/redesign
mvriu5 Oct 30, 2025
299bde2
fix: submenu icons
mvriu5 Oct 31, 2025
49c800f
feat: removed Timeline, reworked Roadmap Section
mvriu5 Nov 19, 2025
e3d8f95
feat: implemented pictor container, adjusted navbar items
mvriu5 Nov 19, 2025
dcfdaf4
feat: removed demo section, adjusted paddings, reworked hero section,…
mvriu5 Nov 20, 2025
97f0388
feat: updated usecase-section, improved gantt-chart, added scrollarea…
mvriu5 Nov 21, 2025
22fed68
feat: scollarea usage in ganttchart
mvriu5 Nov 21, 2025
de3f494
feat: landing specific components & introduced container to other pages
mvriu5 Nov 22, 2025
73be02a
feat: hero section background, fixed spacing between sections, remove…
mvriu5 Nov 23, 2025
6adc897
removed lottielabs
mvriu5 Jan 8, 2026
cdcb2a6
feat: improved roadmap section, accordion animation
mvriu5 Jan 11, 2026
e72872c
feat: implemented flows
mvriu5 Jan 15, 2026
6efcbbb
fix: header on safari
mvriu5 Jan 16, 2026
5cc6a73
Merge branch 'main' into feat/redesign
mvriu5 Jan 16, 2026
5abd574
fix: dependency errors
mvriu5 Jan 16, 2026
b5e99c3
chore: added @swc/helpers@0.5.18
mvriu5 Jan 16, 2026
b24adf5
fix: added mdx loader to next config
mvriu5 Jan 16, 2026
609fe12
fix: useOutsideClick hook definition - initial missing
mvriu5 Jan 16, 2026
9197184
feat: feature-cards initialized ideas
mvriu5 Jan 17, 2026
406c490
feat: enhanced bentosection, general border layout, reponsiveness in
mvriu5 Jan 18, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,8 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts
.idea/inspectionProfiles/Project_Default.xml
.idea/.gitignore
.idea/cygnus.iml
.idea/modules.xml
.idea/vcs.xml
108 changes: 108 additions & 0 deletions messages/de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
{
"Navbar": {
"items": [
{ "title": "Startseite", "href": "/" },
{
"title": "Use Cases",
"href": null,
"subMenu": [
{
"key": "features",
"title": "Funktionen",
"href": "/blog/features",
"description": "Entdecke die leistungsstarken Funktionen, die unser Produkt einzigartig machen."
},
{
"key": "integrations",
"title": "Integrationen",
"href": "/blog/integrations",
"description": "Verbinde dich nahtlos mit deinen bevorzugten Tools und Plattformen."
},
{
"key": "security",
"title": "Sicherheit",
"href": "/blog/security",
"description": "Deine Daten sind mit branchenführenden Sicherheitsmaßnahmen geschützt."
}
]
},
{ "title": "Docs", "href": "/docs" },
{ "title": "Blog", "href": "/blog" },
{ "title": "Über uns", "href": "/about-us" }
]
},
"HeroSection": {
"badge": "v0.1.0-alpha",
"title": "Komplexe Backends in kürzester Zeit erstellen",
"description1": "Mit der CodeZero No-Code-Plattform beginnt eine neue Ära der Backend-Entwicklung.",
"description2": "Von der Datenbankmodellierung bis zu skalierbaren Backend-Endpunkten – in Rekordzeit.",
"docsButton": "Lese die Dokumentation",
"ctaButton": "Jetzt starten"
},
"BrandSection": {
"title": "Vertraut von Teams, die einfache Backends lieben"
},
"UseCaseSection": {
"flowText1": "Von",
"flowText2": "in Minuten",
"description": "Erstelle deinen eigenen Flow in unserer IDE ganz einfach per Drag-and-Drop – ganz ohne Programmierkenntnisse.",
"linkButton": "Lerne mehr über unsere Use Cases",
"useCase1Title": "SaaS-Anwendungen",
"useCase1Description": "Entwickle und deploye skalierbare Backends für deine SaaS-Projekte – ganz ohne Code.",
"useCase2Title": "E-Commerce-Plattformen",
"useCase2Description": "Erstelle und verwalte robuste Backends für deine E-Commerce-Lösungen – von Produktkatalogen bis zur Zahlungsabwicklung.",
"useCase3Title": "Mobile Apps",
"useCase3Description": "Baue leistungsstarke Backends für deine mobilen Anwendungen – mit nahtloser Datensynchronisierung und effizientem Benutzer-Management."
},
"FeatureSection": {
"title": "Leistungsstarke Funktionen für dein Backend",
"description": "Entdecke die vielseitigen Funktionen von CodeZero, die dir helfen, komplexe Backends schnell und effizient zu erstellen.",
"linkButton": "Lerne mehr über unser Produkt",
"projectTitle": "Organisationen & Projekte",
"projectDescription": "Verwalte mehrere Projekte und arbeite nahtlos im Team innerhalb einer Organisation.",
"runtimeTitle": "CodeZero Runtime",
"runtimeDescription": "Deploye und betreibe deine Backend-Flows mühelos in einer skalierbaren und zuverlässigen Laufzeitumgebung.",
"suggestionTitle": "Vorschlagslogik",
"suggestionDescription": "Erweitere dein Backend mit intelligenter Vorschlagslogik für bessere Nutzererlebnisse und fundiertere Entscheidungen.",
"adapterTitle": "Adapter",
"adapterDescription": "Integriere verschiedenste Drittanbieter-Dienste und Datenbanken mit unseren vielseitigen Adaptern."
},
"RoadmapSection": {
"title": "Unsere Reise",
"description": "Was wir bisher gemacht haben um den besten Backend-Builder auf den Markt zu erstellen.",
"linkButton": "Lerne mehr"
},
"FaqSection": {
"title": "Häufig gestellte Fragen",
"description": "Antworten auf die häufigsten Fragen zu CodeZero und seinen Funktionen.",
"faqs": [
{
"question": "Wie funktioniert CodeZero?",
"answer": "CodeZero ermöglicht es dir, Backend-Logik über eine visuelle Oberfläche zu erstellen – ganz ohne Programmierung."
},
{
"question": "Kann ich mein Projekt überall deployen?",
"answer": "Ja, CodeZero-Projekte können in verschiedenen Umgebungen, einschließlich Cloud-Anbietern, bereitgestellt werden."
},
{
"question": "Gibt es eine kostenlose Version?",
"answer": "Ja, wir bieten einen kostenlosen Plan, um die wichtigsten Funktionen auszuprobieren."
}
]
},
"ContactSection": {
"title": "Baue bessere Backends mit CodeZero",
"description": "Mit der CodeZero No-Code-Plattform beginnt die nächste Ära der Backend-Entwicklung – von der Datenbankmodellierung bis zu skalierbaren Endpunkten in kürzester Zeit.",
"ctaButton": "Demo anfordern"
},
"FooterSection": {
"name": "CodeZero Technology AG",
"company": "Unternehmen",
"aboutUs": "Über uns",
"products": "Produkte",
"pricing": "Preise",
"legal": "Rechtliches",
"policy": "Datenschutzrichtlinie",
"terms": "Nutzungsbedingungen"
}
}
108 changes: 108 additions & 0 deletions messages/en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
{
"Navbar": {
"items": [
{ "title": "Home", "href": "/" },
{
"title": "Use Cases",
"href": null,
"subMenu": [
{
"key": "features",
"title": "Features",
"href": "/blog/features",
"description": "Discover the powerful features that make our product stand out."
},
{
"key": "integrations",
"title": "Integrations",
"href": "/blog/integrations",
"description": "Seamlessly connect with your favorite tools and platforms."
},
{
"key": "security",
"title": "Security",
"href": "/blog/security",
"description": "Your data is protected with industry-leading security measures."
}
]
},
{ "title": "Docs", "href": "/docs" },
{ "title": "Blog", "href": "/blog" },
{ "title": "About us", "href": "/about-us" }
]
},
"HeroSection": {
"badge": "v0.1.0-alpha",
"title": "Build complex backends in no time",
"description1": "The backend world gets to the next era with the code0 no-code platform.",
"description2": "From database modelling to scalable backend endpoints in no-time.",
"docsButton": "Read the docs",
"ctaButton": "Start building"
},
"BrandSection": {
"title": "Trusted by teams who want easy backends"
},
"UseCaseSection": {
"flowText1": "Go from",
"flowText2": "in minutes",
"description": " Build your own flow in our IDE just by drag and drop. Without any knowledge of coding.",
"linkButton": "Learn more about our use cases",
"useCase1Title": "SaaS Applications",
"useCase1Description": "Rapidly develop and deploy scalable backends for your SaaS applications without writing a single line of code.",
"useCase2Title": "E-commerce Platforms",
"useCase2Description": "Easily create and manage robust backends for your e-commerce platforms, handling everything from product catalogs to payment processing.",
"useCase3Title": "Mobile Apps",
"useCase3Description": "Build powerful backends for your mobile applications, ensuring seamless data synchronization and user management across devices."
},
"FeatureSection": {
"title": "Powerful features for your backend",
"description": "CodeZero offers a range of features designed to simplify backend development and enhance your application's capabilities.",
"linkButton": "Learn more about the product",
"projectTitle": "Organizations & Projects",
"projectDescription": "Manage multiple projects and collaborate with your team seamlessly within a single organization.",
"runtimeTitle": "CodeZero Runtime",
"runtimeDescription": "Deploy and run your backend flows effortlessly with our scalable and reliable runtime environment.",
"suggestionTitle": "Suggestion Logic",
"suggestionDescription": "Enhance your backend with intelligent suggestion logic to improve user experience and decision-making.",
"adapterTitle": "Adapters",
"adapterDescription": "Integrate with various third-party services and databases using our versatile adapters."
},
"RoadmapSection": {
"title": "Our journey",
"description": "What we've done so far to build the best backend builder on the current market.",
"linkButton": "Learn more"
},
"FaqSection": {
"title": "Frequently Asked Questions",
"description": "Answers to common questions about code0 and its features.",
"faqs": [
{
"question": "How does code0 work?",
"answer": "code0 allows you to build backend logic through a visual interface without writing code."
},
{
"question": "Can I deploy my project anywhere?",
"answer": "Yes, code0 projects can be deployed on various environments including cloud providers."
},
{
"question": "Is there a free version?",
"answer": "Yes, we offer a free plan to explore the core features."
}
]
},
"ContactSection": {
"title": "Build better backends with CodeZero",
"description": "The backend world gets to the next era with the code0 no-code platform. From database modelling to scalable backend endpoints in no-time.",
"ctaButton": "Request a demo"
},
"FooterSection": {
"name": "CoeZero Technology AG",
"company": "Company",
"aboutUs": "About Us",
"products": "Products",
"pricing": "Pricing",
"legal": "Legal",
"policy": "Privacy Policy",
"terms": "Terms of Service"
}
}
14 changes: 0 additions & 14 deletions next.config.mjs

This file was deleted.

20 changes: 20 additions & 0 deletions next.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
import {NextConfig} from 'next'
import createNextIntlPlugin from 'next-intl/plugin'
import createMDX from '@next/mdx'

const nextConfig: NextConfig = {
pageExtensions: ['js', 'jsx', 'md', 'mdx', 'ts', 'tsx'],
turbopack: {
rules: {
"*.mdx": {
loaders: ["@mdx-js/loader"],
as: "*.js",
},
},
},
}

const withMDX = createMDX({})
const withNextIntl = createNextIntlPlugin()

export default withNextIntl(withMDX(nextConfig))
Loading