Selecciona qué exportar:
Nota: El archivo JSON incluye todos los datos seleccionados. Puedes usarlo para migrar a otro sitio o como backup. Los datos sensibles como contraseñas no se incluyen.
Descargar Código
Para descargar el código completo del proyecto, usa el botón de descarga en Same.new
Instrucciones:
- En Same.new, haz clic en el menú del proyecto (tres puntos)
- Selecciona "Download Project" o "Export"
- El proyecto se descargará como un archivo ZIP
- Alternativamente, visita la documentación para más opciones
Comandos de instalación:
# Clone or download the project # Then run these commands: # Install dependencies bun install # Set up environment variables cp .env.example .env # Edit .env with your credentials # Run database migrations bunx drizzle-kit push # Start development server bun run dev # Build for production bun run build # Deploy to Netlify netlify deploy --prod
Prompt para IA
Usa este prompt con Claude, ChatGPT, o Same.new para recrear un sitio similar
# Build a Music Collective Website Like Sonido Líquido
## Overview
Create a comprehensive website for a hip-hop music collective/record label. The site should showcase artists, releases, videos, events, and merchandise while providing tools for fan engagement and content management.
## Tech Stack
- **Framework**: Next.js 15 with App Router
- **Language**: TypeScript
- **Styling**: Tailwind CSS with custom design system
- **UI Components**: shadcn/ui (heavily customized)
- **Database**: SQLite via Turso with Drizzle ORM
- **Deployment**: Netlify (serverless functions)
- **External APIs**: Spotify, YouTube, Stripe, Dropbox
## Design System
- **Theme**: Dark mode with orange (#f97316) as primary accent
- **Typography**: Oswald for headings (uppercase, tracking-wide), system fonts for body
- **Colors**:
- Background: #0a0a0a (slc-black)
- Cards: #1a1a1a (slc-card)
- Borders: #2a2a2a (slc-border)
- Muted text: #888888 (slc-muted)
- Primary: #f97316 (orange)
- **Style**: Modern, editorial, with subtle animations and gradients
## Core Features
### 1. Artist Profiles
- Individual artist pages with bio, photos, social links
- Role types: MC, DJ, Producer, Singer
- External profile links (Spotify, YouTube, Instagram, etc.)
- Gallery assets per artist
- Artist relations (collaborators, aliases)
- Press kit generation
- Verification status system
### 2. Discography
- Releases with types: Album, EP, Single, Mixtape
- Spotify integration for auto-sync
- Cover art, streaming links, release dates
- Artist attribution (primary/featured)
- Upcoming releases with countdown
### 3. Video Integration
- YouTube API integration
- Per-artist YouTube channel management
- Featured videos section
- Random video carousel
- Video analytics
### 4. Events
- Event calendar with past/upcoming
- Venue, city, date, time
- Ticket links
- Event images
### 5. Store/E-commerce
- Products with Stripe integration
- Digital and physical products
- Order management
- Product categories
###... (ver completo descargando)