
A curation of awesome projects built by developers with Nebius.ai to draw inspirations when they decide to create their own. Want to add yours or someone else's, feel free to raise a PR to add them.
If you're building something cool and wants to share about process or looking for feedbacks, come chat with Nebius AI community on Discord.
- Add your project screenshot to the
public/screenshots/
folder - Update
src/data/projects.json
with your project details - Create a Pull Request
- Format: PNG or JPG
- Aspect ratio: 16:9 recommended
- Max size: 1MB
- Name format: descriptive-name.png (e.g., ai-task-manager.png)
URL: nebula-project-galleria.vercel.app
There are several ways of editing your application.
Use your preferred IDE
If you want to work locally using your own IDE, you can clone this repo and push changes. Pushed changes will also be reflected in Lovable.
The only requirement is having Node.js & npm installed - install with nvm
Follow these steps:
# Step 1: Clone the repository using the project's Git URL.
git clone <YOUR_GIT_URL>
# Step 2: Navigate to the project directory.
cd <YOUR_PROJECT_NAME>
# Step 3: Install the necessary dependencies.
npm i
# Step 4: Start the development server with auto-reloading and an instant preview.
npm run dev
Use GitHub Codespaces
- Navigate to the main page of your repository.
- Click on the "Code" button (green button) near the top right.
- Select the "Codespaces" tab.
- Click on "New codespace" to launch a new Codespace environment.
- Edit files directly within the Codespace and commit and push your changes once you're done.
This project is built with .
- Vite
- TypeScript
- React
- shadcn-ui
- Tailwind CSS