Everything you need to know about Neul, Neulix, and the underlying technology stack.
Neul is an AI-native cloud platform that combines infrastructure and AI agents into a single, zero-config experience. Sign up, subscribe, and immediately start building - no cloud accounts to sync, no API keys to manage.
Our core mission is to help solo developers and small teams ship faster by focusing on outcomes rather than infrastructure management.
A full cloud operations platform - monitoring, analytics, databases, email, domains. Everything is both a manual tool and an agent capability. Project management ties into agent sessions: issue → agentic work → deployed feature.
The foundation that guides every decision we make.
Fast
Performance is non-negotiable. The platform has to feel instant.
Easy
Just works. No configuration rabbit holes.
Visual
Great UX through great visualization.
Open
Deploy anything. Abstraction without limitation.
Local
Personalized experience. Adapts to the user.
Everything you need to go from idea to production deployment.
The minimal, fast React SSR framework built on Bun that powers Neul.
Built entirely on Bun with no Webpack or Vite. Lightning-fast builds and startup times.
Choose which pages ship JavaScript. SSR-only pages have zero JavaScript overhead for maximum performance.
Full control over your Express server. No magic file-based routing - you define exactly how your app behaves.
Server-side rendered React with automatic code splitting. Get the best of both static and dynamic content.
# Install Neulix globally
bun add -g neulix
# Create a new project
bunx neulix init my-app
# Start development server
cd my-app && bun run devLearn more at github.com/neul-io/neulix
The technologies powering Neul.
| Component | Technology | Description |
|---|---|---|
| Runtime | Bun | Fast JavaScript runtime with built-in bundler |
| Framework | Neulix | React SSR with selective hydration |
| UI Library | shadcn/ui | Copy-paste components built on Radix UI |
| Styling | Tailwind CSS v4 | Utility-first CSS framework |
| Server | Express | Fast, minimalist web framework |
| Database | PostgreSQL | Reliable relational database |
| Authentication | Cookie-based sessions | Secure session management with bcrypt |
| Infrastructure | Google Cloud | Cloud Run, Cloud Build, Secret Manager |
Deploy applications built with any of these technologies. Automatic project type detection included.
Powerful workflow engine for automating your development lifecycle.
Full API access for programmatic control over the platform.
Generate an API key from your team settings to authenticate API requests. Include the key in the Authorization header.
curl -X GET https://api.neul.io/api/projects \
-H "Authorization: Bearer neul_your_api_key"Follow these steps to deploy your first application.
Sign up for a free account at neul.io/signup. You can use your email or sign in with GitHub.
Connect your GitHub account to import existing repositories or create new ones. Our GitHub App handles webhooks and permissions automatically.
Create a new project from an existing repository or start from a template. Neul automatically detects your project type and configures build settings.
Describe what you want to build and let our AI agents handle the implementation. Review changes before they're deployed to production.
Once you're happy with the changes in your test environment, promote them to production with a single click. Custom domains and SSL are handled automatically.
Join developers who are shipping faster with Neul.